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
16 stars 5 forks source link

TYPE LIST #6

Closed GillesLACAUD closed 2 years ago

GillesLACAUD commented 2 years ago

Something wrong if you select the value 127. The name of the list is behind the max name

GillesLACAUD commented 2 years ago

Add condition for the max value

if(val==MAXPOT) val=MAXPOT-1;