Looking for a plugin that converts time measure
Hi,
I'm looking for a QML plugin that, like this attached image, does:
- Selecting one or more 3/4 measures converts to 4/4
- Selecting one or more 4/4 measures converts to 3/4
thanks
Hi,
I'm looking for a QML plugin that, like this attached image, does:
- Selecting one or more 3/4 measures converts to 4/4
- Selecting one or more 4/4 measures converts to 3/4
thanks
Do you still have an unanswered question? Please log in first to post your question.
Comments
Why would you want to change six evenly-spaced notes into three evenly spaced notes, followed by three more notes, spaced evenly, but different than the first three? I would think that this, ...
... or this, ...
... or this ...
... would be much more reasonable.
And this is why you're unlikely to find an existing plugin that does anything like this. There simply are too many possibilities to consider. If you have a specific use for it in this song, you are likely to need a radically different conversion in the next song.
This operation is possible, at the level of export/import of midi files, with the 'Midi Editor' (for advanced users) that I published in the plugins section some time ago, which simulates some functions of a DAW. Using the 'Stretch Midi' function with a value of 133% (actually it would be 133.3 periodic, but that's okay) you get the first transformation; with a value of 75% the second (i.e. the restoration of staccato eighth notes). This is what you get with MU 3.6.2:
If it can really be useful to you, I really don't know...