This is the first public release of LML. (Load my Libs)
LML is a manager for PD configurations (flags and selected Libs) stored as executable scripts. Includes a little "launcher" app that displays a list of existing config sets.
www.ekran.org/ben/research/lml/lml-v0.1-TEST5.tgz
Should work on windows, OSX and Linux. I've not been able to do much OSX testing.
Please email me with feature requests/bugs or any other feedback.
LML BUGS:
* Launching PD with -rt on OSX may not work
Fixed v0.1 (test5):
* Won't open scripts created for a different version of PD. fix: changed the parser to string "pd_exec" and trailing space seperately
Changes v0.1 (test4)
* Added partner launcher script * Added a script_folder setting in the lml.conf to store config sets
Fixed v0.1 (test3):
* Launching with the -rt option does not work as root under linux/osx. fix: Had to disable substitution on the string before eval exec!
* config sets are not set as executable on linux/osx!
Fixed v0.1 (test2):
* If you select a folder without finding any DLLs on the initial configuration buttons stay disabled! fix: trap the "glob" command with "catch"
* If you cancel out of the initial configuration and then try and rescan you get a tcl error. fix: disable the cancel button on the initial configuration
* You can't use spaces in the conf file! (pd_path, script_path, lib_path) fix: wrap the conf "values" in {}