Hi all,
I am writing a plugin that is depending on start and stop playback signals from the host. Well, start is the only real important one, since I have to clear some buffers, and zero some indices on start. the prepareToPlay() is called immediately when my plugin is loaded, and then never again, so this won’t do.
Also, I would love to be able to track tempo change…
Does anyone know how to have my plugin notified of the above…? Thanks in advance!
- A