added configs to booket, pluck and byte
This commit is contained in:
22
pluck/config.h
Normal file
22
pluck/config.h
Normal file
@ -0,0 +1,22 @@
|
||||
//Settings
|
||||
const int pitchSubSteps = 32; //set how many steps are there between semitones. set to 1 to quantize to semitones
|
||||
const int driveAmount = 450;
|
||||
#define MOZZI_CONTROL_RATE 1024
|
||||
|
||||
//Hardware Definitions
|
||||
#define Knob1 A6 //Pitch
|
||||
#define Knob2 A4 //Atonality
|
||||
#define Knob3 A2
|
||||
#define Knob4 A0
|
||||
#define KnobA A5 //Attack
|
||||
#define KnobDR A3 //Decay and Release
|
||||
#define KnobS A1 //Sustain
|
||||
#define CVIn A7 //CV input and Pitch knob
|
||||
#define GateIn 10
|
||||
#define EnvSwitch 11
|
||||
#define DroneSwitch 12
|
||||
#define LED 5
|
||||
|
||||
#define MOZZI_ANALOG_READ_RESOLUTION 10
|
||||
|
||||
//MIDI_CREATE_DEFAULT_INSTANCE();
|
||||
Reference in New Issue
Block a user