Key split restructure (#2168)
Key split tables have been given names based on usage (KeySplitTable1 -> keysplit_piano etc) and a new macro has been set up to better represent the individual bytes for key splits with it being more obvious to how said bytes are used for the respective voice in the voicegroup. --------- Co-authored-by: Martin Griffin <martinrgriffin@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
voice_group rg_caught_intro
|
||||
voice_keysplit_all voicegroup_frlg_fanfare_drumset_1
|
||||
voice_keysplit_all voicegroup_frlg_fanfare_drumset_2
|
||||
voice_keysplit voicegroup_piano_keysplit, KeySplitTable1
|
||||
voice_keysplit voicegroup_piano_keysplit, keysplit_piano
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
@@ -47,7 +47,7 @@ voice_group rg_caught_intro
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
voice_keysplit voicegroup_strings_keysplit, KeySplitTable2
|
||||
voice_keysplit voicegroup_strings_keysplit, keysplit_strings
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
@@ -55,11 +55,11 @@ voice_group rg_caught_intro
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
voice_keysplit voicegroup_trumpet_keysplit, KeySplitTable3
|
||||
voice_keysplit voicegroup_trumpet_keysplit, keysplit_trumpet
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
voice_keysplit voicegroup_tuba_keysplit, KeySplitTable4
|
||||
voice_keysplit voicegroup_tuba_keysplit, keysplit_tuba
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
voice_keysplit voicegroup_french_horn_keysplit, KeySplitTable5
|
||||
voice_keysplit voicegroup_french_horn_keysplit, keysplit_french_horn
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
|
||||
|
||||
Reference in New Issue
Block a user