From eafbf24290567d9ba3f0e0cd6da0c2a5fba112e3 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 3 Aug 2022 17:31:00 -0500 Subject: [PATCH] GUI: YM2423 patch names thanks freq-mod! --- src/gui/insEdit.cpp | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/src/gui/insEdit.cpp b/src/gui/insEdit.cpp index 958f662d4..f991b9e2a 100644 --- a/src/gui/insEdit.cpp +++ b/src/gui/insEdit.cpp @@ -89,24 +89,23 @@ const char* opllInsNames[4][17]={ "Noise", "Drums" }, - // help me get the names! /* YM2423 */ { "User", - "Violin", - "What is this", - "Some kind of space sound", - "Voice maybe", - "Clarinet", - "Slap something", + "Strings", + "Guitar", + "Electric Guitar", + "Electric Piano", + "Flute", + "Marimba", "Trumpet", - "AAAAAA", - "Wow!", - "Synth", - "Synth Key", + "Harmonica", + "Tuba", + "Synth Brass", + "Short Saw", "Vibraphone", - "Space Bass", + "Electric Guitar 2", "Synth Bass", - "Sound like the default Defle patch", + "Sitar", "Drums" }, // stolen from FamiTracker