Skip to content

Commit

Permalink
- fixed wrong spelling of some sound generator names
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-hart committed Dec 21, 2023
1 parent 1bb4271 commit c177946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hi_core/hi_dsp/modules/ModulatorSynthGroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class ModulatorSynthGroup : public ModulatorSynth,
numSynthGroupParameters
};

SET_PROCESSOR_NAME("SynthGroup", "Syntesizer Group", "A container for other Sound generators that allows FM and other additional synthesis types.");
SET_PROCESSOR_NAME("SynthGroup", "Synthesiser Group", "A container for other Sound generators that allows FM and other additional synthesis types.");

enum InternalChains
{
Expand Down
2 changes: 1 addition & 1 deletion hi_scripting/scripting/ScriptProcessorModules.h
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ class JavascriptSynthesiser : public JavascriptProcessor,
bool isVoiceStart = false;
};

SET_PROCESSOR_NAME("ScriptSynth", "Scriptnode Syntesiser", "A polyphonic scriptable synthesiser.");
SET_PROCESSOR_NAME("ScriptSynth", "Scriptnode Synthesiser", "A polyphonic scriptable synthesiser.");

enum class Callback
{
Expand Down

0 comments on commit c177946

Please sign in to comment.