Noteahead
Noteahead copied to clipboard
A simple MIDI tracker and sequencer written in C++/Qt/QML targeted for Linux.
It would be cool to have ducking available already at the MIDI level. The user (me) could choose a sidechain source for a track, which would then control the channel...
One could e.g. layer kick by sequencing it only once and make the track trigger the layer tracks.
Awesome project! Would be great if the songs would be more portable & share-able, for example by implementing the [soundfont sidecarfile spec](https://github.com/coderofsalvation/midi-soundfont-sidecarfile-specification) for fluidsynth: ``` mysong.nahd mysong.sf2 ``` this would...