clearly-broken-software / ninjas2

Rewrite of Ninjas sample slicer
GNU General Public License v3.0
180 stars 13 forks source link

Pitch bend depth has no effect #110

Open SpotlightKid opened 4 years ago

SpotlightKid commented 4 years ago

The min/max pitch are always the same, no matter the value.

I tested this with the LV2 version compiled from latest git (886637d), Arch release package and binary from release from Github (0.2.0).

The PB depth parameter is also not saved properly in the session state, at least in Carla, it always has value 12:

   <Parameter>
    <Index>10</Index>
    <Name>Pitchbend Depth</Name>
    <Symbol>pitchbendDepth</Symbol>
    <Value>12</Value>
   </Parameter>
rghvdberg commented 4 years ago

confirmed