예제 #1
0
 def buffer_query(self):
     """
     """
     return client.send("/b_query")
예제 #2
0
파일: ugen.py 프로젝트: oubiwann/hyasynth
 def ugen_cmd(self):
     """
     """
     return client.send("/u_cmd")
예제 #3
0
 def buffer_zero(self):
     """
     """
     return client.send("/b_zero")
예제 #4
0
 def buffer_fill_range(self):
     """
     """
     return client.send("/b_fill")
예제 #5
0
 def buffer_read(self):
     """
     """
     return client.send("/b_read")
예제 #6
0
 def buffer_write(self):
     """
     """
     return client.send("/b_write")
예제 #7
0
파일: node.py 프로젝트: oubiwann/hyasynth
 def node_trace(self):
     """
     """
     return client.send("/n_trace")
예제 #8
0
파일: group.py 프로젝트: oubiwann/hyasynth
 def group_dump_tree(self):
     """
     """
     return client.send("/g_dumpTree")
예제 #9
0
파일: node.py 프로젝트: oubiwann/hyasynth
 def node_after(self):
     """
     """
     return client.send("/n_after")
예제 #10
0
파일: node.py 프로젝트: oubiwann/hyasynth
 def node_query(self):
     """
     """
     return client.send("/n_query")
예제 #11
0
파일: node.py 프로젝트: oubiwann/hyasynth
 def node_before(self):
     """
     """
     return client.send("/n_before")
예제 #12
0
파일: node.py 프로젝트: oubiwann/hyasynth
 def node_map_range(self):
     """
     """
     return client.send("/n_mapn")
예제 #13
0
파일: node.py 프로젝트: oubiwann/hyasynth
 def node_map(self):
     """
     """
     return client.send("/n_map")
예제 #14
0
파일: group.py 프로젝트: oubiwann/hyasynth
 def group_prepend_node(self):
     """
     """
     return client.send("/g_head")
예제 #15
0
파일: synth.py 프로젝트: oubiwann/hyasynth
 def synthdef_recv(self):
     """
     """
     return client.send("/d_recv")
예제 #16
0
파일: group.py 프로젝트: oubiwann/hyasynth
 def group_free_nodes(self):
     """
     """
     return client.send("/g_freeAll")
예제 #17
0
파일: synth.py 프로젝트: oubiwann/hyasynth
 def synthdef_load(self):
     """
     """
     return client.send("/d_load")
예제 #18
0
파일: node.py 프로젝트: oubiwann/hyasynth
 def node_fill(self):
     """
     """
     return client.send("/n_fill")
예제 #19
0
파일: synth.py 프로젝트: oubiwann/hyasynth
 def synthdef_load_dir(self):
     """
     """
     return client.send("/d_loadDir")
예제 #20
0
 def buffer_read_channel(self):
     """
     """
     return client.send("/b_readChannel")
예제 #21
0
파일: synth.py 프로젝트: oubiwann/hyasynth
 def synthdef_delete(self):
     """
     """
     return client.send("/d_free")
예제 #22
0
 def buffer_free(self):
     """
     """
     return client.send("/b_free")
예제 #23
0
파일: synth.py 프로젝트: oubiwann/hyasynth
 def synth_create(self):
     """
     """
     return client.send("/s_new")
예제 #24
0
 def buffer_set_range(self):
     """
     """
     return client.send("/b_setn")
예제 #25
0
파일: synth.py 프로젝트: oubiwann/hyasynth
 def synth_get(self):
     """
     """
     return client.send("/s_get")
예제 #26
0
 def buffer_close(self):
     """
     """
     return client.send("/b_close")
예제 #27
0
파일: synth.py 프로젝트: oubiwann/hyasynth
 def synth_get_range(self):
     """
     """
     return client.send("/s_getn")
예제 #28
0
 def buffer_get(self):
     """
     """
     return client.send("/b_get")
예제 #29
0
파일: synth.py 프로젝트: oubiwann/hyasynth
 def synth_noid(self):
     """
     """
     return client.send("/s_noid")
예제 #30
0
파일: group.py 프로젝트: oubiwann/hyasynth
 def group_create(self):
     """
     """
     return client.send("/g_new")
예제 #31
0
 def buffer_allocate(self):
     """
     """
     return client.send("/b_alloc")
예제 #32
0
파일: group.py 프로젝트: oubiwann/hyasynth
 def group_append_node(self):
     """
     """
     return client.send("/g_tail")
예제 #33
0
 def buffer_allocate_read(self):
     """
     """
     return client.send("/b_allocRead")
예제 #34
0
파일: group.py 프로젝트: oubiwann/hyasynth
 def group_free_synths(self):
     """
     """
     return client.send("/g_deepFree")
예제 #35
0
 def buffer_allocate_read_channels(self):
     """
     """
     return client.send("/b_allocReadChannel")
예제 #36
0
파일: group.py 프로젝트: oubiwann/hyasynth
 def group_query_tree(self):
     """
     """
     return client.send("/g_queryTree")
예제 #37
0
파일: node.py 프로젝트: oubiwann/hyasynth
 def node_set_range(self):
     """
     """
     return client.send("/n_setn")