|
|
__init__(self,
toonloop,
listen_port=7772,
send_port=7770,
send_host='localhost')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
_setup(self)
Starts the server and registers the callbacks. |
source code
|
|
|
|
_slot_playhead(self,
index)
Slot which listens or a Toonloop's signal :param index: int frame
index |
source code
|
|
|
|
_slot_writehead(self,
index)
Slot which listens for a Toonloop's signal :param index: int frame
index |
source code
|
|
|
|
_slot_framerate(self,
fps)
Slot which listens for a Toonloop's signal :param fps: int fps |
source code
|
|
|
|
_slot_clip(self,
index)
Slot which listens for a Toonloop's signal :param index: int clip
number |
source code
|
|
|
|
| send_sampler_record_start(self,
buffer_index) |
source code
|
|
|
|
|
|
|
|
|
|
| send_sampler_play_start(self,
player_id,
buffer_id) |
source code
|
|
|
|
|
|
|
_s(self,
path,
index)
wrapper for sending a osc message with an int arg. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|