Hi all - not often I need to post here as I can usually work it out, but I’m a bit stumped on this one.
I have a song which has a pre-programmed MIDI sequence which begins halfway through the song. This sequence is stored in a MIDI file which is loaded on a Media Player in the song, which outputs the data to the hardware synth.
The issue I’m having is that our drummer needs the metronome/click track through his headphones from the start of the song, so that he is already keeping time for when the sequence kicks in halfway through the song.
Trouble I’m having is that I cannot work out how to stop the MIDI file from playing from the media player as soon as I hit the transport play button to start the click.
Ideally, I want to press play on the transport to start the click for our drummer at the start of the song, and then trigger the Media Player on the fly, at the right moment, to then join in and be in sync with the metronome/clock.
Anything I try either results in the media player playing the MIDI as soon as I hit play on the transport (albeit at the correct tempo), or if I separate the two and run the click independently, the MIDI then no longer follows the correct tempo anymore.
Does any of that make sense?