Skip to content

Commit

Permalink
P5 canvas fixed, updated oscilloscopes
Browse files Browse the repository at this point in the history
# P5
- Now matches synth container again
- Scopes realigned with designated areas

# Oscilloscopes
- Each oscilloscope now connected to a gain node to reduce size
- Doubled the resolution of each oscilloscope
- Oscillator volumes offset these gains to decrease natural scaling
- Master oscilloscope added to FX scope
- Attempted to add LFO oscilloscope (and failed)

# Extra / Other
- Increased volume of OSC C setters by 6 to closer match OSC A & B
- Fixed newly discovered preset loading bug
- Bug: values of 0 wouldn't update due to incorrect if statement
  • Loading branch information
Mangoshi committed Apr 24, 2023
1 parent 19d2a26 commit b84fc8f
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 166 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@
class="control mainControl3 self-center"
colors="#FFD866;#2C292D;#D9D9D9"
diameter="50"
min="-20"
max="0"
min="-10"
max="10"
value="0"
step="1"
></webaudio-knob>
Expand Down Expand Up @@ -763,8 +763,8 @@
class="control mainControl3 self-center"
colors="#FFD866;#2C292D;#D9D9D9"
diameter="50"
min="-20"
max="0"
min="-10"
max="10"
value="0"
step="1"
></webaudio-knob>
Expand Down Expand Up @@ -1054,8 +1054,8 @@
class="control mainControl3 self-center"
colors="#FFD866;#2C292D;#D9D9D9"
diameter="50"
min="-20"
max="0"
min="-10"
max="10"
value="0"
step="1"
></webaudio-knob>
Expand Down
Loading

0 comments on commit b84fc8f

Please sign in to comment.