Skip to content

Commit

Permalink
Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jmamma committed Oct 23, 2024
1 parent 5474711 commit 3809a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avr/cores/megacommand/MCL/OscPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void OscPage::draw_wav(uint8_t wav_type) {
SawOsc saw_osc(w, osc_width);
SineOsc sine_osc(w);
UsrOsc usr_osc(w);
float sample;
float sample = 0;
float max_sine_gain = 0.0004921259843f; // (float)1 / (float)16 / 127;
uint8_t n = sample_number;
// for (uint8_t n = 0; n < 128 - x; n++) {
Expand Down

0 comments on commit 3809a8d

Please sign in to comment.