GillesLACAUD / OPLA-Source-code

A 4 voices polyphonic Synth with 3 Osc/Voice + Filter + LFO + EG
https://salmacis.wixsite.com/hansysynth/copy-of-ttgo
GNU General Public License v3.0
17 stars 5 forks source link

Sub OSC Name does not correspond to waveform #3

Closed GillesLACAUD closed 3 years ago

GillesLACAUD commented 3 years ago

Search a solution in the Synth_SetRotary function

List type 0 ->selWaveForm2: 0 OK List type 0 ->selWaveForm2: 1 Not OK List type 0 ->selWaveForm2: 1 Not OK List type 1 ->selWaveForm2: 1 OK

GillesLACAUD commented 3 years ago

Bug Fix -> Bad copy

BEFORE selWaveForm2 = (value) (WAVEFORM_TYPE_COUNT); AFTER selWaveForm2 = (value) (WAVEFORM_SUB_COUNT)