Re: [Jsynthlib-devel] Upload code changes

2013-10-03 Thread Packe
Thanks! I'll check that out. BR /Pascal 1 okt 2013 kl. 21:23 skrev William Zwicky : > There's some kind of "long description" field that appears when the user > activates your plugin. I used it to document the two GUI modes of my plugin, > you should be able to put your docs there. > > It's

Re: [Jsynthlib-devel] Upload code changes

2013-10-01 Thread William Zwicky
There's some kind of "long description" field that appears when the user activates your plugin. I used it to document the two GUI modes of my plugin, you should be able to put your docs there. It's one of the fields you pass to the constructor for core.Device. You can see how I do it in synthdrive

Re: [Jsynthlib-devel] Upload code changes

2013-10-01 Thread Packe
Thanks, So there is no generic way to document limitations? Are you referring to this patch interface: http://sourceforge.net/p/jsynthlib/patches/?source=navbar ? I have already uploaded two patches there but I don't think they have been merged yet. Who is in charge of that? BR /Pascal 1 okt

Re: [Jsynthlib-devel] Upload code changes

2013-10-01 Thread frankster
Possibly you could pop up a dialogue box when the user selects that driver? that doesn't sound ideal though. Maybe you could put some info on a wiki page somewhere? As to uploading the code - you could make a patch then submit it via the sourceforge patch interface. On 01/10/13 10:46, Packe w