Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- notesname_instruments_array = {
- "PART DRUMS" : "DRUMS",
- "PART GUITAR" : "5LANES",
- "PART BASS" : "5LANES",
- "PART VOCALS" : "VOCALS",
- "PART KEYS" : "5LANES",
- "PART REAL_KEYS_X": "PROKEYS",
- "PART REAL_KEYS_H": "PROKEYS",
- "PART REAL_KEYS_M": "PROKEYS",
- "PART REAL_KEYS_E": "PROKEYS",
- "PART KEYS_ANIM_LH": "PROKEYS",
- "PART KEYS_ANIM_RH": "PROKEYS",
- "HARM1": "VOCALS",
- "HARM2": "VOCALS",
- "HARM3": "VOCALS",
- "PART DRUMS 2X": "DRUMS",
- "PART RHYTHM": "5LANES",
- "PART REAL_GUITAR": "PROGUITAR",
- "PART REAL_GUITAR_22": "PROGUITAR",
- "PART REAL_BASS": "PROGUITAR",
- "PART REAL_BASS_22": "PROGUITAR"
- }
- ...
- "PROGUITAR" :
- {
- 127 : ["TRILL MARKER", "markers"],
- 126 : ["TREMOLO MARKER", "markers"],
- 125 : ["BRE", "bre"],
- 124 : ["BRE", "bre"],
- 123 : ["BRE", "bre"],
- 122 : ["BRE", "bre"],
- 121 : ["BRE", "bre"],
- 120 : ["BRE", "bre"],
- 116 : ["Overdrive", "od"],
- 115 : ["Solo Marker", "solo"],
- 108 : ["LEFT HAND POSITION", "markers"],
- 104 : ["Expert Arpeggio Marker", "markers"],
- 103 : ["Expert Slider Marker", "markers"],
- 102 : ["Expert Force HOPO On", "markers"],
- 101 : ["Expert E String (High)", "notes_x"],
- 100 : ["Expert B String", "notes_x"],
- 99 : ["Expert G String", "notes_x"],
- 98 : ["Expert D String", "notes_x"],
- 97 : ["Expert A String", "notes_x",],
- 96 : ["Expert E String (Low)", "notes_x"],
- 80 : ["Expert Arpeggio Marker", "markers"],
- 79 : ["Hard Slider Marker", "markers"],
- 78 : ["Hard Force HOPO On", "markers"],
- 77 : ["Hard E String (High)", "markers"],
- 76 : ["Hard B String", "notes_h"],
- 75 : ["Hard G String", "notes_h"],
- 74 : ["Hard D String", "notes_h"],
- 73 : ["Hard A String", "notes_h"],
- 72 : ["Hard E String (Low)", "notes_h"],
- 55 : ["Medium Slider Marker", "markers"],
- 54 : ["Medium Force HOPO On", "markers"],
- 53 : ["Medium E String (High)", "markers"],
- 52 : ["Medium B String", "notes_m"],
- 51 : ["Medium G String", "notes_m"],
- 50 : ["Medium D String", "notes_m"],
- 49 : ["Medium A String", "notes_m"],
- 48 : ["Medium E String (Low)", "notes_m"],
- 31 : ["Easy Slider Marker", "markers"],
- 29 : ["Easy E String (High)", "notes_e"],
- 28 : ["Easy B String", "notes_e"],
- 27 : ["Easy G String", "notes_e"],
- 26 : ["Easy D String", "notes_e"],
- 25 : ["Easy A String", "notes_e"],
- 24 : ["Easy E String (Low)", "notes_e"],
- 17 : ["Hide Chord Names", "markers"],
- 15 : ["Eb root note", "root_notes"],
- 14 : ["D root note", "root_notes"],
- 13 : ["Db root note", "root_notes"],
- 12 : ["C root note", "root_notes"],
- 11 : ["B root note", "root_notes"],
- 10 : ["Bb root note", "root_notes"],
- 9 : ["A root note", "root_notes"],
- 8 : ["Ab root note", "root_notes"],
- 7 : ["G root note", "root_notes"],
- 6 : ["Gb root note", "root_notes"],
- 5 : ["F root note", "root_notes"],
- 4 : ["E root note", "root_notes"]
- }
Advertisement
Add Comment
Please, Sign In to add comment