« Return to Thread: syntax for the XY-controller in BSB instruments

syntax for the XY-controller in BSB instruments

by Jan Jacob Hofmann :: Rate this Message:

Reply to Author | View in Thread

Dear List,

does someone know the right syntax for the XY-controller in BSB instruments? I do keep geting errors with:

INTERFACE:

objectname: x_control, y_control

CODE:
ix = <x_control> ; position - x (start)
iy = <y_control> ; position - x (start)




the manual says:
XY Controller
objectNameX, objectNameY
X and Y value

What am I doing wrong? Any hints? (see error message below)

Best regards,

Jan Jacob





error:  illegal character <, line 1971:
ix = <x_control>
   ^
error:  illegal character >, line 1971:
ix = <x_control>
            ^
error:  input arg 'x_control' used before defined, line 1971:
ix = <x_control>
error:  input arg 'x_control' of type ? not allowed when expecting i, line 1971:
ix = <x_control>
error:  illegal character <, line 1972:
iy = <y_control>
   ^
error:  illegal character >, line 1972:
iy = <y_control>
            ^
error:  input arg 'y_control' used before defined, line 1972:
iy = <y_control>
error:  input arg 'y_control' of type ? not allowed when expecting i, line 1972:
iy = <y_control>

------------------------------------------------------------------------------

_______________________________________________
Bluemusic-users mailing list
Bluemusic-users@...
https://lists.sourceforge.net/lists/listinfo/bluemusic-users

 « Return to Thread: syntax for the XY-controller in BSB instruments