You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
630 B

#ifndef __CC_H__
#define __CC_H__
#define CC_VOLUME 7 // Volume (Standard MIDI)
#define CC_FLT_ATK 16 // Filter Attack Time
#define CC_FLT_DEC 17 // Filter Decay Time
#define CC_FLT_SUS 18 // Filter Sustain
#define CC_FLT_REL 19 // Filter Release Time
#define CC_FLT_Q 71 // Timbre / Harmonic Content (Standard MIDI)
#define CC_AMP_REL 72 // Release Time (Standard MIDI)
#define CC_AMP_ATK 73 // Attack Time (Standard MIDI)
#define CC_FLT_FRQ 74 // Brightness (Standard MIDI)
#define CC_AMP_DEC 75 // Decay Time
#define CC_AMP_SUS 76 // Sustain
#define CC_OSC_DET 94 // Detune (Standard MIDI)
#endif