"Adopt instrument" action also adopts octave (#2095)
* push test * remove test file * add GUI_ACTION_PAT_ABSORB_INSTRUMENT action (set current instrument to channel's current instrument column) * rename 'absorb instrument' to 'adopt instrument' (clearer), adopt octave as well, replace editor octave min/max numbers in the code with defines * CRAP * rename 'adopt instrument' back to 'absorb instrument' --------- Co-authored-by: Adam Lederer <adam@adamlederer.com> Co-authored-by: tildearrow <me@tildearrow.org>
This commit is contained in:
parent
a410b90452
commit
28dc0b12a1
4 changed files with 35 additions and 16 deletions
|
|
@ -137,6 +137,9 @@ enum FurnaceGUIRenderBackend {
|
|||
#define ngettext momo_ngettext
|
||||
#endif
|
||||
|
||||
#define GUI_EDIT_OCTAVE_MIN -5
|
||||
#define GUI_EDIT_OCTAVE_MAX 7
|
||||
|
||||
// TODO:
|
||||
// - add colors for FM envelope and waveform
|
||||
// - maybe add "alternate" color for FM modulators/carriers (a bit difficult)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue