Home - Ezeer/JomTobo GitHub Wiki
We have a chat where we use to discuss , feel free to join us at : http://makeitezeeah.esy.es/jamtabachat/
And a doxygen doc : http://makeitezeeah.esy.es/jomtobo/doc/
FAQ for programmers :
- How can i change the css file of jomtobo ?
Change this parameter in main.cpp : mainController.configureStyleSheet("jomtobo.css");
-
Where can i access the tracks groups ?
-
Configurator branch :
In mainWindow.h : QList<LocalTrackGroupView*> controlSurfaceJTB; -
What midi implementation do you follow ? http://stc.wiffbi.com/midi-implementation-chart/
Midi notes chart :
-
Midi Status Codes : http://www.midimountain.com/midi/midi_status.htm
Midi related stuff : http://www.tonalsoft.com/pub/pitch-bend/pitch.2005-08-31.17-00.aspx
to be continued ...
Git cheats : https://gist.github.com/hofmannsven/6814451
Midi link for programmers :
https://www.cs.cmu.edu/~music/cmsip/readings/MIDI%20tutorial%20for%20programmers.html