midiball Wiki
Status: Alpha
Brought to you by:
shanneton
Midi controls can be changed by editing a file in the sources BEFORE the compilation. The concerned file is mainwindow.h
In this file, you can change the following lines :
// MIDI EVENT NUMBER FOR BALL CONTROL
// You can change the control numbers before
// compilation if you want
#define NOTE_ON_START 36 // to start and stop the ball
#define NOTE_ON_XANO 37 // Horizontal walls All Note Off
#define NOTE_ON_YANO 38 // Vertical walls All Note Off
#define NOTE_ON_RESET 39 // to reset the ball
#define CTRL_JITTER 1 // Jitter control : default = modulation wheel
#define CTRL_BALL_VEL 3 // Ball velocity control = n°8 (0-127)
#define CTRL_MIDI_VEL 7 // Midi velocity control = volume controller
// NB : Ball velocity is also controlled via the PITCH BEND controller