We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0bed0 commit ba5a38fCopy full SHA for ba5a38f
Source/PluginProcessor.cpp
@@ -53,12 +53,13 @@ PlugDataAudioProcessor::PlugDataAudioProcessor()
53
// On first startup, initialise abstractions and settings
54
initialiseFilesystem();
55
56
- // Update pd search paths for abstractions
57
- updateSearchPaths();
58
59
// Initialise library for text autocompletion
60
objectLibrary.initialiseLibrary();
61
-
+
+ // Update pd search paths for abstractions
+ updateSearchPaths();
62
63
// Set up midi buffers
64
midiBufferIn.ensureSize(2048);
65
midiBufferOut.ensureSize(2048);
0 commit comments