Skip to content
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

FR: Add arrange grid actions that take into account dotted/triplet #1244

Closed
Breeder opened this issue Dec 8, 2019 · 8 comments
Closed

FR: Add arrange grid actions that take into account dotted/triplet #1244

Breeder opened this issue Dec 8, 2019 · 8 comments

Comments

@Breeder
Copy link
Contributor

Breeder commented Dec 8, 2019

Currently we have

  • SWS/AW: Toggle dotted grid
  • SWS/AW: Toggle triplet grid

But when these are engaged, actions like

  • Grid: Set to 1/2
  • Grid: Set to 1/4
  • etc...

are set to off and instead these are used:

  • Grid: Set to 1/3 (1/2 triplet)
  • Grid: Set to 1/6 (1/4 triplet)
  • etc...

Would be nice to have a dedicated set of SWS actions that report toggle state no matter if one uses dotted and triplet grid. Cycle actions editor can't be used here because it would need IF that looks at 3 commands, and currently it can only look at 2 commands. Maybe it can nest commands - I will probably try that approach and let you know so maybe this FR becomes moot.

It would also be nice to have a dedicated action
-SWS/AW: Toggle swing grid
so it toggles dotted and triplet SWS actions off automatically (that would make the behavior same as the MIDI editor which is much more natural than current Arrange implementation)

P.S.
When one uses Swing grid, there are no problems here. I guess Cockos should fix this on their end, but maybe someone in SWS also wants to see this fixed so sharing here

@StephanRoemer
Copy link

Agreed, huge +1

@nofishonfriday
Copy link
Collaborator

added in SWS v2.12.0

@StephanRoemer
Copy link

StephanRoemer commented Nov 5, 2020

Woah, awesome nofish! Any ETA for an alpha?

@nofishonfriday
Copy link
Collaborator

v2.12.0 (and later) is already out as public beta for a while. :P
https://www.sws-extension.org/download/pre-release/
It's just that this issue was still open so I closed it now.

@StephanRoemer
Copy link

Ah my bad. I thought this is about NextGrid()!

@nofishonfriday
Copy link
Collaborator

nofishonfriday commented Nov 5, 2020

Incidently I've just worked on this. :)
If you're interested in testing (which would help) grab the build from here:
#1449 (comment)

and post in that issue what you find.
Thanks.

@reaper-oss reaper-oss deleted a comment from StephanRoemer Nov 5, 2020
@nofishonfriday
Copy link
Collaborator

Oops, sorry for deleting your comment (a glitch on my side) :)

@StephanRoemer
Copy link

No worries 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants