24 #ifndef __SIGNALCHAINMANAGER_H_948769B9__
25 #define __SIGNALCHAINMANAGER_H_948769B9__
27 #include "../../JuceLibraryCode/JuceHeader.h"
28 #include "../Processors/Editors/GenericEditor.h"
29 #include "../AccessClass.h"
50 Array<SignalChainTabButton*, CriticalSection>&);
53 void updateVisibleEditors(
GenericEditor* activeEditor,
int index,
int insertionPoint,
int action);
56 void removeTab(
int tabIndex);
60 void clearSignalChain();
64 Array<GenericEditor*, CriticalSection>& editorArray;
65 Array<SignalChainTabButton*, CriticalSection>& signalChainArray;
79 #endif // __SIGNALCHAINMANAGER_H_948769B9__