2022-08-25 |
add effect toggle
lukas
committed
on 25 Aug 2022
|
---|---|
add modifier to adjust an effect's influence on the total sound
lukas
committed
on 25 Aug 2022
|
|
refactor Effect and EffectParameter classes
lukas
committed
on 25 Aug 2022
|
|
add low pass filter effect
lukas
committed
on 25 Aug 2022
|
|
add effects skeleton
lukas
committed
on 25 Aug 2022
|
|
add square and triangle waves
lukas
committed
on 25 Aug 2022
|
|
add editor for envelope parameters to the UI
lukas
committed
on 25 Aug 2022
|
|
2022-08-24 |
add subbeats (play a note between the main beats, like 8ths in a 4/4 Rhythm)
lukas
committed
on 24 Aug 2022
|
2022-08-23 |
fix problem where an instrument would not stop playing when deleted
|
add grid to edit a Voice's pattern
|
|
add dialog to edit voice (non-functional)
|
|
ensure dragging instruments only works vertically
|
|
add drag and drop for instruments in their list
|
|
add a button to remove an instrument from the list
|
|
add functionality to the add instrument button
|
|
add voice selection
|
|
rewrite Voice
|
|
fix issue where keeping the default chord type would not update correctly
|
|
add solo button for an instrument
|
|
fix issue where the waveform for an instrument would be reset when reopening its properties window
|
|
beautify mute toggle
|
|
add individual volume sliders to each instrument
|
|
move waveform selection to the instrument editor windows
|
|
add instrument editor
|
|
2022-08-19 |
add GPL v3 copyright
|
fix issues with chord views in play section
|
|
add song navigation buttons
|
|
fix issue where the chord preview in the play section would not update when the first phrase is entered
|
|
add preview for the first chord of the upcoming phrase
|
|
refactor PlayFragment.kt
|