1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/examples/PlugInSamples/InterAppAudioEffect/Source
2018-01-16 16:38:18 +00:00
..
IAAEffectEditor.h Fixed a bug in the InterAppAudioEffect demo 2018-01-16 16:38:18 +00:00
IAAEffectProcessor.cpp Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 2017-11-28 16:18:40 +00:00
IAAEffectProcessor.h Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 2017-10-30 14:52:47 +00:00
SimpleMeter.h Fixed a bug in the InterAppAudioEffect demo 2018-01-16 16:38:18 +00:00