|
From: Stefano C. <car...@ya...> - 2019-08-15 22:47:55
|
Apologize for any error...A feature I miss in H2 is tuplets. My proposal is to add at least two options in the "Res." drop-down menu: one for 16ths 5tuplets and another for 16ths 7tuplets, without increasing the 'quantum resolution' which is exact but probably complicated. Since I see 48 available 'positions' inside a quarter note,I tried to write (with text editor) a 16ths 5-tuplet placing the notes in these exact positions (starting from 0): 0, 10, 19, 29, 39.Excerpt of .h2song file: ... <note> <position>0</position> <instrument>1</instrument> </note> <note> <position>10</position> <instrument>1</instrument> </note> <note> <position>19</position> <instrument>1</instrument> </note> <note> <position>29</position> <instrument>1</instrument> </note> <note> <position>39</position> <instrument>1</instrument> </note> <note> <position>48</position> <instrument>1</instrument> </note>... The small length differences are not so noticeable for me... I would use this subdivision even if not exact.Quarter and 8th 5-tuplet resolution are not really needed as one can use 16th 5tuplet res. skipping some ticks... but they could be implemented according to the previous positions. Similarly for a 16th 7tuplets I would use positions: 0, 7, 14, 21, 28, 35, 42.All lengths equal except the last one (42-48). Would it be easy for you to implement this? Another feature I miss is the possibility to set values like 5/16 or 7/16... for a pattern length (i.e. length = n/16, n odd).Would you add this option (maybe on/off button that enables 16th-note resolution for pattern size...)?I see it's just a matter of graphics, as H2 plays with patterns of any size if one changes it in text editor. Thanks |