Re: [linux-audio-dev] Interaction bug between zynaddsubfx and muse.

2006-01-10 Thread Bill Allen
Alfons Adriaensen wrote: On Thu, Jan 05, 2006 at 06:19:05AM -0500, Bill Allen wrote: fons adriaensen wrote: AMS should handle multiple patches without requiring a separate instance for each. That would be great, as ams is my favorite synth, but I haven't found a way to do

[linux-audio-dev] [ANN] ninjam with jack support...

2006-01-10 Thread torbenh
hello... i just wanted to announce, that i have written a jack binding for ninjam. ninjam is a network jam session software. www.ninjam.com the ported consoleclient for ninjam is available here: http://galan.sf.net/ninjam-with-jack.tar.bz2 and yes... there is a Makefile.. find -name Makefile

[linux-audio-dev] Splitting audio files?

2006-01-10 Thread Dan Stromberg
What are people's favorite applications for splitting up large sound files? I have a bunch a bunch of IMA ADPCM .wav's that I want to burn to CD, but often they're too large for a single CD. BTW, I've been converting the files to .cdr on a linux system, and then transferring that result to a

[linux-audio-dev] Problem compiling with liblo: error: 'lo_address' does not name a type

2006-01-10 Thread Frank Barknecht
Hallo, while trying to build Dave Griffith's fluxus, which uses liblo, on Debian, I've hit a very strange error. It boils down to g++ not finding the symbols exported in lo/lo.h. I stripped down the code, where it fails to this supershort C++-file: // -- // OSCServer.cpp //

Re: [linux-audio-dev] Problem compiling with liblo: error: 'lo_address'does not name a type

2006-01-10 Thread Chris Cannam
Frank Barknecht: OSCServer.cpp:2: 'lo_address' is used as a type, but is not defined as a type. Wasn't lo_address called something else in very old versions of liblo? Maybe you have spare headers lying around. Or maybe I'm inventing things. Chris

Re: [linux-audio-dev] Problem compiling with liblo: error: 'lo_address'does not name a type

2006-01-10 Thread Frank Barknecht
Hallo, Chris Cannam hat gesagt: // Chris Cannam wrote: Frank Barknecht: OSCServer.cpp:2: 'lo_address' is used as a type, but is not defined as a type. Wasn't lo_address called something else in very old versions of liblo? Maybe you have spare headers lying around. Or maybe I'm

[linux-audio-dev] ANNOUNCE: set_rlimits 1.2.0

2006-01-10 Thread Jonathan Woithe
Hi everyone This is a short note to point out that I have released set_rlimits 1.2.0. It can be found at http://www.physics.adelaide.edu.au/~jwoithe/set_rlimits-1.2.0.tgz This is the software formerly known as set_rtlimits. I've changed the name to reflect the fact that any rlimit can be

Re: [linux-audio-dev] Problem compiling with liblo: error: 'lo_address' does not name a type

2006-01-10 Thread Erik de Castro Lopo
Frank Barknecht wrote: Hallo, while trying to build Dave Griffith's fluxus, which uses liblo, on Debian, I've hit a very strange error. It boils down to g++ not finding the symbols exported in lo/lo.h. I stripped down the code, where it fails to this supershort C++-file: Check your