Bill's Music mess
This commit is contained in:
@@ -360,7 +360,7 @@ void MMusic::setGain3(uint16_t value)
|
||||
|
||||
float MMusic::getGainFloat()
|
||||
{
|
||||
return float(gain);
|
||||
return float(gain)/65535.0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
// SHOULD BE 1, 2 or 3
|
||||
//
|
||||
////////////////////////////////////
|
||||
#define NUM_OSCILLATORS 2
|
||||
#define NUM_OSCILLATORS 3 //edited BV 29Jan13.
|
||||
|
||||
|
||||
// current sample rate is 15625 as defined in the init() section
|
||||
|
||||
Reference in New Issue
Block a user