Hello,
I've been trying to compile tapiir (0.6) but I'm getting the following error during configure:
checking for numericsort in -lfltk... no
configure: error: missing fltk
but I _do_ have fltk installed. I tried with fltk1.1.1 and 1.1.2.
Trying to run the binary version I get a message that libfltk.so.1 is missing so I checked and linked libfltk.so.1.1 to libfltk.so.1
Then, the app starts segfaults.
gdb reports this:
Starting program: /home/mis/downloads/tapiir-0.6/debian/tapiir/bin/tapiir
[New Thread 1024 (LWP 16620)]
[New Thread 2049 (LWP 16621)]
[New Thread 1026 (LWP 16622)]
Scheduler set to Round Robin with priority 99...
Playback device is hw:0,0
Capture device is hw:0,0
Parameters are 48000Hz, S16_LE, 2 channels, non-blocking mode
Wanted tick time: 1us, poll mode: yes
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1026 (LWP 16622)]
0x4021461f in malloc () from /lib/libc.so.6
All this on debian woody/testing with alsa 0.9 (cvs post rc3), kernel 2.4.18 with lowlat.
any ideas appreciated
./MiS
--
Michal Seta
CreaZone http://www.creazone.com
No One Receiving http://www.noonereceiving.32k.org
NOR - "The Release of the Wandering-Eyed Girl" now shipping!
http://www.grainofsound.com
Anyone else having problems with some of the latest cvs ardour versions not
being able to start new projects or load old ones? Every time I try to start
a new one or load an old one the program just closes. Is there something I'm
forgetting to configure?
Jonathan
Check this out:
- http://www.opnlabs.com/
- http://www.opnlabs.com/ekochart.php
[comes with XP or LINUX !]
Does anyone know more about this synth ?
It really strikes me that you can choose
between XP or Linux, its just great :)
regards
v
For those of you who read Sound on Sound magazine, there is an introductory
feature on Linux and music that I wrote in the February issue. Richard Bown
and Steve Harris were interviewed for the piece, and there are also mentions
of Ardour and Audacity. The article is available on line, but to subscribers
only for the time being.
Cheers
Daniel
I don't know if this was covered on here before, but I just set up my new
terratec 24/96 and got my mixer outputting something (it's amazing what
hitting a few buttons will do)... so, to make sure it was working and enjoy
the setup I started playing a few mp3s/oggs. Well, at first I thought it was
just me, but indeed they sounded fast. Would there be some sampling thing I
haven't thought to fix to stop it from playing the output just a little too
fast?
Thanks
Jonathan
Hi,
IÂ’ve been trying to get 2 way voice over IP working. I have 2
LAN connected machines. IÂ’ve tested soundcards and speakers on both
machines with Alsamixer and all appears to be OK. IÂ’ve tried getting
TCP_talk working but with no success. It appears to compile ok(with a
little modification) and it appears to run OK but IÂ’m just not getting 2
way audio. Has anyone got any alternative applications that theyÂ’ve had
working or has anyone got any advice on this. Help much appreciated. IÂ’m
new to this!
R.C.
"Mark Knecht" <mknecht(a)controlnet.com> wrote:
> Rocco,
> Have you tried kaconnect and made sure that incoming MIDI is being sent
> to RG?
> Mark
>
Thanks a million Mark. It's been a long road to finally getting down to making music on my linux box. Your help allowed me to hit the last (big) hurdle. Of course, there will always be things I will be trying to improve. But now I can can record with jazz and can use the sequenced tracks to play live tracks along side of (using ecasound and timidiy).
Thanks again...
Rocco
__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
Greetings,
O.K., I've read all I'm going to read. Now I need to ask you folks.
I installed Sound Blaster live 5.1 under SuSE 8.1. Everything seems
to work well except I can't record notes into Rosegarden or get RTSynth
to respond to to my Midi Keyboard. I can *play* midi files in any midi program but when I record (in Rosegarden) and look into the track, nothing was inputted.
In YaST (SuSE setup tool) it says to "pick the midi device you want to use". But the Window is empty. Also, in Rosegarden's Menu item:
Midi--> configure midi setup --> Record Device:
reads "(null device)" (and can't be changed).
These two items leads me to beleive that there's a module (or modules) to load.
I've spent days learning whole programs just to test if I'm getting anything out of my midi port. I've also read as much as I can about modules. But I'm still confused. Where do I start? I'm assuming that I
look if the right modules are loaded. But after days of reading (both offline and online), nothing comes right out and says what modules are supposed to be loaded.
Of course I'm assuming that there's a module that needs to be loaded. But I'm too new to this to know for sure.
Any help would be *very* appreciated.
Thanks in advance,
Rocco
__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
http://plugin.org.uk/timemachine/ tarball, 100k.
Depends on SDL, SDL_image, jack and libsndfile.
I used to always keep a minidisc recorder in my studio running in a mode
where when you pressed record it wrote the last 10seconds of audio to the
disk and then caught up to realtime and kept recroding. The recorder died
and haven't been able to replace it, so this is a simple jack app to do
the same job. It has the advantage that it never clips and can be wired to
any part of the jack graph.
I've been using it to record occasional bursts of interesting noise from
jack apps feeding back into each other.
Usage: ./configure, make, make install, run jack_timemachine. Connect it
up with a patchbay app. To start recording click in the window. To stop
recording, click in the window.
It writes out 32bit float WAV files called tm-<time>.wav, where <time> is
the time the recording starts from.
The prebuffer time and number of channels are set in a macro, defaults are
10s and 2. It works on my machine, and I'l fix major bugs, but I don't
really have time to support another piece of software, so good luck :)
If anyone wants to maintain it, feel free.
May it preserve many interesting sounds for you,
Steve