praxis-live / support

Documentation and issue tracking
9 stars 2 forks source link

Projects created in v3.4+ without libraries fail in CLI player and harness #82

Closed neilcsmith-net closed 6 years ago

neilcsmith-net commented 6 years ago

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?