Skip to content

Commit

Permalink
Rename rect to pulse in README for intervalosc
Browse files Browse the repository at this point in the history
  • Loading branch information
ndonald2 committed Mar 6, 2022
1 parent 5283d64 commit 27e20da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions patches/IntervalOsc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ the oscillators will always be "in tune" with standard `A=440Hz` equal temperame
| CV_1 | Knob | Base frequency for both oscillators. Quantized to semitones. | E1 (41.2 Hz) – C6 (1046.5 Hz) |
| CV_2 | Knob | Frequency offset for second oscillator. Quantized - behavior depends on mode (read below) | +/- 2 octaves (interval mode) |
| CV_3 | Knob | Detune between the two oscillators | 0-25 cents |
| CV_4 | Knob | Pulse width of both oscillators (only applies when wave shape is rectangle) | ~ 0% – 100% |
| CV_4 | Knob | Pulse width of both oscillators (only applies when wave shape is pulse) | ~ 0% – 100% |
| CV_5 | CV In Jack | 1V/Oct input for base frequency. Unquantized Summed with CV_1 knob value to get final base frequency. | -5V – +5V (plus or minus 5 octaves) |
| CV_6 | CV In Jack | CV input for second oscillator offset. Quantized - behavior depends on mode (read below) | -5V – +5V |
| CV_7 | CV In Jack | TBD (currently unused) | N/A |
| CV_8 | CV In Jack | CV pulse width modulation input for both oscillators (only applies when wave shape is rectangle) | -5V – +5V |
| CV_8 | CV In Jack | CV pulse width modulation input for both oscillators (only applies when wave shape is pulse) | -5V – +5V |
| B7 | Button | Push to cycle through waveforms (see table below). Hold for >1 second to reset to first wave mode. | N/A |
| B8 | Switch | Select patch mode - Down = Interval Mode, Up = Pure Harmonic Mode | N/A |

Expand Down Expand Up @@ -81,10 +81,10 @@ Holding the button for >1 second will reset back to the first mode (sin-sin).
| Sin | Sin |
| Tri | Tri |
| Saw | Saw |
| Rect | Rect |
| Pulse | Pulse |
| Saw | Sin |
| Saw | Tri |
| Saw | Rect |
| Rect | Sin |
| Rect | Tri |
| Rect | Saw |
| Saw | Pulse |
| Pulse | Sin |
| Pulse | Tri |
| Pulse | Saw |

0 comments on commit 27e20da

Please sign in to comment.