24 #ifndef __PROCESSORGRAPH_H_124F8B50__
25 #define __PROCESSORGRAPH_H_124F8B50__
27 #include "../../JuceLibraryCode/JuceHeader.h"
29 #include "../AccessClass.h"
61 void* createNewProcessor(String& description);
66 void clearSignalChain();
68 bool enableProcessors();
69 bool disableProcessors();
74 void updateConnections(Array<SignalChainTabButton*, CriticalSection>);
76 bool processorWithSameNameExists(
const String& name);
78 void changeListenerCallback(ChangeBroadcaster* source);
92 RESAMPLING_NODE_ID = 903
95 void createDefaultNodes();
96 void clearConnections();
102 #endif // __PROCESSORGRAPH_H_124F8B50__