Re: [linux-audio-dev] softsynth SDK?

2003-08-24 Thread Frank Barknecht
Hallo, nikodimka hat gesagt: // nikodimka wrote: I was unable to figure out how to connect Pd to alsaseq MIDI. You need to use aconnect to route the rawmidi devices used by Pd inside the ALSA sequencer system. Rawmidi devices like /dev/snd/midiCxDx already are part of the alsaseq. ciao --

Re: [linux-audio-dev] softsynth SDK?

2003-08-23 Thread nikodimka
Hello, Robert Jonsson wrote: So what do you guys think? Does LAD community need an SDK for rapid development of out of process, aseq-to-jack, (plus ladcca ?) synths? Or are there some reasons why this idea is inpractical? I can't remember the beginning of this thread, though gut feeling

Re: [linux-audio-dev] softsynth SDK

2003-08-19 Thread John Lazzaro
Frank Barknecht [EMAIL PROTECTED] writes: For a compiled language SFront might be used, where in the end the synth description is actually compiled with a C compiler into a synth. Yes, unfortunately no jack support yet ... More generally:

Re: [linux-audio-dev] softsynth SDK

2003-08-18 Thread nikodimka
I have a couple of algorithms I would like to turn into a softsynth. I want the synth to be alsaseq-synth-jack . And I want it to have a couple of GUI knobs. ... I would really like to escape dealing with basic functionality which has been implemented tens of times in the existing

Re: [linux-audio-dev] softsynth SDK

2003-08-18 Thread Robert Jonsson
Hi, and of course it is also possible to directly write a LADSPA plugin and load that in one of .those softsynths. Does LADSPA support alsaseq MIDI input? They can, the softsynths that are internal to MusE work that way. /Robert

Re: [linux-audio-dev] softsynth SDK

2003-08-18 Thread Steve Harris
On Mon, Aug 18, 2003 at 05:53:29AM -0700, nikodimka wrote: and of course it is also possible to directly write a LADSPA plugin and load that in one of .those softsynths. Does LADSPA support alsaseq MIDI input? No, each LADSPA plugin could only be one voice, youd have to write a wrapper to

Re: [linux-audio-dev] softsynth SDK

2003-08-18 Thread Robert Jonsson
måndag 18 augusti 2003 23:26 skrev nikodimka: Heh :) two different answers :) :) Well, I guess they are the same but from two different angles. MusE's softsynths could be discribed as the wrapper Steve mentions. They can, the softsynths that are internal to MusE work that way. ..

[linux-audio-dev] softsynth SDK?

2003-08-14 Thread nikodimka
Hi, LADs! I have a couple of algorithms I would like to turn into a softsynth. I want the synth to be alsaseq-synth-jack . And I want it to have a couple of GUI knobs. So I wonder if there anything resembling the vst sdk (at least ladspa sdk) to start with? Or (assuming there's no such sdk