-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Feat. req. ARP Sync timings #1836
Comments
Right-click the time knob and there should be a tempo sync submenu in the context menu. |
This is already implemented. If you right click on the time knob, Tempo Sync, choose timing. This could be handled in a better way though |
Just a guess, but he may be observing the failure to ever round-robin sync from start to finish in conjunction with a major chord and a standard 4/4 measure. (try it out) I can draw a picture if you'd like. |
@tresf you mean that a major chord is played in 3/4 time ish? maybe pics would help please. Oh, now ive sat here for a bit,I can here it drifting. |
It behaves as described. It's just math. Count the number of notes in a major chord up and then back down, versus the number of slots... The alignment never works out on a standard measure because the C note only gets played once. :) |
I agree that is incorrect, but changing that would break backwards compatibility. |
It is technically correct. What we could possibly do is increase the chord progression by the appropriate notes to match, but make it an ARP checkbox setting perhaps? |
Yes thats a good idea. we would need to work out how to handle this for various note counts and time signatures. |
if we take abstract note and divide it into shares (quantitze) without counting current tempo, then this case can be solved with quantization (1-128). |
@oeai I think it really sounds like you're describing the sync function we already have as described in the two first answers in this thread. |
I would like that plz , but if I understand you right you want the chord to progress up fully to the base note one octave above and then back? It's just a matter to change (code here): Also, as Vesa commented here, we could implement this with a knob to more fine grained set the range. |
we can change arpeggio period only in time (ms) right now
i propose to sync it with current tempo, so it was like 1\64 1\16 1\2 and so on
i thought that sync mode (Sort, Sync) can do that, but it's not, sync time is still in ms that is very hard to handle with current beat.
The text was updated successfully, but these errors were encountered: