You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
Text music sakura has a cool feature that lets you specify verlocity, gatetime, length, key-on delay (TIMING in our syntax) or octave in advance e.g. v.onNote(100,90,80,70,60) cdefg (plays c to g with decreasing velocity). They can be .onNote(), .onTime(), .onCycle() (works like LFO) etc.
It is likely doable within current mugene syntax, but I want to have them within default-macro,mml.
The text was updated successfully, but these errors were encountered:
Text music sakura has a cool feature that lets you specify verlocity, gatetime, length, key-on delay (TIMING in our syntax) or octave in advance e.g.
v.onNote(100,90,80,70,60) cdefg
(playsc
tog
with decreasing velocity). They can be.onNote()
,.onTime()
,.onCycle()
(works like LFO) etc.It is likely doable within current mugene syntax, but I want to have them within
default-macro,mml
.The text was updated successfully, but these errors were encountered: