From: William Z. <wrz...@po...> - 2011-09-05 00:58:14
|
On Sun, Sep 4, 2011 at 5:32 PM, Joe Emenaker <jo...@em...> wrote: > Would it be worthwhile to make a method which could interrogate all of > the synthdriver classes and generate the synths.html file automatically, > and to include that with the part of build.xml which generates the > properties file? > Grape minds drink alike! I just checked in an overhaul of DeviceListWriter that does just that. Doesn't work very well, cuz: * There's no source for the code to get those short comments, and the long infoText is WAY to big for this table. * Probing the device capabilities requires calling constructor(Preferences), which fails in a few cases. * Probing for the patch editor requires *creating* the patch editor, which crashes and/or hangs in most cases. Feel free to improve it. -Bill Zwicky |