< Back to IRCAM Forum

Concat set markerindex

Hello,
When using mubu.concat~, is it possible to just set the marker index without output?
The message “markerindex” seems to set and also output the marker index.
Kind Regards,
Erik

this can be controlled with @autotrigger and @play attributes

I want to be able to stop incremental playback without one extra segment of playback.
If I for example send outputmarkers 0 to the mubu.concat~ in the help file, the “increment” playback will stop after one extra segment (because markerindex n is already output).
If there is a possibility to set marker index without output, perhaps you would be able to stop playback using allowrepeatmarkers 0, and then restart playback on the next segment by sending allowrepeatmarkers 1?
I’m not sure how to acheive this using @play in combo with @autotrigger.
If I send play 0 the mubu.concat~ will still “remember” the last sent markerindex message when sending play 1.
What exactly is @autotrigger doing?

Perhaps I should mention that I need @play to be always 1, so I can switch on the fly between scrubbing the imubu track view and automatic playback/stop (incremental or randomized).

@autotrigger: Trigger grain when marker index is sent unless play is on.