-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drum Sequencer Reset pattern always overwritten #716
Comments
@FogLizard does this only occur in Cardinal or can you reproduce this in VCV Rack? |
@dromer I've downloaded free VCV Rack 2.5.2 standalone and there are no drum sequencers. I have no idea how to check this, I don't have pro plugins or anything else to check. |
This is not a "Pro" plugin, but an opensource one. Can you share a patch that replicates the issue so others can test and confirm it? |
Here's the patch. I can't find where to download the free VCV plugin. |
We don't see the patch file anywhere. You will likely have to put it in a ZIP file, or you can upload it at patchstorage.com For VCV you need to have an account and enable this module in the official library: https://library.vcvrack.com/DrumKit/Sequencer |
Zip file gets rejected for some reason too. Patch is available by link below: |
Thank you! I'm trying to reproduce this in VCV and it seems that it is specific to Cardinal. We have some minor patches to the DrumKit modules and I suspect that somehow this is breaking the behavior: SVModular/DrumKit@v2.0...CardinalModules:DrumKit:cardinal/v2.0.1#diff-7db98b71809cfb19499d5724bd2b6f4502e147ba7c235b900c3d5ce591beefbfR87-R94 |
I think this is because of the |
Version
24.09
Plugin type
VST3
OS
Arch Linux
DAW / Host (if applicable)
Ardour 8.9.0
Description
Drum Sequencer DK from SV Modular upon Reset always overwrites first pattern bank with pattern from the bank where playback was stopped instead of just resetting to first pattern and first step when playback is restarted from auto return to marker. This bug makes one go back to plugin GUI to manually reset pattern back to the first one every time before starting playback or copy/pasting first bank every time to manually return to original overwritten pattern to fix this issue. This is extremely annoying and it makes iterative music development near impossible. Please fix this.
The text was updated successfully, but these errors were encountered: