Skip to content

Commit a73ea96

Browse files
committed
Update ELSE
1 parent d10f502 commit a73ea96

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

Libraries/pd-else

Submodule pd-else updated 522 files

Resources/Scripts/package_resources.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,9 @@ def replaceTextInFolder(folder_path, old_string, new_string):
124124
globCopy(project_root + "/Libraries/pd-else/Abstractions/Control/*.pd", "./Abstractions/else")
125125
globCopy(project_root + "/Libraries/pd-else/Abstractions/Audio/*.pd", "./Abstractions/else")
126126
globCopy(project_root + "/Libraries/pd-else/Abstractions/Extra/*.pd", "./Abstractions/else")
127-
globCopy(project_root + "/Libraries/pd-else/Source/Control/*.pd_lua", "./Abstractions/else")
128-
globCopy(project_root + "/Libraries/pd-else/Source/Audio/*.pd_lua", "./Abstractions/else")
129-
globCopy(project_root + "/Libraries/pd-else/Abstractions/Extra/*.pd_lua", "./Abstractions/else")
130-
copyFile(project_root + "/Resources/Patches/lua.pd_lua", "./Abstractions/else")
127+
globCopy(project_root + "/Libraries/pd-else/Abstractions/Control/*.pd_luajit", "./Abstractions/else")
128+
globCopy(project_root + "/Libraries/pd-else/Abstractions/Audio/*.pd_luajit", "./Abstractions/else")
129+
globCopy(project_root + "/Libraries/pd-else/Abstractions/Extra/*.pd_luajit", "./Abstractions/else")
131130
copyFile(project_root + "/Resources/Patches/playhead.pd", "./Abstractions")
132131
copyFile(project_root + "/Resources/Patches/param.pd", "./Abstractions")
133132
copyFile(project_root + "/Resources/Patches/daw_storage.pd", "./Abstractions")

Source/Utility/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ struct ProjectInfo {
4545
#else
4646
static inline File const appDataDir = File::getSpecialLocation(File::SpecialLocationType::userDocumentsDirectory).getChildFile("plugdata");
4747
#endif
48-
static inline String const versionSuffix = "-test2";
48+
static inline String const versionSuffix = "-test3";
4949
static inline File const versionDataDir = appDataDir.getChildFile("Versions").getChildFile(ProjectInfo::versionString + versionSuffix);
5050
};
5151

0 commit comments

Comments
 (0)