Package toon :: Module sampler :: Class Sampler
[hide private]
[frames] | no frames]

Class Sampler

source code

object --+
         |
        Sampler


== Sends OSC messages: ==
 * /sampler/play/start <i>
 * /sampler/play/stop <i>
 * /sampler/record/start <i>
 * /sampler/record/stop <i>

Instance Methods [hide private]
 
__init__(self, toonloop, osc_manager)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_setup(self) source code
 
_slot_playhead(self, frame_id) source code
 
_slot_sampler_record(self, starting)
Slot which listens for a Toonloop's signal :param starting: bool start/stop
source code
 
_slot_sampler_clear(self)
Slot which listens for a Toonloop's signal
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, toonloop, osc_manager)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)