|
From: Joe E. <jo...@em...> - 2006-02-14 11:03:54
|
1 - Would anybody like to see JSL remember what libraries/scenes (and
the window positions) they had open when they last exited JSL and
re-open them the next time you run it? If so, does anybody have any
suggestions for an XML format of storing this? If not, I'll use
something like:
<JSLSettings>
<LastState>
<Library Path="/home/jemenake/JSL/mylibrary.patchlib">
<XPosition>40</XPosition>
<YPosition>60</YPosition>
<Width>400</Width>
<Height>300</Height>
</Library>
</LastState>
</JSLSettings>
2 - Is there a reason JSL *needs* to store all of the synthdriver info
in synthdriver.properties? Why can't we just discover them at runtime
like DeviceListWriter (or whatever it's called) does?
- Joe
|