Track Marker Move Event?

DSP related issues, mathematics, processing and techniques
Post Reply
User avatar
SBMastering
Posts: 17
Joined: Tue Jun 12, 2012 11:47 pm

Track Marker Move Event?

Post by SBMastering »

When you hit play in a DAW, you can move the track cursor around to skip to different parts of the recording during playback.

There is a component in Flowstone called "Is Playing", which always shows true even when you skip around with the track cursor. It seems that "Is Playing" only shows false when you actually hit stop.

Does anyone know of a way to detect when the track marker has been moved and create a boolean or trigger at that moment?
philton
Posts: 25
Joined: Fri Nov 02, 2012 5:30 am

Re: Track Marker Move Event?

Post by philton »

i think the "is playing" primitive does only show wether your host is actually in play mode or stopped - if its not stopped it will always show true, doesnt matter if you skip around and don´t actually "hear" something at this moment/ while skipping ;) . maybe there is a workaround when you use the "ppq pos" primitive, you just have to find a way to detect if the stream output is linear rising (the standard behaviour when your host is running ) or not. maybe by comparing the actual ppq pos value with the prevois one? :?:
Post Reply