Re: [linux-audio-dev] muse and /dev/rtc

2004-11-22 Thread Uwe Koloska
Lee Revell wrote: OK this all looks good. I don't know, it sounds like a bug in Muse. There must be some incompatibility using a binary Suse Muse package with a Mandrake kernel. I don't think so -- I have a SuSE 9.2 and this means SuSE kernel with SuSE MUSe ;-) Try a newer version of Muse.

Re: [linux-audio-dev] muse and /dev/rtc

2004-11-22 Thread Alfons Adriaensen
On Sun, Nov 21, 2004 at 03:02:24PM -0500, Lee Revell wrote: CONFIG_APM_RTC_IS_GMT=y CONFIG_RTC=m CONFIG_GEN_RTC=m CONFIG_GEN_RTC_X=y CONFIG_HPET_RTC_IRQ=y CONFIG_SENSORS_RTC8564=m CONFIG_SND_RTCTIMER=m OK this all looks good. I don't know, it sounds like a bug in Muse. There

Re: [linux-audio-dev] muse and /dev/rtc

2004-11-22 Thread Matthias Nagorni
On Mon, 22 Nov 2004, Alfons Adriaensen wrote: On Sun, Nov 21, 2004 at 03:02:24PM -0500, Lee Revell wrote: CONFIG_APM_RTC_IS_GMT=y CONFIG_RTC=m CONFIG_GEN_RTC=m CONFIG_GEN_RTC_X=y CONFIG_HPET_RTC_IRQ=y CONFIG_SENSORS_RTC8564=m CONFIG_SND_RTCTIMER=m OK this all

[linux-audio-dev] cli midi

2004-11-22 Thread Hans Fugal
Is there an app that will dump midi events in human-readable format to stdout (or a file, or gui window, whatever)? Preferably it would work on SMF as well as realtime (ALSA), and have filters to filter out undesirables (e.g. active sensing or perhaps sysex). If such a beast doesn't exist, I'll

Re: [linux-audio-dev] muse and /dev/rtc

2004-11-22 Thread Uwe Koloska
Matthias Nagorni wrote: Exactly: If you set CONFIG_HPET_RTC_IRQ=n and recompile the (SuSE 9.2-)kernel, MusE should work. And why is it set? Normally there is a reason for doing something ;-) Will this changed setting affect other settings, scripts, programs, etc.??? Uwe -- voiceINTERconnect

Re: [linux-audio-dev] muse and /dev/rtc

2004-11-22 Thread Robert Jonsson
On Monday 22 November 2004 16.33, Matthias Nagorni wrote: On Mon, 22 Nov 2004, Alfons Adriaensen wrote: On Sun, Nov 21, 2004 at 03:02:24PM -0500, Lee Revell wrote: CONFIG_APM_RTC_IS_GMT=y CONFIG_RTC=m CONFIG_GEN_RTC=m CONFIG_GEN_RTC_X=y CONFIG_HPET_RTC_IRQ=y

Re: [linux-audio-dev] cli midi

2004-11-22 Thread Mario Lang
Hans Fugal [EMAIL PROTECTED] writes: Is there an app that will dump midi events in human-readable format to stdout (or a file, or gui window, whatever)? I remember once having had such a tool for ALSA sequencer at least, but I appear to have forgotten how it was called and can't find it

Re: [linux-audio-dev] muse and /dev/rtc

2004-11-22 Thread Alfons Adriaensen
On Mon, Nov 22, 2004 at 06:13:22PM +0100, Robert Jonsson wrote: Ah, good with conclusive proof. In the meantime I found out about the timer features of ALSA. http://www.alsa-project.org/alsa-doc/alsa-lib/timer.html Unless I'm missing something (which I very well might be) it seems to work

Re: [linux-audio-dev] cli midi

2004-11-22 Thread Ge Wang
Is there an app that will dump midi events in human-readable format to stdout (or a file, or gui window, whatever)? You could try some of the examples in Gary Scavone's RtMidi: http://www.music.mcgill.ca/~gary/rtmidi/ Best, Ge!

Re: [linux-audio-dev] cli midi

2004-11-22 Thread Clemens Ladisch
Hans Fugal wrote: Is there an app that will dump midi events in human-readable format to stdout (or a file, or gui window, whatever)? arecordmidi --dump; or the tool I posted last week: http://sourceforge.net/mailarchive/message.php?msg_id=10069180 (amidi --dump is human-readable, too, if you

Re: [linux-audio-dev] muse and /dev/rtc

2004-11-22 Thread Clemens Ladisch
Alfons Adriaensen wrote: the ALSA sequencer API seems to allow *timestamped* events - you put such an event in a queue and it will appear at the other end at the right moment. If this is true, It is. and if ALSA has an high precision timer available to implement it, Standard 2.4 kernels

Re: [linux-audio-dev] muse and /dev/rtc

2004-11-22 Thread Lee Revell
(added alsa-devel to cc) On Mon, 2004-11-22 at 18:53 +0100, Alfons Adriaensen wrote: Which leads to the following question I've been asking myself for some time: the ALSA sequencer API seems to allow *timestamped* events - you put such an event in a queue and it will appear at the other end

Re: [linux-audio-dev] cli midi

2004-11-22 Thread Christian Schoenebeck
Es geschah am Montag 22 November 2004 17:30 als Hans Fugal schrieb: Is there an app that will dump midi events in human-readable format to stdout (or a file, or gui window, whatever)? Preferably it would work on Never used, but have a look at 'midge':

Re: [Alsa-devel] Re: [linux-audio-dev] muse and /dev/rtc

2004-11-22 Thread Takashi Iwai
At Mon, 22 Nov 2004 13:21:07 -0500, Lee Revell wrote: (added alsa-devel to cc) On Mon, 2004-11-22 at 18:53 +0100, Alfons Adriaensen wrote: Which leads to the following question I've been asking myself for some time: the ALSA sequencer API seems to allow *timestamped* events - you put

Re: [linux-audio-dev] cli midi

2004-11-22 Thread Pedro Lopez-Cabanillas
On Monday 22 November 2004 18:07, Hans Fugal wrote: Is there an app that will dump midi events in human-readable format to stdout (or a file, or gui window, whatever)? Preferably it would work on SMF as well as realtime (ALSA), and have filters to filter out undesirables (e.g. active sensing

[linux-audio-dev] Alsa OSS emulation

2004-11-22 Thread Jens M Andreasen
Hi (Takashi?)! The OSS emulation in ALSA is slightly wrong regarding number of requested buffers. To quote from my own notes to self from own source: /** Setting up the soundcard for CD-HiFidelity Stereo * */ audio.path = /dev/dsp; audio.speed = SAMPLERATE; audio.format

Re: [linux-audio-dev] muse and /dev/rtc

2004-11-22 Thread Paul Davis
the ALSA sequencer API seems to allow *timestamped* events - you put such an event in a queue and it will appear at the other end at the right moment. If this is true, and if ALSA has an high precision timer available to implement it, why should apps like MusE bother to do the fine timing

[linux-audio-dev] New releases

2004-11-22 Thread Fons Adriaensen
Hello LAD, New releases of Aeolus and JAAA are available at the usual place : users.skynet.be/solaris/linuxaudio. From the Aeolus-0.3.1 README : * Added 'instability'. Each pipe is individually phase modulated in order to emulate the random fluctuations in a real one. This provides

Re: [linux-audio-dev] muse and /dev/rtc

2004-11-22 Thread Fons Adriaensen
On Mon, Nov 22, 2004 at 01:21:07PM -0500, Lee Revell wrote: Yes, my thoughts exactly. You don't even have to use the ALSA sequencer API, you can use the ALSA timer API directly. You get multiple timer sources (system, RTC, sound card). It should also be more portable. Yes, but using the

Re: [Alsa-devel] Re: [linux-audio-dev] muse and /dev/rtc

2004-11-22 Thread Lee Revell
On Mon, 2004-11-22 at 19:54 +0100, Takashi Iwai wrote: Yes, I agree that ALSA timer API would be useful for such a case. The app can reject to run or do some workaround if the queried timer resolution is worse than requirements. Well, my guess for the next reaction is the lack of

Re: [linux-audio-dev] muse and /dev/rtc

2004-11-22 Thread Fons Adriaensen
On Mon, Nov 22, 2004 at 07:00:59PM -0500, Paul Davis wrote: how far ahead can you queue without getting into trouble when the user does realtime edits? think about this for long enough, and i think you will come to same conclusion: deliver events in a process-callback-style fashion, more

[linux-audio-dev] LAC2005: Paper templates are online

2004-11-22 Thread Frank Neumann
Hi all, a short announcement for those who might plan to do a presentation at the next Linux Audio Conference in April 2005 in Karlsruhe: The paper templates for OpenOffice and LaTeX are now available at: http://www.zkm.de/lac/downloads.shtml We are a little late with this for which I am