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
This has the effect of transposing the lowest/default pattern to a different note range when the plugin is enabled (vs disabled). So activating the plugin is not transparent; the pattern needs to be authored differently, or the variations plugin needs to be paired with another transpose (which is dependent on the variation height param).
It would be helpful to add a transpose so that notes in the first variation are less likely to be transposed, or to standardise another variation to be the "home" variation. It may be better to set the lowest variation (e.g. C-2 up) as the default, untransposed pattern. If this approach is used, most instruments would need to be transposed to suit (e.g. drums often start at C1).
The text was updated successfully, but these errors were encountered:
To make use of the full range,
ClipVariations-Note
transposes notes down:https://github.com/haszari/PhraseSyncPlugins/blob/main/NoteFilter/Source/PluginProcessor.cpp#L242-L246
This has the effect of transposing the lowest/default pattern to a different note range when the plugin is enabled (vs disabled). So activating the plugin is not transparent; the pattern needs to be authored differently, or the variations plugin needs to be paired with another transpose (which is dependent on the variation height param).
It would be helpful to add a transpose so that notes in the first variation are less likely to be transposed, or to standardise another variation to be the "home" variation. It may be better to set the lowest variation (e.g. C-2 up) as the default, untransposed pattern. If this approach is used, most instruments would need to be transposed to suit (e.g. drums often start at C1).
The text was updated successfully, but these errors were encountered: