home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / ctenari / Prochazka / data / lib / notobjs.zbc < prev    next >
Text File  |  2002-07-01  |  6KB  |  264 lines

  1. ;This is machine generated file, do not edit
  2. ;Generated by JavaScript
  3. interface TactElemData.class
  4. end
  5.  
  6. interface TactElemData.instance
  7. native get:doctava TactElemData_get_doctava_0
  8. native set:doctava TactElemData_set_doctava_1_string
  9. native get:cleftype TactElemData_get_cleftype_0
  10. native set:cleftype TactElemData_set_cleftype_1_string
  11. native get:pr TactElemData_get_pr_0
  12. native set:pr TactElemData_set_pr_1_string
  13. native get:velocity TactElemData_get_velocity_0
  14. native set:velocity TactElemData_set_velocity_1_string
  15. native get:pedal TactElemData_get_pedal_0
  16. native set:pedal TactElemData_set_pedal_1_string
  17. native clear TactElemData_clear_0
  18. end
  19.  
  20. interface TactElem.class
  21. end
  22.  
  23. interface TactElem.instance
  24. native get:doctava TactElem_get_doctava_0
  25. native set:doctava TactElem_set_doctava_1_string
  26. native get:cleftype TactElem_get_cleftype_0
  27. native set:cleftype TactElem_set_cleftype_1_string
  28. native get:pr TactElem_get_pr_0
  29. native set:pr TactElem_set_pr_1_string
  30. native get:velocity TactElem_get_velocity_0
  31. native set:velocity TactElem_set_velocity_1_string
  32. native get:pedal TactElem_get_pedal_0
  33. native set:pedal TactElem_set_pedal_1_string
  34. native clear TactElem_clear_0
  35. native saveData TactElem_saveData_0
  36. native loadData TactElem_loadData_1_TactElemData
  37. end
  38.  
  39. interface MusicLine.class
  40. end
  41.  
  42. interface MusicLine.instance
  43. native get:instrument MusicLine_get_instrument_0
  44. native set:instrument MusicLine_set_instrument_1_int
  45. end
  46.  
  47. interface MusicTact.class
  48. end
  49.  
  50. interface MusicTact.instance
  51. native get:type MusicTact_get_type_0
  52. native set:type MusicTact_set_type_1_string
  53. native get:tempo MusicTact_get_tempo_0
  54. native set:tempo MusicTact_set_tempo_1_int
  55. end
  56.  
  57. interface Notepart.class
  58. end
  59.  
  60. interface Notepart.instance
  61. native save Notepart_save_1_XMLNode
  62. native load Notepart_load_1_XMLNode
  63. native clear Notepart_clear_0
  64. native op:get:index Notepart_op_get_index_2_int_int
  65. native insertLine Notepart_insertLine_1_int
  66. native insertTact Notepart_insertTact_1_int
  67. native getTact Notepart_getTact_1_int
  68. native getLine Notepart_getLine_1_int
  69. native saveMidi Notepart_saveMidi_3_MidiStream_int_int
  70. native saveMidi Notepart_saveMidi_1_MidiStream
  71. native get:modified Notepart_get_modified_0
  72. native set:modified Notepart_set_modified_1_bool
  73. native get:lineCount Notepart_get_lineCount_0
  74. native get:tactCount Notepart_get_tactCount_0
  75. native moveTact Notepart_moveTact_3_int_int_int
  76. native moveTact Notepart_moveTact_2_int_int
  77. native moveLine Notepart_moveLine_2_int_int
  78. native deleteLine Notepart_deleteLine_1_int
  79. native deleteTact Notepart_deleteTact_1_int
  80. native print Notepart_print_1_Printer
  81. end
  82.  
  83. interface ConfigureData.class
  84. end
  85.  
  86. interface ConfigureData.instance
  87. native get:line ConfigureData_get_line_0
  88. native get:tact ConfigureData_get_tact_0
  89. native get:button ConfigureData_get_button_0
  90. native get:shift ConfigureData_get_shift_0
  91. native get:ctrl ConfigureData_get_ctrl_0
  92. end
  93.  
  94. interface NoteEditor.class
  95. end
  96.  
  97. interface NoteEditor.instance:Control.instance
  98. native insertNote NoteEditor_insertNote_1_int
  99. native insertPause NoteEditor_insertPause_1_int
  100. native get:configureData NoteEditor_get_configureData_0
  101. native changePt NoteEditor_changePt_0
  102. native changePr NoteEditor_changePr_0
  103. native get:notepart NoteEditor_get_notepart_0
  104. native set:notepart NoteEditor_set_notepart_1_Notepart
  105. end
  106.  
  107. interface OrganizerSelection.class
  108. end
  109.  
  110. interface OrganizerSelection.instance
  111. native get:line OrganizerSelection_get_line_0
  112. native get:start OrganizerSelection_get_start_0
  113. native get:stop OrganizerSelection_get_stop_0
  114. end
  115.  
  116. interface NoteOrganizer.class
  117. end
  118.  
  119. interface NoteOrganizer.instance:Control.instance
  120. native get:notepart NoteOrganizer_get_notepart_0
  121. native set:notepart NoteOrganizer_set_notepart_1_Notepart
  122. native get:selection NoteOrganizer_get_selection_0
  123. native get:frame NoteOrganizer_get_frame_0
  124. native set:frame NoteOrganizer_set_frame_1_Object
  125. end
  126.  
  127. interface MidiPlayer.class
  128. end
  129.  
  130. interface MidiPlayer.instance
  131. native get:delay MidiPlayer_get_delay_0
  132. native play MidiPlayer_play_0
  133. native get:hasNext MidiPlayer_get_hasNext_0
  134. native stop MidiPlayer_stop_0
  135. end
  136.  
  137. interface MidiStream.class
  138. native op:new MidiStream_op_new_0
  139. end
  140.  
  141. interface MidiStream.instance
  142. native save MidiStream_save_1_string
  143. native play MidiStream_play_0
  144. end
  145.  
  146. module notobjs.module
  147. 32
  148.  
  149. sub @init 0
  150. code
  151. ;Initialization of class TactElemData
  152. co TactElemData.class
  153. pushsys
  154. setprop TactElemData
  155. pop
  156. pushthis
  157. setprop TactElemData
  158. xchg 1 2
  159. setprop module
  160. polypop 2
  161. ;Initialization of class TactElem
  162. co TactElem.class
  163. pushsys
  164. setprop TactElem
  165. pop
  166. pushthis
  167. setprop TactElem
  168. xchg 1 2
  169. setprop module
  170. polypop 2
  171. ;Initialization of class MusicLine
  172. co MusicLine.class
  173. pushsys
  174. setprop MusicLine
  175. pop
  176. pushthis
  177. setprop MusicLine
  178. xchg 1 2
  179. setprop module
  180. polypop 2
  181. ;Initialization of class MusicTact
  182. co MusicTact.class
  183. pushsys
  184. setprop MusicTact
  185. pop
  186. pushthis
  187. setprop MusicTact
  188. xchg 1 2
  189. setprop module
  190. polypop 2
  191. ;Initialization of class Notepart
  192. co Notepart.class
  193. pushsys
  194. setprop Notepart
  195. pop
  196. pushthis
  197. setprop Notepart
  198. xchg 1 2
  199. setprop module
  200. polypop 2
  201. ;Initialization of class ConfigureData
  202. co ConfigureData.class
  203. pushsys
  204. setprop ConfigureData
  205. pop
  206. pushthis
  207. setprop ConfigureData
  208. xchg 1 2
  209. setprop module
  210. polypop 2
  211. ;Initialization of class NoteEditor
  212. co NoteEditor.class
  213. pushsys
  214. setprop NoteEditor
  215. pop
  216. pushthis
  217. setprop NoteEditor
  218. xchg 1 2
  219. setprop module
  220. polypop 2
  221. ;Initialization of class OrganizerSelection
  222. co OrganizerSelection.class
  223. pushsys
  224. setprop OrganizerSelection
  225. pop
  226. pushthis
  227. setprop OrganizerSelection
  228. xchg 1 2
  229. setprop module
  230. polypop 2
  231. ;Initialization of class NoteOrganizer
  232. co NoteOrganizer.class
  233. pushsys
  234. setprop NoteOrganizer
  235. pop
  236. pushthis
  237. setprop NoteOrganizer
  238. xchg 1 2
  239. setprop module
  240. polypop 2
  241. ;Initialization of class MidiPlayer
  242. co MidiPlayer.class
  243. pushsys
  244. setprop MidiPlayer
  245. pop
  246. pushthis
  247. setprop MidiPlayer
  248. xchg 1 2
  249. setprop module
  250. polypop 2
  251. ;Initialization of class MidiStream
  252. co MidiStream.class
  253. pushsys
  254. setprop MidiStream
  255. pop
  256. pushthis
  257. setprop MidiStream
  258. xchg 1 2
  259. setprop module
  260. polypop 2
  261. ;Init block of module
  262. doret 0
  263. end
  264. end