From: <tt_...@gm...> - 2004-08-09 07:50:28
|
Jeff Weber wrote: > I'm finishing up with the drivers for the Line6 Bass > Pod and started to work on the editor and I noticed > the Edit... command is disabled when I select a single > patch in the Library window (but it's still enabled > for bank patches). I tried loading up the TX81z > drivers and creating a new patch and the same thing > happens. I know there was some discussion about having > the edit command disabled in Scene windows but this is > happening in the Library window. > > By the way, I hope you reconsider having the edit > command disabled in Scene windows. If I'm > understanding it correctly, he user would have to drag > the patch to the Library window to edit it and then > drag it back to the Scene window. It seems like an > inconvenience for the user, imho. This was a bug in the core.driver.hasEditor() method. It uses still Patch instead IPatch. I've fixed this some days ago. Please try the last recent cvs version and give us a feedback if the bug is still existent. Bye Torsten |