You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found that MIDI Step Sequencer8x8 (http://gareus.org/oss/lv2/stepseq#s8n8) have correct PARAMETER_USES_SCALEPOINTS bit for parameters: Sync, Step Duration (4/4), but lost it for: Swing, Drum Mode, Host BPM. ScalePoints itself, as well as paramInfo['scalePointCount'] , are correct.
Thanks.
P.S. In my patches, i will temporary disable PARAMETER_USES_SCALEPOINTS bit checking and use only scalePointCount currently, to make behaviour a bit prettier.
The text was updated successfully, but these errors were encountered:
I have found that MIDI Step Sequencer8x8 (http://gareus.org/oss/lv2/stepseq#s8n8) have correct
PARAMETER_USES_SCALEPOINTS
bit for parameters: Sync, Step Duration (4/4), but lost it for: Swing, Drum Mode, Host BPM. ScalePoints itself, as well asparamInfo['scalePointCount']
, are correct.Thanks.
P.S. In my patches, i will temporary disable
PARAMETER_USES_SCALEPOINTS
bit checking and use onlyscalePointCount
currently, to make behaviour a bit prettier.The text was updated successfully, but these errors were encountered: