Skip to content

Commit

Permalink
feat: updted some historic instrument family names
Browse files Browse the repository at this point in the history
  • Loading branch information
designerzen committed Oct 19, 2024
1 parent bbdbce1 commit 0e9ce14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/audio/midi/general-midi-instrument.constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const GUNSHOT = "Gunshot"


export const FAMILY_PIANO = "Piano"
export const FAMILY_CHROMATIC_PERCUSSION = "Chromatic Percussion"
export const FAMILY_CHROMATIC_PERCUSSION = "Percussion" // "Chromatic Percussion"
export const FAMILY_ORGAN = "Organ"
export const FAMILY_GUITAR = "Guitar"
export const FAMILY_BASS = "Bass"
Expand All @@ -155,7 +155,7 @@ export const FAMILY_SYNTH_LEAD = "Synth Lead"
export const FAMILY_SYNTH_PAD = "Synth Pad"
export const FAMILY_SYNTH_EFFECTS = "Synth Effects"
// some rasict shit right here akin to "world" music
export const FAMILY_ETHNIC = "Ethnic"
export const FAMILY_ETHNIC = "Folk" // "Ethnic"
export const FAMILY_PERCUSSIVE = "Percussive"
export const FAMILY_SOUND_FX = "Sound Effects"

Expand Down

0 comments on commit 0e9ce14

Please sign in to comment.