Closed bgold-cosmos closed 6 years ago
hey @bgold-cosmos Thanks for your effort on standardizing across tidal/tidal-midi!
Since documentation of tidal-midi is somewhat sparse, can you add your documentation into README.md as well as briefly in the changelog?
Thanks,
lennart
Done and done!
I've made changes to Tidal-MIDI to support a cleaner
legato
much like SuperDirt.1) As before, duration of notes defaults to the Tidal default: 0.05 seconds, but can be overridden in the source code on a per-synth basis 2) As before, you can further override this live with the
dur
parameter 3) As before, you can useunit "cycle"
to get notes with a duration according to their "slot" in the pattern, likelegato 1
in SuperDirt 4) NEW:unit "c"
also works as an abbreviation 5) NEW: you can use thelegato
parameter for MIDI just like you would with SuperDirt. This automatically impliesunit "c"
, you don't have to specify it 6) NEW: Usinglegato
in a pattern overrides anydur
also present 7) NEW: The Ambika setup was usinglegato
as a MIDI CC param, I've changed the name of this tomlegato
to avoid conflicts.