Replies: 3 comments 14 replies
-
Before addressing your questions I would like to zoom out for a minute. What do you think is the usual use case for the tuplets?
|
Beta Was this translation helpful? Give feedback.
-
Hi guys, I'm trying to catch up here! I have only a few points.
|
Beta Was this translation helpful? Give feedback.
-
The comment about redundancy and the term "tuplets" by @cme made me think to this alternative way to set the grid resolution. It is just an idea, basically fits in "mode 1", as we called it in discussion with @theGreatWhiteShark, even more difficult for the complexity that it allows but more powerful: On "Ok pressed" the resolution and offset could be displayed in the res LCD (whose spaces would be increased). |
Beta Was this translation helpful? Give feedback.
-
In pull Req #1251 (that replaces #1127) I am developing Tuplets. I suggest you to read the first message there, it shows shortly the idea for the core. //changed in #1251: note
double
tick positionsI already have some questions:
should the resolution combo box still include the Triplets items 1/4T, 1/8T...?
the items 1/4, 1/8, ...1/64, off are enough for any resolution. Keeping triplets in the menu may be strange if you read next question.
after if you enter a tuplet ratio, when you change resolution, should the tuplet ratio be reset (making tuplet ''off'')?
I think no.
Are you ok with this tuplet LCD?
I think it is very good to have such feature next to resolution, since it is really something linked to it mathematically (tuplets are the way to represent durations like 1/12, 1/17 that have not their dedicated notation symbol), and something I would like to use frequently ;). Also you have to see clearly if the current resolution is a tuplet resolution.
if you click on the tuplet LCD, a dialog pops up like the Pattern Size Dialog:
you can enter the tuplet ratio or just the numerator (in that case the most standard denominator will be calculated by hydrogen: eg 5:4, 3:2, 9:8...)
How to make tuplets inactive?
now I simply click on the LCD and enter 4. quite fast, but if you like some faster toggle button or shortcut we may think of it.
How to draw tuplet notes? the gui should allow to see what type of tuplet the note belongs to, otherwise you may be in trouble finding out by ear/eye.
I think that tuplet numerator is enough information for the user to set the proper grid tuplet resolution in order to edit the note.
eg: quintuplets => show 5 someway, even if tuplet was entered as 5:3 you will get a proper resolution density simply selecting a sufficiently dense resolution (from Resolution combobox). Furthermore the same note position could be entered with many different tuplet ratios, all having numerator = 5
Displaying the complete ratio is heavy as well.
We can discuss the core as well if you want. There are some doc comments inside the pull req.
I have not looked into the MIDI output yet. For midi file export an idea is to increase the tick resolution.
Beta Was this translation helpful? Give feedback.
All reactions