elieserdejesus / JamTaba

Jamtaba is a software to play online music jam sessions.
http://www.jamtaba.com
245 stars 49 forks source link

Send chords as midi out from the VST. #1339

Open robbgray opened 4 years ago

robbgray commented 4 years ago

This would be a great feature for hooking up arpeggiators and general jamming with generative works. I would contribute if someone helped me show me the ropes it's a big code base. I think this could work without a UI. A full featured UI would just have a couple of elements like send bass note send chords and octave choices.

elieserdejesus commented 4 years ago

@robbgray , at moment JamTaba midi out capability is zero in standalone and less than zero in the VST/AU plugin. So this idea is not a simple task at moment.

To implement something like this we must change a lot of code (and deal with a lot of side effects).

The start point: https://github.com/elieserdejesus/JamTaba/blob/cb25e05b40970419d6ba49c1f3a077fe9a8a8a1f/src/Plugins/VST/JamTabaVSTPlugin.cpp