Fix for portamento time parameter.

dev
Holger Wirtz 2 years ago
parent 3a08d13352
commit 894c038dcd
  1. 2
      src/Dexed.ttl
  2. 2
      src/dexed_ttl.h

@ -2432,7 +2432,7 @@ The original engine comes from MSFA (music synthesizer for android) which is bas
lv2:name "Portamento Time" ;
lv2:default 0 ;
lv2:minimum 0 ;
lv2:maximum 1 ;
lv2:maximum 99 ;
lv2:portProperty lv2:integer ;
pg:group dexed_lv2:CONTROL ;
] ;

@ -368,7 +368,7 @@ static const peg_data_t p_ports[] = {
{ 0, 1, 1, 0, 1, 0 },
{ 0, 1, 0, 0, 1, 0 },
{ 0, 1, 0, 0, 1, 0 },
{ 0, 1, 0, 0, 1, 0 },
{ 0, 99, 0, 0, 1, 0 },
};

Loading…
Cancel
Save