From: <tt_...@gm...> - 2004-08-17 18:56:52
|
Hi Ryan, Rib Rdb wrote: > As I was making that last commit I started thinking about patch > editors, and I had the idea to move the hasEditor and editPatch > functions from IPatchDriver to IPatch. We could easily put a method in > Patch to maintain compatibility with existing drivers. The advantage > I see is that when you create an xml based editor, you can simply say > what patch type it supports. Then when you click to edit a patch, it > could give you a list of possible editors, or if there's only one open > it right away. How does this sound? This sounds good to me. Generally I like the idea to move all methods from the drivers which are not concerning the interaction with a synth. Like the editing of patches as you're proposing. Bye Torsten |