-
Notifications
You must be signed in to change notification settings - Fork 0
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
TuxOn problems #59
Comments
Hi Dave, not sure if you are handling the zoom function in the right way. You need to change the start and end first (or one of the two). Than you can drill. Otherwise it doesn't know to drill within which interval. I will look into the other issues. |
Well that makes sense. Sounds like good info for the documentation ;-) The zoom in behavior surprises me. Currently the start and end positions change each time you press zoom in. By that I mean the points in the song that they represent change upon each zoom in - call that the play zone. I would expect the play zone to remain constant, meaning that after the zoom in operation, the start and end lines would be at the outer edges of the zoomed in area. |
I fully agree with you, but that wasn't straight forward to implement at
the time. If I know people want it I will implement it. Happy to pick up.
the issue 'If song long enough, then impossible to play entire song' I can reproduce. In general something seems wrong with different speeds. Looking into it.
|
Hi Dave, you said I would expect the play zone to remain constant, meaning that after the zoom in operation, the start and end lines would be at the outer edges of the zoomed in area. And I agreed. But........ I don't have a solution yet, happy to hear your thoughts. |
It took me a few moments to understand your point, but I got there. I know there have been a few modules that move the knobs, but not many. It is a little awkward, because the begin/end markers represent two different values - the position on the screen, and the position within the mp3. I'm not sure if this is the correct term, but I'm thinking it would make sense to use a "rotary encoder" knob, where it can spin "infinitely" in either direction. The amount you spin the knob dictates how far it moves. You wouldn't have to reset the knobs with that type of control. |
Hi Dave, I was also thinking about the rotary knob, but I couldn't find one
on my own rack. But I guess they will exist. I think that is the best
solution so I will create one tomorrow.
Ok, checked and it has been done before in vcv.
Thanks.
…On Sat, 18 Jun 2022, 07:21 Dave Benham, ***@***.***> wrote:
It took me a few moments to understand your point, but I got there. I know
there have been a few modules that move the knobs, but not many.
It is a little awkward, because the begin/end markers represent two
different values - the position on the screen, and the position within the
mp3.
I'm not sure if this is the correct term, but I'm thinking it would make
sense to use a "rotary encoder" knob, where it can spin "infinitely" in
either direction. The amount you spin the knob dictates how far it moves.
You wouldn't have to reset the knobs with that type of control.
—
Reply to this email directly, view it on GitHub
<#59 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATNMDKXANWN27VIDQPHTKDVPVTFXANCNFSM5YUEJRYQ>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Dave, I have fixed the issues, except for the specific Mac ones. |
Sure. I'll take a look either today or tomorrow |
Yep - the Mac issues are still there. But the song length and zoom are now working perfectly on both Mac and PC. Thanks. |
Windows and Macintosh:
Macintosh only
The text was updated successfully, but these errors were encountered: