Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-22 | Piano+LibDSP: Move Track to LibDSP | kleines Filmröllchen | |
This is a tangly commit and it fixes all the bugs that a plain move would have caused (i.e. we need to touch other logic which had wrong assumptions). | |||
2022-07-19 | LibDSP: Rename library namespace to DSP | kleines Filmröllchen | |
That's the standard naming convention, but I didn't follow it when originally creating LibDSP and nobody corrected me, so here I am one year later :^) | |||
2022-05-26 | LibDSP: Introduce the Keyboard | kleines Filmröllchen | |
This is a class for handling user MIDI input, which is combined by the Track with roll note data if applicable. |