Re: [linux-audio-dev] cool plugin from Waves

2005-02-05 Thread Jens M Andreasen
On fre, 2005-02-04 at 22:09 +0100, David Olofson wrote: [...] I think this method will not catch the mild doppler effect arising from turbolence? (.. nor the *wild* turbolence, if house is on fire!) I guess not, because that's kind of equivalent to the room changing shape all the

Re: [linux-audio-dev] Developing a music editor/sequencer

2005-02-05 Thread Paul Davis
So you take a widget library with a good canvas widget and you design a system of metric/meter rulers that can be used to allign rectangular blocks along horizontal lines (aka tracks). The blocks here are measures/staffs not piano roll notes. Multiple rulers are allowed, complex tempo maps

Re: [linux-audio-dev] cool plugin from Waves

2005-02-05 Thread David Olofson
On Saturday 05 February 2005 11.37, Jens M Andreasen wrote: [...morphing between impulse responses etc...] Use a 'wobble-generator' to crossfade between two (or more) samples taken at different locations. Cheat and 'Wobble' the input and 'wiggle' the tail slightly. Another thought: It might

[linux-audio-dev] ignorance is bliss..

2005-02-05 Thread mimo
I have a really stupid problem here and thought maybe you guys could help me improve my understanding.. I have a tiny audio program. It consists of two threads. The first thread uses the xinelib for audio output and reads its input from a fifo. The second thread creates a sine wave, converts it

Re: [linux-audio-dev] the bandwidth of the each harmonic

2005-02-05 Thread michael tewner
On Sat, 5 Feb 2005, Erik de Castro Lopo wrote: On Fri, 4 Feb 2005 14:45:24 -0800 (PST) Paul [EMAIL PROTECTED] wrote: ...a simple, but powerfull paradigm that helps to make simple algorithms that produces very beautiful sounds. What you are describing is basically extensions to the

[linux-audio-dev] aeolus with sse reverb code

2005-02-05 Thread Karsten Wiese
hi, on my pIII laptop this gives 20% less cpu usage. patch is a bit intrusive still :) cheers, Karsten aeolus-0.3.1sse.patch.bz2 Description: BZip2 compressed data

[linux-audio-dev] support for non-root realtime scheduling; struggle continues

2005-02-05 Thread Kai Vehmanen
Hello all, on lwn.net's latest kernel page, under 'Quotes of the week', there's the following message from Jack (O'Quin) to linux-kernel: --cut-- We argued that the owner of a Digital Audio Workstation should be free to lock up his CPU any time he wants. But, no one would listen. We were told

[linux-audio-dev] LADSPA stereo-expander

2005-02-05 Thread Andrew Gaydenko
Hi! Is there some kind of LADSPA plugin with stereo base expansion capabilities? Thanks! Andrew

Re: [linux-audio-dev] Re: lad design patterns

2005-02-05 Thread Christian Schoenebeck
Es geschah am Freitag 04 Februar 2005 19:58 als Frank Barknecht schrieb: Hallo, Christian Schoenebeck hat gesagt: // Christian Schoenebeck wrote: I wrote a lot of stuff for university in LaTex. All yet in German though. But I planned to translate and adjust it for a LinuxSampler

Re: [linux-audio-dev] the bandwidth of the each harmonic

2005-02-05 Thread Erik de Castro Lopo
On Sat, 5 Feb 2005 18:09:59 +0200 (IST) michael tewner [EMAIL PROTECTED] wrote: Natural Instument's (?) FM7 DX-7 emulator allows you to use complex waveforms as carriers and modulators in FM synthesis. These include complex sinusoids, triangles, even noise. Great tool. (DX-7 left at parents

Re: [linux-audio-dev] the bandwidth of the each harmonic

2005-02-05 Thread michael tewner
On Sun, 6 Feb 2005, Erik de Castro Lopo wrote: On Sat, 5 Feb 2005 18:09:59 +0200 (IST) michael tewner [EMAIL PROTECTED] wrote: Natural Instument's (?) FM7 DX-7 emulator allows you to use complex waveforms as carriers and modulators in FM synthesis. These include complex sinusoids,

[linux-audio-dev] Trying to get midi input using OSS

2005-02-05 Thread [EMAIL PROTECTED]
I've been trying for months to get my midi input (using OSS/free) on a knoppix liveCD so that I can record midi in the included rosegarden2.1, and here is where I am now: I found a very short program that all it does is simply print out the bytes recieved at the midi input - its at

Re: [linux-audio-dev] Trying to get midi input using OSS

2005-02-05 Thread Jens M Andreasen
Your program is testing for if (inpacket[0] == SEQ_MIDIPUTC) .. which will never happen on the raw device. Try this instead. --- #include sys/soundcard.h #include fcntl.h #include unistd.h #include stdio.h #define MIDI_DEVICE

Re: [linux-audio-dev] Trying to get midi input using OSS

2005-02-05 Thread Jens M Andreasen
On lör, 2005-02-05 at 20:54 -0800, [EMAIL PROTECTED] wrote: Actually what happens is BEFORE running the program, I verify that my Roland sound module (connected to the midi output of the midi cable plugged into the soundcard) DOES recieve input from the midi keyboard plugged into the midi