Hello Mathieul.
When you move with gotolabel, you jump from one position in the score to another, without doing any action. Using playfrom, you stop the current actions and you start from the beginning is fastforward mode (i.e. actions are executed but the messages are not sent) at target position, the execution mode change to “ply”. This may explain the difference of behavior.
Recently, I add additional information on transport operations at this page :
https://antescofo-doc.ircam.fr/Reference/tempo_transport/
To switch between the score follower and a midi pedal can be achieved in this way:
- at some event you can shutdown the score following with “suivi off”.
- just after (or before) this action, you launch a whenever that listen a variable $pedal
- this variable is external set when you receive a midi pedal event in Max, using message “setvar $pedal 1” to Antescofo (or if your midi event are received via OSC, you can open an OSC port in Antescofo)
- in the body of the whenever, you use a command antescofo::nextevent to advance in the score.
The command antescofo::nextevent preserves the inference of the tempo, so everything is “as if” the score following was in operation, but the advancement and the detection of the musical event are now subordinated to the midi pedal.
To switch back to the score following, You have just to execute “suivi on” at some event. And to start the whole process, you use “start” as usual.
Hope it helps,
Jl.