clone45 / voxglitch

Modules for VCV Rack
GNU General Public License v3.0
102 stars 16 forks source link

Digital Sequencer - Reset or Gate not working at all #73

Closed MaxPleaner closed 3 years ago

MaxPleaner commented 3 years ago

Hi, I'm not sure if this was a feature regression, but as you can see in the attached video, neither Reset input or Gate output are working at all. I tried both Reset modes. It's v1.25.0 and I'm running VCV 1.1.6 on Windows.

https://user-images.githubusercontent.com/5035719/113189618-41712c00-9210-11eb-8194-d5667d08e38a.mp4

clone45 commented 3 years ago

Thanks Max! I'll take a look at this later tonight. :)

clone45 commented 3 years ago

Hi Max! The reset input expects a value from 0 to 10 "volts". If you use the Button module from RJModules, it works just fine. But the Alikins Momentary On Buttons module only ranges from 0 to 5. According to the VCV Rack standards, and gate signal should produce an output of 10 when "On" (see https://vcvrack.com/manual/VoltageStandards).

What I could do is add an option to trigger on 5 volts? Let me know what you think!

MaxPleaner commented 3 years ago

Ok sure, I can just use a different button module. What about the gate though? I still am not saying anything produced by that output

On Wed, Mar 31, 2021 at 9:04 PM Bret Truchan @.***> wrote:

Hi Max! The reset input expects a value from 0 to 10 "volts". If you use the Button module from RJModules, it works just fine. But the Alikins Momentary On Buttons module only ranges from 0 to 5. According to the VCV Rack standards, and gate signal should produce an output of 10 when "On" (see https://vcvrack.com/manual/VoltageStandards).

What I could do is add an option to trigger on 5 volts? Let me know what you think!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/clone45/voxglitch/issues/73#issuecomment-811622028, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGNNR4BPLWCBOOCWVWRIQ3TGPWGHANCNFSM42FGW6UA .

clone45 commented 3 years ago

Sorry for overlooking that part of your question. The gate sequencer is underneath the CV sequencer, as shown here:

gates

I hope that helps!

MaxPleaner commented 3 years ago

Ok awesome. All sorted out then. Thanks so much for fast responses.

On Wed, Mar 31, 2021 at 9:13 PM Bret Truchan @.***> wrote:

Sorry for overlooking that part of your question. The gate sequencer is underneath the CV sequencer, as shown here:

[image: gates] https://user-images.githubusercontent.com/1373491/113242442-d81c0800-9265-11eb-9e80-a0258de18424.jpg

I hope that helps!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/clone45/voxglitch/issues/73#issuecomment-811624923, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGNNRZTLD236UQ4TIDRBOTTGPXIBANCNFSM42FGW6UA .

clone45 commented 3 years ago

You bet! Any time!

MaxPleaner commented 3 years ago

I already closed this issue, but I do think it would be helpful to support 5 volt ... a lot of modules give triggers at 5 volt. For example the Drum Sequencer I showed in my video (SV Modular ) also gives 5 volt output from the triggers (which I am using to reset Voxglitch Digital Sequencer)... it's not a problem now that I understand what's going on, I can just double the voltage there, but it's an extra step that I haven't found necessary in many other modules

clone45 commented 3 years ago

I agree that it would be a good idea. I'll try to code that up over the weekend. :-)