Re: [linux-audio-dev] strange error from linuxsampler

2005-01-18 Thread Rui Nuno Capela
Fons Adriaensen wrote: > Hello, > > qsampler gives me this strange error: > > Loading gig file 'NON_MODAL '/home/fons/FreePiano.gig''...gig::Engine > error: Failed to load instrument, cause: Can't open "NON_MODAL > '/home/fons/FreePiano.gig'" > > > I've no idea where the 'NON_MODAL' thing is coming

Re: [linux-audio-dev] MuSE or Glame Bandpass Analog Filter

2005-01-18 Thread Dubphil
> I tried this setup and it seems to work ok for me, apart from that the > Glame > plugin seems quite itchy, defaulted to a zero setting and took a while > before > it started to give out sound. ah? you make me doubt :) because I try to simplify the problem after having build a much complicated se

[linux-audio-dev] emu10k1 multichannel support

2005-01-18 Thread Lee Revell
I posted this to alsa-devel but since my previous post on this list generated a lot of interest, I am just reposting it here. As promised, here's an updated patch to add real multichannel playback support (and improved multichannel capture) to the emu10k1 driver. http://www.alsa-project.org/~rlre

Re: [linux-audio-dev] MuSE or Glame Bandpass Analog Filter

2005-01-18 Thread Robert Jonsson
Hi Philippe, <...> > The problem is that MuSE does a strange thing. Let me explain : > > I have 2 stereo tracks > track 1 connected to Tx without effect > track 2 connected to Tx with the Glame Bandpass Analog Filter > > So, if I activate the plugin of the track 2 the track 1 looks mono and I > ca

[linux-audio-dev] strange error from linuxsampler

2005-01-18 Thread Fons Adriaensen
Hello, qsampler gives me this strange error: Loading gig file 'NON_MODAL '/home/fons/FreePiano.gig''...gig::Engine error: Failed to load instrument, cause: Can't open "NON_MODAL '/home/fons/FreePiano.gig'" I've no idea where the 'NON_MODAL' thing is coming from, or how to get rid of it...

[linux-audio-dev] MuSE or Glame Bandpass Analog Filter

2005-01-18 Thread Dubphil
Hello all, After having struggle a lot in order to make ecasound and ardour working on my Gentoo (Christopher is it working well with your's ?) I have decided to use another strategy to setup my Dub Soundsystem. I have choosen : always TerminatorX (Tx) to play the tracks and MuSE 0.7.1 to do the

Re: [linux-audio-dev] mp3 info Q

2005-01-18 Thread Melanie
Hi, Fred Gleason wrote: > If you're coding in C++, you might want to check out TabLib: that assumes that all the needed data is in a tag. It also assumes that the tag data (playing time, for instance) is correct. One con assume no such thing. Many file creators set the tag fields to arbitrary va

Re: [linux-audio-dev] mp3 info Q

2005-01-18 Thread Fred Gleason
On Sunday 16 January 2005 07:01, kurmisk wrote: > I wanna collect some info of all my *.mp3 such as > lenght (sec), samplerate(hz) , nubmer of channels (m/s), birtrate(VBR/hz) > and maybe something else. > Which #include , typedef , and functions() i need use ? If you're coding in C++, you migh

Re: [linux-audio-dev] mp3 info Q

2005-01-18 Thread Melanie
As an alternative to exec'ing an external program, I have some code in my DJPlay project, that does all you need. http://djplay.sourceforge.net You will want map.cpp and mp3map.cpp source files with their requisite headers. Melanie

Re: [linux-audio-dev] mp3 info Q

2005-01-18 Thread james
On Sun, 16 Jan, 2005 at 02:01PM +0200, kurmisk spake thus: > > Hi folks > > I wanna collect some info of all my *.mp3 such as > lenght (sec), samplerate(hz) , nubmer of channels (m/s), birtrate(VBR/hz) > and maybe something else. > Which #include , typedef , and functions() i need use ? > > R