Skip to content

Commit ba5a38f

Browse files
committed
Small library bugfix
1 parent 9a0bed0 commit ba5a38f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Source/PluginProcessor.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,13 @@ PlugDataAudioProcessor::PlugDataAudioProcessor()
5353
// On first startup, initialise abstractions and settings
5454
initialiseFilesystem();
5555

56-
// Update pd search paths for abstractions
57-
updateSearchPaths();
5856

5957
// Initialise library for text autocompletion
6058
objectLibrary.initialiseLibrary();
61-
59+
60+
// Update pd search paths for abstractions
61+
updateSearchPaths();
62+
6263
// Set up midi buffers
6364
midiBufferIn.ensureSize(2048);
6465
midiBufferOut.ensureSize(2048);

0 commit comments

Comments
 (0)