24 #ifndef __PROCESSORGRAPH_H_124F8B50__
25 #define __PROCESSORGRAPH_H_124F8B50__
27 #include "../../JuceLibraryCode/JuceHeader.h"
29 #include "../AccessClass.h"
59 void* createNewProcessor(String& description);
64 void clearSignalChain();
66 bool enableProcessors();
67 bool disableProcessors();
72 void updateConnections(Array<SignalChainTabButton*, CriticalSection>);
74 bool processorWithSameNameExists(
const String& name);
76 void changeListenerCallback(ChangeBroadcaster* source);
90 RESAMPLING_NODE_ID = 903
93 void createDefaultNodes();
94 void clearConnections();
100 #endif // __PROCESSORGRAPH_H_124F8B50__