The see-also-reference at the bottom of http://www.rawmaterialsoftware.com/juce/api/classAudioProcessorListener.html doesn’t work.
Is it necessary to patch juce_amalgamated.h or is that automagically fixed through the other change?
[code]diff --git a/juce_amalgamated.h b/juce_amalgamated.h
index 16d2502…f99a481 100644
— a/juce_amalgamated.h
+++ b/juce_amalgamated.h
@@ -38647,7 +38647,7 @@ public:
to trigger an AsyncUpdater or ChangeBroadcaster which you can respond to later on the
message thread.
-
@see audioPluginParameterChangeGestureStart
-
@see audioProcessorParameterChangeGestureBegin */ virtual void audioProcessorParameterChangeGestureEnd (AudioProcessor* processor, int parameterIndex);
diff --git a/src/audio/processors/juce_AudioProcessorListener.h b/src/audio/processors/juce_AudioProcessorListener.h
index 8befe18…2dd06fe 100644
— a/src/audio/processors/juce_AudioProcessorListener.h
+++ b/src/audio/processors/juce_AudioProcessorListener.h
@@ -99,7 +99,7 @@ public:
to trigger an AsyncUpdater or ChangeBroadcaster which you can respond to later on the
message thread.
-
@see audioPluginParameterChangeGestureStart
-
/@see audioProcessorParameterChangeGestureBegin
virtual void audioProcessorParameterChangeGestureEnd (AudioProcessor processor,
int parameterIndex);
[/code]
– Johan
