|
From: Robert J. <rob...@da...> - 2003-11-10 08:50:08
|
Hey Benno, I noticed that you where using one of those. Is that a mini-itx board in anycase? Me and my brother have been thinking about making a soundmodule with LinuxSampler and a mini-itx board. Though we where wondering how RT capable the platform was. If it's a mini-itx board you are using I guess that it works :) What about the built-in soundcard, know anything about it? Thinking about using one of those: http://www.mini-box.com/m100.htm /Robert |
|
From: David O. <da...@ol...> - 2003-11-10 14:54:31
|
On Monday 10 November 2003 09.48, Robert Jonsson wrote: > Hey Benno, > > I noticed that you where using one of those. Is that a mini-itx > board in anycase? Dunno what Benno is using, but I have yet to see C3's or C3 mainboards=20 sold separately... That said, I've hardly even been keeping track of=20 Intel and AMD CPUs lately. > Me and my brother have been thinking about making a soundmodule > with LinuxSampler and a mini-itx board. I've been thinking about doing the same, although with Audiality and=20 perhaps FluidSynth. What I'm after is basically a compact, modular=20 and affordable solution that still gives me full control, including=20 support for custom code. Oh, and it would be cool if I can hook it up to the TV and use it as a=20 gaming console as well. ;-) > Though we where wondering how RT capable the platform was. If it's > a mini-itx board you are using I guess that it works :) There's no particular reason to suspect problems with the=20 architecture, and I've seen reports of VIA Eden working well with=20 RTAI... > What about the built-in soundcard, know anything about it? It's an AC'97 chip with 18 bit full duplex I/O, but I can't seem to=20 find any detailed specs. Anyway, the actual quality depends a great=20 deal on the analog cirquitry on the board, unless you use the digital=20 I/O and external converters. > Thinking about using one of those: http://www.mini-box.com/m100.htm That's *very* interesting stuff! Thanks for the link. :-) //David Olofson - Programmer, Composer, Open Source Advocate =2E- Audiality -----------------------------------------------. | Free/Open Source audio engine for games and multimedia. | | MIDI, modular synthesis, real time effects, scripting,... | `-----------------------------------> http://audiality.org -' --- http://olofson.net --- http://www.reologica.se --- |
|
From: Robert J. <rob...@da...> - 2003-11-10 16:13:28
|
> > I've been thinking about doing the same, although with Audiality and > perhaps FluidSynth. What I'm after is basically a compact, modular > and affordable solution that still gives me full control, including > support for custom code. The use case is actually very specific in our case. To build a sound module to connect to the brain of a digital drumkit. MiniBox+LS+Drumkit_from_hell is the most likely combination at the moment. > > Oh, and it would be cool if I can hook it up to the TV and use it as a > gaming console as well. ;-) :) > > > Though we where wondering how RT capable the platform was. If it's > > a mini-itx board you are using I guess that it works :) > > There's no particular reason to suspect problems with the > architecture, and I've seen reports of VIA Eden working well with > RTAI... Great. > > What about the built-in soundcard, know anything about it? > > It's an AC'97 chip with 18 bit full duplex I/O, but I can't seem to > find any detailed specs. Anyway, the actual quality depends a great > deal on the analog cirquitry on the board, Yes, I think the sound quality would be good enough at the moment. I was more thinking in the lines of RT capabilities. I've heard discouraging stories of badly functioning ac97 cards/drivers with ALSA. The problem with the mini-box solution is that there is no possibility of connecting any other soundcard, it won't fit in the box ;) USB is a possibility, but I'd rather not go there... MIDI would have to be handled that way (I'm hoping the latency for that isn't too bad) it would not be good for lateny or reliability to connect audio there also... > unless you use the digital > I/O and external converters. Yes, that's true, a way out if the analog-outs suck. :) /Robert |
|
From: <be...@ga...> - 2003-11-12 11:09:52
|
Hi, yesterday I committed sustain pedal support in CVS (notes simply add up so you can max out polyphony if you keep hitting the same key with the sustain pedal pressed). If you max out the polyphony a crash is almost certain (due some missing checks in the LS code, probably Christian's fault :-) ). Now on the console you see a voice and stream counter that is updated in real time. Below responding to Robert's C3 questions: Scrive Robert Jonsson <rob...@da...>: > > The use case is actually very specific in our case. To build a sound module > to > connect to the brain of a digital drumkit. > MiniBox+LS+Drumkit_from_hell is the most likely combination at the moment. > > That would be cool. For mini-itx hardware I suggest you to use the cases from Cubid: in particular the Cubid 2699R http://linitx.com/shop/product_info.php/cPath/8/products_id/155 83 EUR+ VAT The fastest VIA C3 Mainboard you can get is the 1GHz Nehemiah use this and not the slower ones because even the 1GHz is slow, so a 600-800MHz box will probably be too slow to achieve decent polyphony http://linitx.com/shop/product_info.php/cPath/12/products_id/207 137 EUR + VAT With these two things all you need is a DDR266+ DIMM RAM Module (the mainboard has only one RAM slot so chose the right size, I would say go with the 512MB to allow loading large samples since RAM is not that expensive these days). (512MB about 100 EUR) and a standard IDE HD. (I'd suggest a Maxtor :-) ) The cool thing of the Cubid case is that it has room for 1 PCI expansion card this means you can use a different audio card if the internal VIA audio sucks too much (it does indeed :-) ). I'd suggest you a cheap C-Media PCI card with dual stereo out and builtin MPU MIDI port (so for your MIDI-in you just need a cable, no USB MIDI in needed). Or alternatively use a card 24bit card like those from Terratec, about 100 EUR AFAIK * for example according to the alsa soundcards page http://www.alsa-project.org/alsa-doc/ the Terratec Aureon 7.1 Space supports: Aureon 7.1 Space The ultimate quality in sound * 8 (7.1) separate Speaker Outputs * Uncompromising 24 Bit / 96 kHz Playback and Recording * Digital In/Out, Optical 24 Bit / 96 kHz * A3D, EAX 1.0 and EAX 2.0 Support http://productsen.terratec.net/modules.php?op=modload&name=News&file=article&sid=149&mode=thread&order=0&thold=0 based on the Envy24HT Not sure if this card works well but I have M-Audio Delta cards based on the envy24 and the alsa support is excellent. (low latency works well). > > > > > > Though we where wondering how RT capable the platform was. If it's > > > a mini-itx board you are using I guess that it works :) > > > > There's no particular reason to suspect problems with the > > architecture, and I've seen reports of VIA Eden working well with > > RTAI... > Great. No need for RT Linux etc. I have a VIA C3 CPU (although in a different kind of mainboard, not soldered on the board) and the latency with a cmedia PCI (with the right lowlatency kernel) is as low as 3msec. (It's where I currently test LS :-) ). > > > > What about the built-in soundcard, know anything about it? > > > > It's an AC'97 chip with 18 bit full duplex I/O, but I can't seem to > > find any detailed specs. Anyway, the actual quality depends a great > > deal on the analog cirquitry on the board, > > Yes, I think the sound quality would be good enough at the moment. I was more > > thinking in the lines of RT capabilities. I've heard discouraging stories of > > badly functioning ac97 cards/drivers with ALSA. Put in a PCI soundcard as described above and forget about bad VIA audio problems (and solve the MIDI in problem too). > > The problem with the mini-box solution is that there is no possibility of > connecting any other soundcard, it won't fit in the box ;) See my solution :-) > > USB is a possibility, but I'd rather not go there... MIDI would have to be > handled that way (I'm hoping the latency for that isn't too bad) it would not > > be good for lateny or reliability to connect audio there also... Better avoid USB if you want good note-on MIDI response. See above :-) > > > unless you use the digital > > I/O and external converters. > Yes, that's true, a way out if the analog-outs suck. :) BTW: I already ordered stuff from linitx.com: fast delivery, good prices, good selection for VIA embedded stuff (for example they sell cheap compact flash to IDE adapters so you can put in a CF card and boot off that card like it were an IDE disk). At the ISP I work for we ordered a few (Nehemiah C3 + Cubid 2699R cases) because we are building some special network appliances for internal Hotel TVs. I think your LS drumkit expander would be quite a nice case study to show the general audience that LS can actually be used in a professional and live enviroment (of course when it will be stable and somewhat finished, not this developer version). Robert, as you have seen the above prices are not high compared to traditional hardware. (mainboards, CPUs). Yes the case is a bit more expensive than a traditional case but it's the price you pay for reduced size, fanless power supply unit, the C3 is a bit slow but I think it is more than enough for your purpose. cheers, Benno http://www.linuxsampler.org ------------------------------------------------- This mail sent through http://www.gardena.net |
|
From: David O. <da...@ol...> - 2003-11-12 12:34:10
|
On Wednesday 12 November 2003 12.09, be...@ga... wrote: [...] > > > > Though we where wondering how RT capable the platform was. If > > > > it's a mini-itx board you are using I guess that it works :) > > > > > > There's no particular reason to suspect problems with the > > > architecture, and I've seen reports of VIA Eden working well > > > with RTAI... > > > > Great. > > No need for RT Linux etc. I have a VIA C3 CPU (although in a > different kind of mainboard, not soldered on the board) and the > latency with a cmedia PCI (with the right lowlatency kernel) is as > low as 3msec. (It's where I currently test LS :-) ). Meanwhile, some mainboards come with f*cked up BIOSos and/or chipset=20 design mistakes that cause latencies of tens or even hundreds of ms=20 *even* with RTLinux or RTAI. (I have one in my prototype rheometer -=20 though I can get around it by disabling BIOS text mode emulation and=20 power management.) My point is just that if a system runs fine with RTAI and/or RTLinux,=20 one can conclude that there are no hardware issues that are likely to=20 cause trouble with any other real time solutions, including Linux +=20 preempt and/or lowlatency. If it *doesn't* run well even with a=20 "real" RTOS, you're screwed, regardless of OS. [...] > > The problem with the mini-box solution is that there is no > > possibility of connecting any other soundcard, it won't fit in > > the box ;) > > See my solution :-) I would really rather have a 1U full width rack mount box - and they=20 have one of those as well: =09http://linitx.com/products/1u_case/ But what about noise levels? Do you actually need those fans,=20 considering that the Mini-boxes have no fans at all, except the CPU=20 fan on 800+ MHz models? Why not replace the CPU fan with a heatpipe +=20 passive radiator solution? (There should be room for one, I think...) Actually, for a sound module, I'd really rather prefer a full width=20 case. More space (most importantly; room for a PCI riser and a proper=20 audio interface), and I don't have any other half width units to pair=20 a Mini-box with anyway. [...] > Yes the case is a bit > more expensive than a traditional case but it's the price you pay > for reduced size, fanless power supply unit, the C3 is a bit slow > but I think it is more than enough for your purpose. I don't mind the prices (those cases are actually quite inexpensive=20 for this kind of stuff) - but I do mind the noise levels of all rack=20 mount cases I've found so far. (Both cases and pre-built systems.)=20 Insane. If you put them in a server room (which is what they're built=20 for), you'll have to sound-proof the server room to avoid annoying=20 people nearby... ;-) //David Olofson - Programmer, Composer, Open Source Advocate =2E- Audiality -----------------------------------------------. | Free/Open Source audio engine for games and multimedia. | | MIDI, modular synthesis, real time effects, scripting,... | `-----------------------------------> http://audiality.org -' --- http://olofson.net --- http://www.reologica.se --- |
|
From: <be...@ga...> - 2003-11-12 11:34:12
|
A question to Robert (and others): you said you want to build this LS drumkit expander. Nice, but the question is: what's the price of MIDI drumpads ? Does it pay off to buy MIDI drumpads (how much do they cost?) compared to traditional analogue drumkits ? I'm not an expert here, so I might talking nonsense that's why I'm asking :-) What are the advantages of using a MIDI drumkit ? Price ? Easy switching of sounds (eg switching from a rock drumkit to a jazz drumkit, to an electronic drumkit etc), possibility of recording the events ? Possibility to use the sampler module to provide not only drumkit voices but an additional instrument like eg. piano too. (given enough CPU power) ? Just curious :-) If you build the LS expander we want pics/videos/audio demos of a band playing it live to put on the LS site :-) cheers, Benno http://www.linuxsampler.org ------------------------------------------------- This mail sent through http://www.gardena.net |
|
From: David O. <da...@ol...> - 2003-11-12 12:59:20
|
On Wednesday 12 November 2003 12.33, be...@ga... wrote: > A question to Robert (and others): > you said you want to build this LS drumkit expander. > Nice, but the question is: what's the price of MIDI drumpads ? > Does it pay off to buy MIDI drumpads (how much do they cost?) If it pays depends on whether you need a MIDI kit or not. ;-) > compared to traditional analogue drumkits ? You mean acoustic, or pads with analogue trigger outputs? :-) > What are the advantages of using a MIDI drumkit ? Wider choice of sounds, including totally weird ones. Easy tuning. (No=20 screws; unlimited range, settings can be stored and recalled etc.)=20 Doesn't change tuning and sound as humidity and temperature changes.=20 Superior to keyboards for recording percussion into a MIDI sequencer.=20 You can practice all night without driving the whole block crazy. :-) You mentioned some other possibilites. There are probably more - and=20 some disadvantages, as well. Obviously, you need power, and to play=20 in a band (even in very small places), you need a power amplifier and=20 speakers. > Price ? I've seen kits in the $1500-$2500 range, but I haven't looked that=20 carefully... I'm actually quite interested in getting one, since recording drums on=20 the keyboard is boring and doesn't feel right. Hammer action actually=20 seems to make it worse. (You press piano keys, whereas you hit=20 percussive instruments. Hammer action keys just hurt your fingers if=20 you try to hit them, and "pressing" drums feels a bit odd. :-) Oh well... I don't have the space or the cash right now, but it's=20 never to early to start planning. ;-) //David Olofson - Programmer, Composer, Open Source Advocate =2E- Audiality -----------------------------------------------. | Free/Open Source audio engine for games and multimedia. | | MIDI, modular synthesis, real time effects, scripting,... | `-----------------------------------> http://audiality.org -' --- http://olofson.net --- http://www.reologica.se --- |
|
From: Robert J. <rob...@da...> - 2003-11-12 12:55:23
|
Yo, Thanks for the links. I'll take a peek.=20 What was especially interesting with the mini-box was however that it was a= =20 complete solution and in a very small box :)... but if it's not good enough= ,=20 it's not good enough... Wednesday 12 November 2003 12.33 skrev be...@ga...: > A question to Robert (and others): > you said you want to build this LS drumkit expander. > Nice, but the question is: what's the price of MIDI drumpads ? > > Does it pay off to buy MIDI drumpads (how much do they cost?) compared to > traditional analogue drumkits ? My brother is the expert so I might be wrong. But I think it works like thi= s: The pads are all analogue. They just emit a signal when you poke at them.=20 Atleast in theory you could use any kind of microphone, trigger microphones= =20 are ofcourse the best choice. This signal is connected to what normally is called the 'brain'. A bunch of= =20 analogue inputs and a sampleplayer engine.=20 Normally you use the brains built in sounds, they do however (normally)=20 suck :-/... atleast for the cheaper brains.=20 The brain does also have midi-out, this is what we where going to try and=20 utilize for this "experiment".=20 Another way would be to use a soundcard with multiple inputs and write a=20 trigger-application, but size and price would go up quite a lot :) > I'm not an expert here, so I might talking nonsense that's why I'm asking > :-) =0D=20 > What are the advantages of using a MIDI drumkit ? As mentioned above, the word MIDI isn't really right here... MIDI is an=20 important option though. When you have a real drumkit you have lots of drawbacks, loud, hard to=20 amplify, and so on... when they sound right they SOUND RIGHT though :) An artificial drumkit is much easier to handle, we use it to play live.=20 Amplification does not require any extra work, easy to handle, almost nothi= ng=20 needs to be calibrated. It's a bit "plastic" though, sometimes that _is_ wh= at=20 you want though ;). Sometimes the sounds just suck... but there are "canned= "=20 drumkits, like the reknowned Drumkit-From-Hell, that is the option we are=20 thinking of right now. > Price ? In the same range as a normal drumkit...starting a bit higher I suppose. say... 1000 EUR -> 10000 EUR. > Easy switching of sounds (eg switching from a rock drumkit to a jazz > drumkit,=0D to an electronic drumkit etc), possibility of recording the > events ? Possibility to use the sampler module to provide not only drumkit > voices but an additional instrument like eg. piano too. (given enough CPU > power) ?=20 Yes those are definitively benefits, and they are important reasons for=20 chosing such a system, and definitely something we will experiment with :). > Just curious :-) >=20 > If you build the LS expander we want pics/videos/audio demos of a band > playing=0D it live to put on the LS site :-) Sure thing :) /Robert |
|
From: David O. <da...@ol...> - 2003-11-12 13:16:23
|
On Wednesday 12 November 2003 13.52, Robert Jonsson wrote: [...] > This signal is connected to what normally is called the 'brain'. A > bunch of analogue inputs and a sampleplayer engine. > Normally you use the brains built in sounds, they do however > (normally) suck :-/... atleast for the cheaper brains. > The brain does also have midi-out, this is what we where going to > try and utilize for this "experiment". Are there any sanely priced "brains" without some crappy sampleplayer?=20 Just a basic trigger->MIDI converter... > Another way would be to use a soundcard with multiple inputs and > write a trigger-application, but size and price would go up quite a > lot :) OTOH, do you really need full audio quality ADCs for this? Midi has=20 only 7 bits of resolution for velocity, and even 8 bit ADC can=20 deliver a lot more than that when analysing an audio rate signal.=20 Also, a sample rate that's sufficient to achieve the desired=20 transient response time should be enough - which probably means=20 significantly less than 48 kHz. Not sure about how much and what kind of information is useful, but I=20 suspect one might get away with even lower sample rates if part of=20 the job is done in the analog domain. Half-wave rectifier (or full=20 wave, for faster and more accurate response - but that's 3 more=20 diodes! ;-) + simple RC LPF, followed by an analog MUX and a single=20 ADC? You could easily drive that off the parallel port. (Or the ISA=20 bus, if you manage to find one these days. ;-) //David Olofson - Programmer, Composer, Open Source Advocate =2E- Audiality -----------------------------------------------. | Free/Open Source audio engine for games and multimedia. | | MIDI, modular synthesis, real time effects, scripting,... | `-----------------------------------> http://audiality.org -' --- http://olofson.net --- http://www.reologica.se --- |
|
From: Mark K. <mar...@co...> - 2003-11-12 15:55:39
|
On Wed, 2003-11-12 at 05:16, David Olofson wrote: > On Wednesday 12 November 2003 13.52, Robert Jonsson wrote: > [...] > > This signal is connected to what normally is called the 'brain'. A > > bunch of analogue inputs and a sampleplayer engine. > > Normally you use the brains built in sounds, they do however > > (normally) suck :-/... atleast for the cheaper brains. > > The brain does also have midi-out, this is what we where going to > > try and utilize for this "experiment". > > Are there any sanely priced "brains" without some crappy sampleplayer? > Just a basic trigger->MIDI converter... > > I bought my Alesis DM-5 a couple of years ago on Ebay for about $200. It has 12 drum pad inputs and produces MIDI output. It has a lot of built in sounds which I seldom use. I got a used 6-pad drumKat, an older funky square design, for about $150 I think. One of the guys on the Pro Tools site at DigiDesign offered it to me privately. It's a gas to play around with this stuff, and even though I'm no drummer I can usually get much better patterns this way than programming MIDI by hand in Pro Tools. The down side is I've got these big cables laying around whenever I hook this stuff up, so it's ugly and I trip a lot, but it's fun. - Mark |
|
From: Robert J. <rob...@da...> - 2003-11-12 13:28:18
|
Wednesday 12 November 2003 14.16 skrev David Olofson: > On Wednesday 12 November 2003 13.52, Robert Jonsson wrote: > [...] > > > This signal is connected to what normally is called the 'brain'. A > > bunch of analogue inputs and a sampleplayer engine. > > Normally you use the brains built in sounds, they do however > > (normally) suck :-/... atleast for the cheaper brains. > > The brain does also have midi-out, this is what we where going to > > try and utilize for this "experiment". > > Are there any sanely priced "brains" without some crappy sampleplayer? > Just a basic trigger->MIDI converter... I actually have no idea, I'll ask my brother... > > > Another way would be to use a soundcard with multiple inputs and > > write a trigger-application, but size and price would go up quite a > > lot :) > > OTOH, do you really need full audio quality ADCs for this? Midi has > only 7 bits of resolution for velocity, and even 8 bit ADC can > deliver a lot more than that when analysing an audio rate signal. > Also, a sample rate that's sufficient to achieve the desired > transient response time should be enough - which probably means > significantly less than 48 kHz. > > Not sure about how much and what kind of information is useful, but I > suspect one might get away with even lower sample rates if part of > the job is done in the analog domain. Half-wave rectifier (or full > wave, for faster and more accurate response - but that's 3 more > diodes! ;-) + simple RC LPF, followed by an analog MUX and a single > ADC? You could easily drive that off the parallel port. (Or the ISA > bus, if you manage to find one these days. ;-) Though true all of the above, it's significantly more advanced than what we where considering at the moment, version 3.0 can perhaps be to totally omit the brain, preferably by hardwiring an ISA bus (muhahahaha), or not. :) /Robert > > > //David Olofson - Programmer, Composer, Open Source Advocate > > .- Audiality -----------------------------------------------. > > | Free/Open Source audio engine for games and multimedia. | > | MIDI, modular synthesis, real time effects, scripting,... | > > `-----------------------------------> http://audiality.org -' > --- http://olofson.net --- http://www.reologica.se --- > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > Linuxsampler-devel mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel |
|
From: <be...@ga...> - 2003-11-12 17:56:12
|
Scrive Robert Jonsson <rob...@da...>: > > > This signal is connected to what normally is called the 'brain'. A > > > bunch of analogue inputs and a sampleplayer engine. > > > Normally you use the brains built in sounds, they do however > > > (normally) suck :-/... atleast for the cheaper brains. > > > The brain does also have midi-out, this is what we where going to > > > try and utilize for this "experiment". > > > > Are there any sanely priced "brains" without some crappy sampleplayer? > > Just a basic trigger->MIDI converter... > > I actually have no idea, I'll ask my brother... I think this is what you are looking for: Roland TMC6 Trigger to MIDI Converter, 6 drumpad trigger inputs, one midi out http://www.zzounds.com/item--ROLTMC6 Cost: $239 The solution proposed by Robert is IMHO too messy because it requires lots of inputs and doing it yourself is a bit of a mess and you risk to get not the same good trigger to MIDI-velocity quality and trigger speed as with this device. Robert, start buying the hardware pieces, the LS site is waiting for the pics, videos and audio demos you promised :-) PS: To Robert, Mark and others, when you press reply all on your mail application please remove the name of the sender (in particular mine :-) ) because the sender always gets two mails if you don't do that. Some say the reply-to settings can be set on SF.net but I do not have the LS SF.net account's password handy. cheers, Benno ------------------------------------------------- This mail sent through http://www.gardena.net |
|
From: Robert J. <rob...@da...> - 2003-11-12 21:32:03
|
Hi, >=20 > The solution proposed by Robert is IMHO too messy because it requires > lots of inputs and doing it yourself is a bit of a mess and you risk > to get not the same good trigger to MIDI-velocity quality and trigger > speed=0D as with this device. I'm confused, which solution have I proposed that is risky? The usb-midi st= uff=20 perhaps? >=20 > Robert, start buying the hardware pieces, the LS site is waiting for > the pics, videos and audio demos you promised :-) >=20 > PS: To Robert, Mark and others, when you press reply all on your mail > application please remove the name of the sender (in particular mine :-) Duly noted. Actually, most of the time I leave the name there on purpose...= I=20 guess that doesn't serve much of a purpose... /Robert > )=0D because the sender always gets two mails if you don't do that. > Some say the reply-to settings can be set on SF.net but I do not have > the LS SF.net account's password handy. >=20 > cheers, > Benno >=20 >=20 >=20 > ------------------------------------------------- > This mail sent through http://www.gardena.net >=20 >=20 > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > Linuxsampler-devel mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel |
|
From: David O. <da...@ol...> - 2003-11-12 22:58:08
|
On Wednesday 12 November 2003 22.29, Robert Jonsson wrote: > Hi, > > > The solution proposed by Robert is IMHO too messy because it > > requires lots of inputs and doing it yourself is a bit of a mess > > and you risk to get not the same good trigger to MIDI-velocity > > quality and trigger speed as with this device. > > I'm confused, which solution have I proposed that is risky? The > usb-midi stuff perhaps? Maybe Benno was thinking about the 100% custom trigger solution; ie=20 dealing with the analog signals in software and/or custom hardware.=20 That is indeed at least as much research as implementation. I'd like=20 to play around with it some time, but I wouldn't recommend messing=20 with it if you need to get something working ASAP. :-) //David Olofson - Programmer, Composer, Open Source Advocate =2E- Audiality -----------------------------------------------. | Free/Open Source audio engine for games and multimedia. | | MIDI, modular synthesis, real time effects, scripting,... | `-----------------------------------> http://audiality.org -' --- http://olofson.net --- http://www.reologica.se --- |