refactor c++ backend (instrument)
1 parent 0db0a64 commit f54a63887bd296d3d0c4c1680a72adac4bb67529
@lukas lukas authored on 16 Aug 2022
Showing 19 changed files
View
app/src/main/cpp/AudioHost.h
View
app/src/main/cpp/CMakeLists.txt
View
app/src/main/cpp/Envelope.cpp 100644 → 0
View
app/src/main/cpp/Envelope.h 100644 → 0
View
app/src/main/cpp/Instrument.cpp
View
app/src/main/cpp/Instrument.h
View
app/src/main/cpp/effects/Envelope.cpp 0 → 100644
View
app/src/main/cpp/effects/Envelope.h 0 → 100644
View
app/src/main/cpp/effects/Processable.cpp 0 → 100644
View
app/src/main/cpp/effects/Processable.h 0 → 100644
View
app/src/main/cpp/waveforms/Sawtooth.cpp
View
app/src/main/cpp/waveforms/Sawtooth.h
View
app/src/main/cpp/waveforms/Sine.cpp
View
app/src/main/cpp/waveforms/Sine.h
View
app/src/main/cpp/waveforms/Waveform.cpp 0 → 100644
View
app/src/main/cpp/waveforms/Waveform.h
View
app/src/main/java/com/lukas/music/instruments/InternalInstrument.kt
View
app/src/main/res/layout/fragment_instrument.xml
View
app/src/main/res/values/strings.xml