Activating OSC¶
If you want Antescofo to receive and send OSC messages, you should send it the Max/MSP or Puredata object the message ascographcomm 1.
Other messages can be useful:
incomingosc [1|0]IncmingOscPort [port]port from which receiving OSC messagesascographconf [host] [port]host and port to send message to
OSC messages sent and received by Antescofo¶
Antescofo sends and receives OSC messages during its execution, in addition to the user-defined OSC messages. You can use them to monitor an Antescofo execution.
Messages sent by Antescofo¶
All messages are prefixed with /antescofo/.
Messages for the Ascograph window¶
width wheight hpositionxy x ywherex:intandy:inthidetoppanelshowtoppanelpatch_receivers strswherestrs: string vector. Used for autocompletion.quit
Messages to send the score from Antescofo by chunks¶
loadscore finalnamewherefinalname: stringpreloadscore fname pnamewherefname: stringandpname: stringstartpreloaded p_namewherep_name: stringclear_score nb_chunkswherenb_chunks: intcurrent_score_append n_chunk datawheren_chunk:intanddata: string
Information about execution¶
stopevent_beatpos poswherepos: intrnow vwherev:doubletempo vwherev:doublepitch vwherev:double
Trace messages (each time an action is fired)¶
They are built a follows:
action_trace action_name type fathername now rnow message
action_name is the label of the action.
Possible types are:
messageabortabortofassignmentlocal_assignmenttab_assignmentosc_recvosc_offosc_onopen_fileclose_fileinternal_commandconditionalswitchgrouploopforwhenevercurveDataCurvepatch activation
If the action has no parents, fathername is Top_level. Otherwise, it
is the label of the parent's action. message is a value that depends
on the type of the action. For instance, for an assignement, it is the
assigned value.
Messages received by Antescofo¶
Antescofo processes OSC messages with internal commands, the same as for MAX/MSP and Puredatainternal commands.