From a199477cf675c58d0303aec75d1ee61e5bbca8ac Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 21 Mar 2017 22:21:02 +0100 Subject: Improve plugin Ccategory consistency somewhat --- libs/ardour/vst_info_file.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/vst_info_file.cc') diff --git a/libs/ardour/vst_info_file.cc b/libs/ardour/vst_info_file.cc index dc780975b3..77be57e8d8 100644 --- a/libs/ardour/vst_info_file.cc +++ b/libs/ardour/vst_info_file.cc @@ -649,10 +649,10 @@ vstfx_parse_vst_state (VSTState* vstfx) switch (plugin->dispatcher (plugin, effGetPlugCategory, 0, 0, 0, 0)) { case kPlugCategEffect: info->Category = strdup ("Effect"); break; - case kPlugCategSynth: info->Category = strdup ("Synth"); break; - case kPlugCategAnalysis: info->Category = strdup ("Anaylsis"); break; + case kPlugCategSynth: info->Category = strdup ("Instrument"); break; + case kPlugCategAnalysis: info->Category = strdup ("Analyser"); break; case kPlugCategMastering: info->Category = strdup ("Mastering"); break; - case kPlugCategSpacializer: info->Category = strdup ("Spacializer"); break; + case kPlugCategSpacializer: info->Category = strdup ("Spatial"); break; case kPlugCategRoomFx: info->Category = strdup ("RoomFx"); break; case kPlugSurroundFx: info->Category = strdup ("SurroundFx"); break; case kPlugCategRestoration: info->Category = strdup ("Restoration"); break; -- cgit v1.2.3