From: Hiroo H. <hir...@co...> - 2004-08-09 04:18:24
|
Jeff> I'm finishing up with the drivers for the Line6 Bass Jeff> Pod and started to work on the editor and I noticed Jeff> the Edit... command is disabled when I select a single Jeff> patch in the Library window (but it's still enabled Jeff> for bank patches). I tried loading up the TX81z Jeff> drivers and creating a new patch and the same thing Jeff> happens. I know there was some discussion about having Jeff> the edit command disabled in Scene windows but this is Jeff> happening in the Library window. Which version of JSynthLib you are using? I cannot reproduce the bug. I can editor TX81z patch created by 'creating new patch' function. Note that the editor function is disabled, if Driver.editPatch is not overridden. But this does not explain your problem. Jeff> By the way, I hope you reconsider having the edit Jeff> command disabled in Scene windows. If I'm Jeff> understanding it correctly, he user would have to drag Jeff> the patch to the Library window to edit it and then Jeff> drag it back to the Scene window. It seems like an Jeff> inconvenience for the user, imho. Problem is that current JSynthLib creates a copy of Patch when it creates a scene. If a user edit a scene, the patch in Library is not updated. Library does not work as a library. -- Hiroo Hayashi |