[linux-audio-dev] ioctl in programm polls ! What is it ?

2003-10-19 Thread hexe_2003
Hi! I have a programm ( terminus, a space-simulation & rpg game [ the best ;) } ) , and it sleeps in the following function: --- rt_sigsuspend([] --- SIGRTMIN (Unknown signal 32) @ 0 (0) --- <... rt_sigsuspend resumed> ) = -1 EINTR (Interrupted system call) sigreturn()

Re: [linux-audio-dev] new linux audio hardware company

2003-10-17 Thread hexe_2003
directBOX Reply --- From: [EMAIL PROTECTED] To : [EMAIL PROTECTED] Date: 17.10.2003 16:51:50 www.museresearch.com check the "technology->architecture" page (Flash). they are running linux. they also run VST plugins. how? what's going on ... --- I've heared ab

Re: Re: [linux-audio-dev] which API for best quality output

2003-10-13 Thread hexe_2003
directBOX Reply --- From: [EMAIL PROTECTED] To : [EMAIL PROTECTED] Date: 13.10.2003 09:28:51 On Sun, Oct 12, 2003 at 01:30:52 +0200, [EMAIL PROTECTED] wrote: > But this wasn't your question ;) . > jack does NOTHING with quality itsself, because jack is a user-space daemon

[linux-audio-dev] MIDI part II

2003-10-12 Thread hexe_2003
Hello again! I though about my MIDI problem again and I concluded that the only mistake can be my alsa version. Nothing else could hang up the system, right ? Well, then I'd like to know howto use MIDI via the OSS-layer, because alsa-0.9.7 ( current version) seems to need some "magic" to get st

Re: [linux-audio-dev] which API for best quality output

2003-10-12 Thread hexe_2003
directBOX Reply --- From: [EMAIL PROTECTED] To : [EMAIL PROTECTED] Date: 12.10.2003 12:30:38 Hello, I am a newbie in the linux audio world and I have some stupid questions: I want to wrote an ogg player with great quality playback. I've already look at some other lin

[linux-audio-dev] midi keyboard & alsa & timidiy suspend my whole system !!

2003-10-11 Thread hexe_2003
Hi! I bought a MIDI-keyboard a couple of days ago. It did not work correctly, and I described my prob at lau. They told me that my ESS-Solo1 card is not able to use MIDI ( under Linux or generally ?). Well, ok, I exchanged my card with my fathers ( ES-1379 or simular ). Alsa supports it, I config

Re: Re: [linux-audio-dev] Linux VERSUS OSS ???

2003-10-10 Thread hexe_2003
directBOX Reply --- From: [EMAIL PROTECTED] To : [EMAIL PROTECTED] Date: 11.10.2003 00:45:38 > >The prob. w/ portaudio is it abstracts to OSS, not > >ALSA and I'd rather not take the least-common > >denominator road. > > No. PortAudio abstracts to a callback model. Its >

Re: Re: Re: [linux-audio-dev] Oss & threading -- is it possible

2003-10-10 Thread hexe_2003
directBOX Reply --- From: [EMAIL PROTECTED] To : [EMAIL PROTECTED] Date: 10.10.2003 19:17:01 On Friday 10 October 2003 17.41, [EMAIL PROTECTED] wrote: [...] > But well, If I synthize ( ? spelling) two signals and want to send > them at the same time to the device, my firs

Re: Re: [linux-audio-dev] Oss & threading -- is it possible

2003-10-10 Thread hexe_2003
directBOX Reply --- From: [EMAIL PROTECTED] To : [EMAIL PROTECTED] Date: 10.10.2003 17:37:43 >Hello ! > >I've read somewhere that it is not possible that threads write different data to / >dev/dsp. >But how does Cheesetracker, for example, make it then? i don't how chees

[linux-audio-dev] Oss & threading -- is it possible

2003-10-10 Thread hexe_2003
Hello ! I've read somewhere that it is not possible that threads write different data to /dev/dsp. But how does Cheesetracker, for example, make it then? Sascha Retzki __ Verpassen Sie keine eBay-Auktion und bieten Sie bequem und schnell über da

Re: Re: [linux-audio-dev] Linux VERSUS OSS ???

2003-10-09 Thread hexe_2003
>OSS is dead. You should not be writing apps with OSS. If you want >portability use PortAudio. Yes, if heared many good stuff about PortAudio where is the homepage ? Is it portable to NetBSD ( NetBSD is my "2nd OS" ;) ) __ Verpassen Sie keine e

Re: Re: [linux-audio-dev] Linux VERSUS OSS ???

2003-10-09 Thread hexe_2003
directBOX Reply --- From: [EMAIL PROTECTED] To : [EMAIL PROTECTED] Date: 09.10.2003 15:59:37 >I am interested how 2.6.X Linux kernel will handle OSS. I mean that alsa is the driver >-layer for these kernels, are OSS-drivers/applications still supported ?? my understanding

[linux-audio-dev] Linux VERSUS OSS ???

2003-10-09 Thread hexe_2003
Hello ! I am interested how 2.6.X Linux kernel will handle OSS. I mean that alsa is the driver-layer for these kernels, are OSS-drivers/applications still supported ?? greez, Sascha Retzki __ Verpassen Sie keine eBay-Auktion und bieten Sie bequem

[linux-audio-dev] cheesetracker / legasynth -- is it that what I think it is ??

2003-09-26 Thread hexe_2003
re I installed cheesetracker / legasynth on my computer and have a short question now: The instrument editor of cheesetracker, if I click arround with the buttons, and then I added it to the pattern. But cheesetracker gives out error msg's in the xterm... . Now, Can I import some sort of instru

Re: [linux-audio-dev] EU software patents?

2003-09-24 Thread hexe_2003
directBOX Reply --- From: [EMAIL PROTECTED] To : [EMAIL PROTECTED];[EMAIL PROTECTED] Date: 24.09.2003 12:07:26 Hello. Can anyone report what is going on with the EU software patents? How they would affect immediately the audio and graphics development we are doing? Xine? S

Re: Re: [linux-audio-dev] more practical stuff about synth-programming -- jack seems to be less documentated

2003-09-19 Thread hexe_2003
directBOX Reply --- From: [EMAIL PROTECTED] To : [EMAIL PROTECTED] Date: 18.09.2003 15:00:29 >It allows you to get a basic DSP algorithm producing sound without you >worrying about how to configure the audio interface, and then later >lets that same output be (potentially)

[linux-audio-dev] more practical stuff about synth-programming -- jack seems to be less documentated

2003-09-18 Thread hexe_2003
( This email is a reply to one of my threads; but I deleted the originally mail, so I open another; to original thread asked you for some background information about pcm-data ...) hi, First I want to thank you for the ideas ( http://www.dspguide.com ; http://www.amazona.de ) ; and well, I am

[linux-audio-dev] pcm data -- plz give a short brief

2003-09-16 Thread hexe_2003
Good morning, I was looking for a good paper (tutorial / documentation) that describes howto calculate pcm data -- e.g. if I open my sounddevice (/dev/dsp), and sent randomed data to it, I am not really satisfied; I want to KNOW what data makes what sound. Of course I know that this is a short de

Re: [linux-audio-dev] What's the best audio IO API on Linux

2003-09-14 Thread hexe_2003
directBOX Reply --- From: [EMAIL PROTECTED] To : [EMAIL PROTECTED] Date: 15.09.2003 04:13:24 Hi, Folks: I am new here and I am also kind of new to Linux, so I have a basic question. I have worked on a multi-media project on Windows platform, and I used WaveIn and WaveOu

[linux-audio-dev] rookie needs support

2003-09-12 Thread hexe_2003
Hi! I want to write an app that can synthesize specific Hertz ( keys) at specific times, like a tracker. I am actually writting the synth, and the following problem is there: How do I tell my synth() - function that the point in the pattern is reached to play a a1 for example. I thought about two