PDA

View Full Version : Syncing


pljones
03-25-2009, 01:59 PM
Each time an Interval starts, it might be nice send to MIDI out on the plugin Song Position Pointer zero - "F2 00 00".

(At least that lets you sync a loop in software that understands SPP.)

You could also send MIDI Clock (24 clocks / beat), based on the current tempo.

(And that lets you sync up anything that responds to MIDI Clock.)

Brennan
04-24-2009, 07:32 PM
The Wasabi client has this feature (MIDI clock out.) I think the source is available here: http://ninjam.com/downloads/wasabiclient-source-0.04.zip

Remember, Ninjam is open-source. Contributions are welcome! :)

pljones
04-25-2009, 12:21 AM
All my open source development time is used up at the moment. I'm also no good at audio coding, I've discovered, trying to convert the standalone client into a VST client. And it's really as a VST I want this.

sticks999
05-02-2009, 02:04 PM
Each time an Interval starts, it might be nice send to MIDI out on the plugin Song Position Pointer zero - "F2 00 00".

(At least that lets you sync a loop in software that understands SPP.)

You could also send MIDI Clock (24 clocks / beat), based on the current tempo.

(And that lets you sync up anything that responds to MIDI Clock.)

This would be cool because I could sync my Electro Harmonix 2880 looper to it. Great idea!

AndyMc
05-03-2009, 05:14 PM
:| alas this won't be no good for programs like cubase sx and higher as they no longer support this midi time code. :(

Maybe if cubase was rewired with something else which did support the midi time format then it could be sync'd with the Wasbi client.