>Hi Jacob,
>Hi LAD members,
>On Mon, Jul 07, 2003 at 04:50:45PM -0600, jacob robbins wrote:
>> deadlock. You forgot to mention one other method for achieving this
>> communication; System V ipc messages, which i prefer because they don't
>> lock (if used right) and they are simple. See the man pages for msgget,
>> msgsnd, msgrcv.
>What do you mean by "if used right"?
It's pretty simple: The realtime thread must always try to get
messages in non-blocking mode.
Meanwhile, the UI thread blocks waiting for the receipt of a different
message from the realtime thread indicating that the requested issue has
been handled. Of course the issues must be carefully constructed so that
the realtime thread can handle them without allocating any memory or
doing too many long loops.
-jacob robbins.....
On my way to 1.0, I just released v0.99j of BruteFIR, which contains
some new stuff, most notable it now uses FFTW3 instead of FFTW2, and
also supports 32 bit and 64 bit floating point precision in the same
binary.
I've done my usual 10 minute Quality Assurance Testing, and since quite
much has been added, I may have broken some stuff. But since I'm lazy,
I just release and hope for the best to happen, and if anyone stumbles
over a bug, let me know and I'll fix it promptly.
http://www.ludd.luth.se/~torger/brutefir.html
/Anders Torger
Hi,
My appologies for what is probably a naive and confused question...
I need to allow multiple programs/processes to take data from the same
audio device at the same time. My initial imprtession is that audio
devices are still set up only to allow one process to access them at a
time. Is there some way to allow multiple processes to take input from
the same audio device at the same time?
A playback analogy might be how normally you can't have two processes
play8ing data at the same time, but ARTS can take multiple audio streams
and then play them out throug the one device.
Many thanks for any advice you can give...
robert
--
====================================================================
Robert Ross
--------------------------------------------------------------------
Mail FB3, Mathematik-Informatik Deptartment of Mathematics
Universität Bremen & Computer Science
Postfach 330 440 University of Bremen
28334 Bremen P.O. Box 330 440
Deutschland 28334 Bremen
Germany
Phone +49 421 218 7129
Fax +49 421 218-3054
Web http://www.informatik.uni-bremen.de/~robertr
Email robertr(a)informatik.uni-bremen.de
====================================================================
Hallo,
this Saturday, July 12, there will air a feature on Ardour and Jack
including an interview with Paul Davis on the german radio station
Deutschlandfunk. The interview will air somewhere between 16:30 and
17:00 CEST together with several other Linux topics on the Linuxtag in
Germany. You will find mp3- and text-version of the feature later on
http://www.dradio.de/dlf/sendungen/computer/
The airing is in german, of course, so sorry for all, who don't speak
german. Overseas listeners can tune into our live streams at
http://www.dradio.de/streaming/pop_up.html
The interview is a bit old, from March 2003, but it is general enough
to be valid even now, that beta-versions of Ardour came out. At least
I hope so ;)
Recording and editing were in part done with Ardour, too.
So I hope, you like it.
Have fun,
--
Frank Barknecht _ ______footils.org__
hello everyone !
greetings from the linuxtag booth crew.
our webcam has been online for a couple of hours now, with intermittent
outages due to network problems. if you want to watch us selling out our
collective souls, go to http://www.linuxdj.com/audio/lad/eventslt2003.php3
.
so far, it's been great fun. one of us will be on #lad tomorrow if time
permits, and if some developers could linger there, it would be a great
opportunity for us to direct visitors to you to ask questions.
right now,the show is closing, but we'll be back later for a jam
session...
best,
joern
--
All Members shall refrain in their international relations from
the threat or use of force against the territorial integrity or
political independence of any state, or in any other manner
inconsistent with the Purposes of the United Nations.
-- Charter of the United Nations, Article 2.4
J�rn Nettingsmeier
Kurf�rstenstr 49, 45138 Essen, Germany
http://spunk.dnsalias.org (my server)
http://www.linuxdj.com/audio/lad/ (Linux Audio Developers)
Hi!
I posted the following on the comp.os.linux.development.apps newsgroup,
but I believe that maybe this forum is even more appropriate for the
questions I have. (I would have cross-posted if I knew how to cross-post
between a news-group and an e-mail based disscussion group. I am using
PINE).
---------- Forwarded message ----------
Date: Thu, 10 Jul 2003 08:25:00 +0200
From: Doru-Catalin Togea <doru-cat(a)ifi.uio.no>
Newsgroups: comp.os.linux.development.apps
Subject: ioctl() call fails.
Hi!
I am running RedHat 9.0 on a Toshiba Sattelite. It has a Yamaha
sound-card which has been identified by the sound-card configuration
programme to be a "YMF-745 [DS-1E Audio Controller]" card, and the
"ymfpci" module is used for it.
I can test-play the sound in the sound-card configuration programme, I can
play music CD's with the CD-Player application shipped with RedHat 9.0 and
I can play mp3s with xmms (after installing its mp3 support). So I guess
my sound-card is pretty much up and running.
I am using my PC for some research work involving multimedia (I am working
on my master's thesis). I have compiled a set of tools implementing an
adaptive video streaming protocol, (the Quasar Pipeline, available from
http://ogiworks.org/quasar/) but when playing back video with sound
enabled the application crashes with the following message:
** ERROR **: SNDCTL_DSP_GETODELAY: Inappropriate ioctl for device
aborting...
Aborted
I can playback the video with sound disabled. I also had the same problem
with Redhat 7.3, so I guess the cause of the problem is my sound-card.
Can anyone tell me what the ioctl() does? I read the man page but it is
scarce. The author of the software I have installed tells me that the call
is issued in order to synchronize video and audio playback.
I guess some of you have quite some programming experience, so I wonder
what do your guts tell you about this situation? Do you think that if I
could track down the place(s) where the call(s) is/are made I could then
adjust the calls so that my sound-card will understand the call(s)? Or is
my card so old that it does not support the ioctl() call at all?
Thanks if anyone can help,
Catalin
--
<<<< ================================== >>>>
<< We are what we repeatedly do. >>
<< Excellence, therefore, is not an act >>
<< but a habit. >>
<<<< ================================== >>>>
> > Rtsynth has no source code. Kinda defeats the open-source philosophy.
True, but OS is not my philosophy ;)
>Yes, true, it's a nice app still.
Thanks :-)
Stefan
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
Hi,
torsdagen den 10 juli 2003 15.51 skrev du:
> On 2003.07.10 04:10, Robert Jonsson wrote:
> > I guess you already know, but csound has changed license recently, but
> > that was for the core parts only. I think the modules have their own
> > licenses and it might not have rippled through just yet.
> > But afaict it should be possible to bundle also in a while.
>
> I did not know that. I hope I can include it then. Do you have a
> reference for this licence change?
this is all I could find.
http://www.music.columbia.edu/pipermail/linux-audio-announce/2003-May/00016…
>
> > BTW, what are the policy of mandrake since rtsynth and jmax can't be
> > bundled?
>
> Jmax requires Java (IIRC). Since we don't package proprietary apps, we
> don't package java, and since urpmi uses automatic dependency resolution,
> we can't package any apps that require java. The nice guys at jpackage.org
> do this kind of stuff though.
>
> Rtsynth has no source code. Kinda defeats the open-source philosophy.
Yes, true, it's a nice app still.
/Robert
Hi!
News gmorgan-0.02
-----------------------------
- Drum "Velocity" Mixer
Is a mixer for correct in a easy way the differences of volumes for each drum
note in differents soundfonts.
- Batch Song Player-Editor
Small attempt to do something like Band in a Box.
Still developing that part... maybe can be usefull and maybe someone can send
me patterns to add. :-)
gmorgan is a .. Rhythm Station, an organ with auto-accompaniment. Uses MIDI
and the ALSA sequencer for play the rhythm patterns. Styles, patterns ,
sounds, and the mixer settings, can be edited and saved.
Program released GNU/GPL version 2.
Tested on Gentoo, debian PIII 933 and PII 300
REQUERIMENTS
--------------------------
Linux
ALSA
Fltk
Take a look at http://personal.telefonica.terra.es/web/soudfontcombi/
And please ... if you enjoy this prog and wants to share patterns, send me,
and i will include in future versions, i have a large TODO, and i need some
help.
Josep
>
> although you said in a previous post that you don't like
> auto-accompaniements, and although you say that you are not a programmer, I
> think that your progs are very good. I have not yet fully tested horgan and
> gmorgan, but I like them. I play live music, but sometimes I find that a
> auto-accompaniement is useful to lay down an idea for a new song. And
> sometimes it's just fun and relaxing playing this way :)
>
> Once again, thanks.
> GuyCLO~
Hi thanks for the interest of my programs ... i think you are the only one :-)
I want to explain a little history ... of topic .. sorry ... yes .. i pay my
bills playing for the people, when i was young .... Neron was emperator of
Rome ... i was make a test in the college, for apptitudes to select some kind
of university career, and my artists aptitudes was 0,00014% i will never
forget this number .. :-) and for engeniering or some like that was 99% ..
anyway i was decide to be musicien in this life. Now, many years after this i
know i was make a big effort .... years ago i was discover the computers and
... i like it. Well ... i'm not programer ... i need to learn millions of
things before i can say something like that. I only need to see the code from
other people, perfectly structurated, and i dont know how to do it. Well, in
fact they are many many of basic things i really dont know it. And .. i dont
have anyone close who can explain me :-(
Maybe all of this was the causant of the terrific graphic design of my
programs :-), and .... four your resolution problem ... i have one good new
an one bad new, the good one was ... i was never think in this problem but do
the main window with all the widgets resizable i think will not be a big
problem, i will try to do it, but the bad new ... is .. the comming version
0.02 has another "main" window for batch play .. like Band in a Box ...and
resize in that window maybe will be a problem.
I'm developing gmorgan, and i have a large TODO ... but after 0.02 maybe i
can stop improving and i will make some patterns, this prog without patterns
is nothing.
Thanks for all.
Josep