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
Sometimes we might want to do more complex logic/operations on notes. For example, the higher the pitch, the more random its velocity should be. Or, the lower the velocity, the more staccato the note should be. I could add a text box where the user could type in a function that receives things like pitch, start, duration, previous note, next note, next note of same pitch, etc., and returns a modified note. This would add a lot of complexity, and also arguably increases the scope from "midi humanizer" into "midi programmer". For now, it's assumed that you just have to do this type of advanced editing manually in your DAW on a case by case basis.
The text was updated successfully, but these errors were encountered:
Sometimes we might want to do more complex logic/operations on notes. For example, the higher the pitch, the more random its velocity should be. Or, the lower the velocity, the more staccato the note should be. I could add a text box where the user could type in a function that receives things like pitch, start, duration, previous note, next note, next note of same pitch, etc., and returns a modified note. This would add a lot of complexity, and also arguably increases the scope from "midi humanizer" into "midi programmer". For now, it's assumed that you just have to do this type of advanced editing manually in your DAW on a case by case basis.
The text was updated successfully, but these errors were encountered: