refactor c++ backend (instrument)
|
---|
|
app/src/main/cpp/AudioHost.h |
---|
app/src/main/cpp/CMakeLists.txt |
---|
app/src/main/cpp/Envelope.cpp 100644 → 0 |
---|
app/src/main/cpp/Envelope.h 100644 → 0 |
---|
app/src/main/cpp/Instrument.cpp |
---|
app/src/main/cpp/Instrument.h |
---|
app/src/main/cpp/effects/Envelope.cpp 0 → 100644 |
---|
app/src/main/cpp/effects/Envelope.h 0 → 100644 |
---|
app/src/main/cpp/effects/Processable.cpp 0 → 100644 |
---|
app/src/main/cpp/effects/Processable.h 0 → 100644 |
---|
app/src/main/cpp/waveforms/Sawtooth.cpp |
---|
app/src/main/cpp/waveforms/Sawtooth.h |
---|
app/src/main/cpp/waveforms/Sine.cpp |
---|
app/src/main/cpp/waveforms/Sine.h |
---|
app/src/main/cpp/waveforms/Waveform.cpp 0 → 100644 |
---|
app/src/main/cpp/waveforms/Waveform.h |
---|
app/src/main/java/com/lukas/music/instruments/InternalInstrument.kt |
---|
app/src/main/res/layout/fragment_instrument.xml |
---|
app/src/main/res/values/strings.xml |
---|