mirror of
https://github.com/thestk/stk
synced 2026-01-12 12:31:53 +00:00
Version 2.01
This commit is contained in:
committed by
Stephen Sinclair
parent
6485746ee9
commit
ea749b71d2
10
Object.cpp
10
Object.cpp
@@ -7,20 +7,14 @@
|
||||
/*******************************************/
|
||||
|
||||
#include "Object.h"
|
||||
|
||||
// #include "byteswap.c"
|
||||
|
||||
/* This is just here for compatibility and convenience,
|
||||
so there's no need to do any real calculations.
|
||||
so there's no need to do any real calculations.
|
||||
I do set up some redefinable variables here. */
|
||||
|
||||
|
||||
Object :: Object()
|
||||
{
|
||||
MIDI_mod_wheel = 1; /* Controller # 1 */
|
||||
MIDI_control1 = 2; /* Breath Pressure */
|
||||
MIDI_control2 = 4; /* Foot Control */
|
||||
MIDI_control3 = 11; /* Expression Pedal */
|
||||
MIDI_after_touch = 128; /* Channel Pressure -> new controller */
|
||||
}
|
||||
|
||||
Object :: ~Object()
|
||||
|
||||
Reference in New Issue
Block a user