2021-06-15 15:16:32 +02:00
|
|
|
serenity_component(
|
|
|
|
Piano
|
|
|
|
RECOMMENDED
|
|
|
|
TARGETS Piano
|
|
|
|
DEPENDS AudioServer
|
|
|
|
)
|
|
|
|
|
2022-11-13 18:37:46 +01:00
|
|
|
compile_gml(ExportProgressWidget.gml ExportProgressWidget.h export_progress_widget)
|
|
|
|
|
2020-05-06 18:40:06 +03:00
|
|
|
set(SOURCES
|
2021-07-11 12:58:17 +10:00
|
|
|
AudioPlayerLoop.cpp
|
2022-11-13 18:37:46 +01:00
|
|
|
ExportProgressWindow.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
KeysWidget.cpp
|
|
|
|
main.cpp
|
|
|
|
MainWidget.cpp
|
2021-07-11 12:58:17 +10:00
|
|
|
PlayerWidget.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
RollWidget.cpp
|
|
|
|
SamplerWidget.cpp
|
2023-02-09 13:22:40 +01:00
|
|
|
TrackControlsWidget.cpp
|
2022-11-13 18:18:55 +01:00
|
|
|
TrackManager.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
WaveWidget.cpp
|
2022-07-23 15:38:42 +02:00
|
|
|
ProcessorParameterWidget/ParameterWidget.cpp
|
2022-11-13 18:18:55 +01:00
|
|
|
ProcessorParameterWidget/Slider.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
)
|
|
|
|
|
2022-11-13 18:37:46 +01:00
|
|
|
set(GENERATED_SOURCES
|
|
|
|
ExportProgressWidget.h
|
|
|
|
)
|
|
|
|
|
2020-12-20 18:26:09 +00:00
|
|
|
serenity_app(Piano ICON app-piano)
|
2022-11-13 18:06:03 +01:00
|
|
|
target_link_libraries(Piano PRIVATE LibAudio LibCore LibDSP LibGfx LibGUI LibIPC LibMain LibThreading)
|