Projects created in v3.4+ add a command to the main project.pxp file to load libraries even if no libraries exist. Unfortunately the command currently throws an Exception when the config/libs folder doesn't exist.
Workaround - using the system file browser create an empty folder at config/libs (config is hidden inside Praxis LIVE)
Fix required in v4 and backport to v3.5.1 Need to stop the command throwing an exception and return an empty file list instead?
Projects created in v3.4+ add a command to the main
project.pxp
file to load libraries even if no libraries exist. Unfortunately the command currently throws an Exception when theconfig/libs
folder doesn't exist.Workaround - using the system file browser create an empty folder at
config/libs
(config is hidden inside Praxis LIVE)Fix required in v4 and backport to v3.5.1 Need to stop the command throwing an exception and return an empty file list instead?