Loki Davison wrote:
On Tue, Nov 11, 2008 at 9:30 AM, Damon Chaplin
<damon(a)karuna.eclipse.co.uk> wrote:
Hi,
Are there any decent Reaktor/Synthedit-type apps available for Linux
yet?
(And easier to use than things like puredata, supercollider or csound.)
Damon
Ingen. It's really very good and easy to use. Comes with a good gui,
some example patches and a helpful user base. :) You can make
synths/filters/etc from a range of plugins.
http://drobilla.net/software/ingen/
I've just tried compiling ingen (by compiling the whole drobilla-lad
repo), and I get this build error:
[ 65/231] cxx: patchage/src/PatchageCanvas.cpp ->
build/default/patchage/src/PatchageCanvas_1.o
../patchage/src/PatchageCanvas.cpp: In member function
'boost::shared_ptr<PatchagePort> PatchageCanvas::find_port(const
PortID&)':
../patchage/src/PatchageCanvas.cpp:84: error: 'const union
PortID::<anonymous>' has no member named 'jack_id'
Build failed
-> task failed (err #129):
[bld:///local/drobilla-lad/drobilla-lad/patchage/src/PatchageCanvas_1.o]
the configure script also fails to check for libjack-dev, which I had to
install after looking at an earlier error message.
This turned out to be due to a mistake of mine - I half built ingen
under debian stable then realised it wasn't going to work and switched
to a chrooted debian testing system, but forgot to clean the build
before doing this.
I now have the problem of how to get it to connect to jackd from inside
the chroot - this fails with the error:
[JackAudioDriver] Unable to connect to Jack. Exiting.
I'm using 'schroot' to start the chrooted session, and I've already
checked that it copies /dev properly to inside the chroot:
(testing)andy@monkey:~$ ls /dev/shm
jack-1000
I know this is a bit of an obscure problem but any help would be
appreciated.
andy