Re: [LAD] Devs needed for opensource virtual analog softsynth idea

2011-01-06 Thread Jeremy
Hi Malte, So I've been working on converting it some more. If you could give me some pointers as to the meaning of variables, that would be useful. What are the EG... variables, like "EG", "EGFaktor","EGtrigger", and "EGState"? Also if you're looking for a channel stealing algorithm, try this:

Re: [LAD] Devs needed for opensource virtual analog softsynth idea

2011-01-06 Thread Malte Steiner
On 06.01.2011 12:48, Jeremy wrote: Yes. Except it seems that you can select different settings for each of your voices. This doesn't really make sense if you are automatically assigning the notes to synth engines. I think perhaps the best way would be to have one set of settings for *all* copi

Re: [LAD] new calf release...

2011-01-06 Thread Krzysztof Foltman
On 06/01/11 13:10, Sascha Schneider wrote: Do I understand this right, that the synth plugins, especially Monosynth are excluded some day?? The only plugins that still have experimental status in current git are fluidsynth and wavetable. For good reasons, too. The fluidsynth wrapper plugin i

Re: [LAD] new calf release...

2011-01-06 Thread Sascha Schneider
2011/1/6 Krzysztof Foltman : > On 06/01/11 12:14, Jörn Nettingsmeier wrote: > >> yummy! i've been using calf git for a while, but it feels kind of icky >> to do a project with those plugins, especially since i got shot in the >> foot by you guys before when you threw out the hi- and lowpass plugs >

Re: [LAD] new calf release...

2011-01-06 Thread Krzysztof Foltman
On 06/01/11 12:14, Jörn Nettingsmeier wrote: yummy! i've been using calf git for a while, but it feels kind of icky to do a project with those plugins, especially since i got shot in the foot by you guys before when you threw out the hi- and lowpass plugs that i had been using in several session

[LAD] new calf release...

2011-01-06 Thread Jörn Nettingsmeier
On 01/06/2011 01:26 AM, Krzysztof Foltman wrote: That's always a good idea anyway - especially now I'm preparing for an "official" release of the new version (with good-looking GUIs and new plugins, all by Markus Schmidt). Any extra testing may help making the release more stable and useful. y

Re: [LAD] Devs needed for opensource virtual analog softsynth idea

2011-01-06 Thread Jeremy
On Thu, Jan 6, 2011 at 6:21 AM, Sascha Schneider wrote: > 2011/1/6 Jeremy : > > On Thu, Jan 6, 2011 at 5:31 AM, Sascha Schneider < > ungleichkl...@gmail.com> > > wrote: > >> > >> 2011/1/6 Jeremy : > >> > Okay, looking at the sources a little more, it seems like all we need > to > >> > port is the

Re: [LAD] Devs needed for opensource virtual analog softsynth idea

2011-01-06 Thread Sascha Schneider
2011/1/6 Jeremy : > On Thu, Jan 6, 2011 at 5:31 AM, Sascha Schneider > wrote: >> >> 2011/1/6 Jeremy : >> > Okay, looking at the sources a little more, it seems like all we need to >> > port is the minicomputerCPU component.  The editor can just be used to >> > communicate to the plugin using the l

Re: [LAD] Devs needed for opensource virtual analog softsynth idea

2011-01-06 Thread Krzysztof Foltman
On 06/01/11 10:31, Sascha Schneider wrote: Not all, .. minicomputer is actually 8 synths on 8 different midichannels all playing one sound monophonic. as LV2 we only need one synth that is polyphonic. Voice management isn't that easy to get right, especially if you want to support things like

Re: [LAD] Devs needed for opensource virtual analog softsynth idea

2011-01-06 Thread Jeremy
On Thu, Jan 6, 2011 at 5:31 AM, Sascha Schneider wrote: > 2011/1/6 Jeremy : > > Okay, looking at the sources a little more, it seems like all we need to > > port is the minicomputerCPU component. The editor can just be used to > > communicate to the plugin using the lv2ExternalUI extension. > > J

Re: [LAD] Devs needed for opensource virtual analog softsynth idea

2011-01-06 Thread Sascha Schneider
2011/1/6 Jeremy : > Okay, looking at the sources a little more, it seems like all we need to > port is the minicomputerCPU component.  The editor can just be used to > communicate to the plugin using the lv2ExternalUI extension. > Jeremy Not all, .. minicomputer is actually 8 synths on 8 different

Re: [LAD] Devs needed for opensource virtual analog softsynth idea

2011-01-06 Thread Sascha Schneider
O.k. in more detail or just different explanation: I love makin music with linux and I was looking for a dssi/lv2 synth I could connectable to an external USB contorller to play arround with sound more or less "live". Then in the audio4linux irc someone pointed me to the Tyrell, an idea how a real

Re: [LAD] Devs needed for opensource virtual analog softsynth idea

2011-01-06 Thread Jeremy
Okay, looking at the sources a little more, it seems like all we need to port is the minicomputerCPU component. The editor can just be used to communicate to the plugin using the lv2ExternalUI extension. Jeremy On Thu, Jan 6, 2011 at 4:32 AM, Jeremy wrote: > Okay, I think I am having a little

Re: [LAD] Devs needed for opensource virtual analog softsynth idea

2011-01-06 Thread Gordon JC Pearce
On Thu, 2011-01-06 at 09:09 +0100, Sascha Schneider wrote: > 2011/1/6 Loki Davison : > > > You do have the required skills, just need to choose the right tool. > > > > By the way, > > to advance my skills C++ and DSSI/LV2 .. > is anyone willing to offer a mentorship?? > > regards, Sascha You d

Re: [LAD] Devs needed for opensource virtual analog softsynth idea

2011-01-06 Thread Jeremy
Okay, I think I am having a little difficulty understanding what's going on here. At first I was under the impression that you were looking to port a VST plugin developed by this German magazine to a linux plugin format. After reading your email, I think you're looking to develop a plugin port of

Re: [LAD] Devs needed for opensource virtual analog softsynth idea

2011-01-06 Thread Sascha Schneider
2011/1/6 Jeremy : > > > On Thu, Jan 6, 2011 at 3:09 AM, Sascha Schneider > wrote: >> >> 2011/1/6 Loki Davison : >> >> > You do have the required skills, just need to choose the right tool. >> > >> >> By the way, >> >> to advance my skills C++ and DSSI/LV2 .. >> is anyone willing to offer a mentors

Re: [LAD] Devs needed for opensource virtual analog softsynth idea

2011-01-06 Thread Jeremy
On Thu, Jan 6, 2011 at 3:09 AM, Sascha Schneider wrote: > 2011/1/6 Loki Davison : > > > You do have the required skills, just need to choose the right tool. > > > > By the way, > > to advance my skills C++ and DSSI/LV2 .. > is anyone willing to offer a mentorship?? > > regards, Sascha > __

Re: [LAD] Devs needed for opensource virtual analog softsynth idea

2011-01-06 Thread Sascha Schneider
2011/1/6 Loki Davison : > You do have the required skills, just need to choose the right tool. > By the way, to advance my skills C++ and DSSI/LV2 .. is anyone willing to offer a mentorship?? regards, Sascha ___ Linux-audio-dev mailing list Linux-audi

Re: [LAD] Fwd: Devs needed for opensource virtual analog softsynth idea

2011-01-06 Thread Sascha Schneider
2011/1/3 Malte Steiner : > Hi, >>> >>> Alsa Modular, >>> is this one still under development?? >> > Yes, its still maintained, changes are more evolutionary rather then > revolutionary. > > Have you checked out Minicomputer? > http://minicomputer.sourceforge.net/ This one is really nice, actually