Re: [Jsynthlib-devel] synth support that's not made it into SVN!!

2011-09-19 Thread Joe Emenaker
On 9/14/2011 2:19 PM, Frankie Fisher wrote: > I have been looking at doing a driver for the Roland U220 at the > moment and that uses the same memory-mapped bulk data transfer as the > MT32, I wonder if there is scope for commonality between some of the > Roland drivers. I think I put that idea

Re: [Jsynthlib-devel] synth support that's not made it into SVN!!

2011-09-14 Thread Frankie Fisher
On 01/09/2011 18:26, F.J. Kraan wrote: > Hi, > > At http://electrickery.xs4all.nl/digaud/mt32/ is a more recent version > of the Roland MT-32 driver. Still incomplete. There is also a > rudimentary driver for the Lexicon LXP5. It shows the settings of a > patch, which is not possible on the LXP5

Re: [Jsynthlib-devel] synth support that's not made it into SVN!!

2011-09-10 Thread frankster
Hi Fred Jan, I have had a look at version 0.10 on your website and it seems to be the same as the one in JSynthLib, apart from some minor changes. cheers, Frankie On 09/01/11 18:26, F.J. Kraan wrote: > Hi, > > At http://electrickery.xs4all.nl/digaud/mt32/ is a more recent version > of the Rolan

Re: [Jsynthlib-devel] synth support that's not made it into SVN!!

2011-09-01 Thread F.J. Kraan
Hi, At http://electrickery.xs4all.nl/digaud/mt32/ is a more recent version of the Roland MT-32 driver. Still incomplete. There is also a rudimentary driver for the Lexicon LXP5. It shows the settings of a patch, which is not possible on the LXP5 itself. I didn't touch the code or tested it wit

Re: [Jsynthlib-devel] synth support that's not made it into SVN!!

2011-09-01 Thread Vladimir Avdonin
On 09/01/2011 10:02 AM, Joe Emenaker wrote: > One of the things I'd like to see next is a mechanism to load just the > synth drivers that you need. As things are now, compiling JSynthLib > means compiling*all* of the synth drivers, and the same goes for > distributing it. If we hope to add many mo

Re: [Jsynthlib-devel] synth support that's not made it into SVN!!

2011-09-01 Thread frankster
Hi, Well I hope noone takes offence if I sounded a little critical of the jsynthlib project! :) IMO if you have part of a synth driver working - e.g. single patch librarian - its good to submit that part and get it out there. then as you get more parts done to add them in as well. If noone's us

Re: [Jsynthlib-devel] synth support that's not made it into SVN!!

2011-09-01 Thread Peter Geirnaert
Hi there I'm the one the OP was talking about, who wrote two drivers and a wiki. Don't blame the JSynthLIb community for my code not being in SVN, I didn't ask for it because I feel like my code is not yet finished. I had to stop putting time in programming because I had to find a real job (meanin

Re: [Jsynthlib-devel] synth support that's not made it into SVN!!

2011-09-01 Thread Joe Emenaker
On 9/1/2011 7:09 AM, frankster wrote: > Looking on google there is a guy who has generated drivers for two of > his own synths, yet this is not part of the code in SVN. He's written > quite a lot of info about it here > http://sites.google.com/site/experimentalfrush/jsynthlib and apparently > start

Re: [Jsynthlib-devel] synth support that's not made it into SVN!!

2011-09-01 Thread Vladimir Avdonin
I think what the project is missing is releasing binary builds from svn for download on regular basis. That would allow more extensive testing of experimental code by people without programming skills required to build themselves, but who really could use the program in real world. That probab

[Jsynthlib-devel] synth support that's not made it into SVN!!

2011-09-01 Thread frankster
Looking on google there is a guy who has generated drivers for two of his own synths, yet this is not part of the code in SVN. He's written quite a lot of info about it here http://sites.google.com/site/experimentalfrush/jsynthlib and apparently started the WIKI that was linked to this list yes