README.md : Updates

This commit is contained in:
kevin 2022-12-27 15:08:54 -05:00
parent 255891f60e
commit cc1a786db9

View File

@ -46,9 +46,7 @@ All callbacks should return meaningful result codes.
# Preset Select # Preset Select
+ backup to numbered file on save
+ play on preset letter select + play on preset letter select
+ Velocity of the individual notes of chords should be scaled to such that their sum matches the dynamic value.
+ allow the network to be reloaded without restarting the program + allow the network to be reloaded without restarting the program
+ create an interactive spec-dist panel to experiment with presets + create an interactive spec-dist panel to experiment with presets
@ -84,6 +82,8 @@ DONE:
+ flow: Allow setting a specific variable value from a network preset + flow: Allow setting a specific variable value from a network preset
+ preset_sel: The sampler requires a different velocity map than the piano. The piano was scaled down but now the sampler is too quiet. + preset_sel: The sampler requires a different velocity map than the piano. The piano was scaled down but now the sampler is too quiet.
+ preset_set: deleting a fragment does not automatically fill in the missing location space. + preset_set: deleting a fragment does not automatically fill in the missing location space.
+ preset_sel: backup to numbered file on save
+ preset_sel: Velocity of the individual notes of chords should be scaled to such that their sum matches the dynamic value.
+ libcw: Make IO sub-systems optionally synchronous + libcw: Make IO sub-systems optionally synchronous
+ UI: clear UI when the app disconnects. + UI: clear UI when the app disconnects.
+ UI: Add an error indicator and API for each control (e.g. border set to red) + UI: Add an error indicator and API for each control (e.g. border set to red)