Hello All,
I am new to the JUCE framework and I am trying to understand if there is a way to interact with the host daw’s MARKER list. I see there is a MarkerList class and some other useful objects with in the JUCE framework to work with MarkerLists. I see it includes callbacks which can signal changes but I would like to use the host DAW’s native marker eco system.
In other words, if a user is working in say, Logic Pro and creates a marker in their project, I would like to expose that marker creation/change/deletion/addition etc to my audioplugin.
Is it correct to say I would have to manage a list of MARKERS within the plugin exclusively or can I share the markers from the host DAW with my plugin?
Thanks for any advice in advance!
