mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:17:34 +00:00
LibDSP: Introduce the Keyboard
This is a class for handling user MIDI input, which is combined by the Track with roll note data if applicable.
This commit is contained in:
parent
a54b681149
commit
37b340a698
4 changed files with 128 additions and 0 deletions
|
@ -3,6 +3,7 @@ set(SOURCES
|
|||
Track.cpp
|
||||
Effects.cpp
|
||||
Synthesizers.cpp
|
||||
Keyboard.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibDSP dsp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue