-
Notifications
You must be signed in to change notification settings - Fork 19
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
ARP700 v1.0.1 Won't stop running #91
Comments
thanks I'll look into it |
Ok now I recall this. It is a known issue. The ARP multiplies the input clock, i.e. makes it go faster for 16ths, 32nds and 64ths etc. This is done by sampling the input rate and then running an internal clock at the faster rate, doubling, quadrupling it etc. The reason I can't just stop the clock when the external clock stops is that the internal clock sample mechanism can't tell if you have stopped the clock or just slowed it down, so it is just sits waiting for the next clock pulse while the last known rate keeps playing. I have tried to think how to fix this, such as saying well maybe if the clock doesn't come in some arbitrary time period, say 5 seconds, then stop, but that doesn't really help you if you stop the clock and it doesn't actually stop immediately. A solution I have contemplated adding is a "trigger mute" that you can input a gate and it will stop sending the trigger outputs (meanwhile it keeps clocking with the added bonus of not getting out of sync with the rest of the patch). Would this be helpful? |
Ah, so this is not a bug but a design feature. I'm just doodling/noodling with everything and can work around it by using a signal flow module. I would suggest though that if you do add a 'trigger mute' to also add a 'button' for the reset next to its CV input as well as a CV input for pause. Many thanks. |
Same as the trigger mutes on the Triad2, that button/cv input at the top right of each keyboard which was the latest feature added to it. If you press the button it stops the trigger out but the keyboard keeps playing. |
Just had a play with Triad2 (very nice). Yes, it's trigger mutes would be the way to go on Arp. Triad1 - what is the n/o button when it's active? |
n/o is note off, so you can turn off the trigger per note. As a space between notes. The v/oct is still active so if there is a note change you may still hear it if your synth has a longer release time in which case it would be more like a legato note. |
Having a few issues with ARP700 under rack v1.1.1
Nice to see this module made it to V1 👍
The text was updated successfully, but these errors were encountered: