Re: [linux-audio-dev] C++ guru needed (again)

2006-11-26 Thread Dirk Jagdmann
ndGlobalSettings.o] Error 1 scons: building terminated because of errors. -- ---> Dirk Jagdmann ^ doj / cubic > http://cubic.org/~doj -> http://llg.cubic.org

Re: [linux-audio-dev] question about a c++ error

2006-10-13 Thread Dirk Jagdmann
just prefix the string construction with some "if(str==NULL)return;" or similar or look further to fix the reason why the C-String has not been initialized correctly (thus still be NULL). -- ---> Dirk Jagdmann ^ doj / cubic > http://cubic.org/~doj -> http://llg.cubic.org

Re: [linux-audio-dev] light C++ set for WAV

2006-07-13 Thread Dirk Jagdmann
if in-memory-handling of wav files is sufficient. You can have a look at them at: http://cubic.org/~doj/ebay/wav.tar.gz If you have to handle large files you should go the libsndfile way. -- ---> Dirk Jagdmann ^ doj / cubic > http://cubic.org/~doj -> http://llg.cubic.org

Re: [linux-audio-dev] LV2 Logo again

2006-05-22 Thread Dirk Jagdmann
More work on the logo: http://affenbande.org/~thorwil/wordpress/2006/05/19/lv2-5/ I like B3 and F3. -- ---> Dirk Jagdmann ^ doj / cubic > http://cubic.org/~doj -> http://llg.cubic.org

Re: [linux-audio-dev] Alsa Sequencer Raw MIDI Data

2005-08-31 Thread Dirk Jagdmann
The whole point of the sequencer API is to exchange (already parsed) messages instead of raw MIDI data, but the ALSA library contains a helper object to convert between them: http://alsa-project.org/alsa-doc/alsa-lib/group___m_i_d_i___event.html Thanks for the pointer. These functions are exactl

Re: [linux-audio-dev] Re: Alsa Sequencer Raw MIDI Data

2005-08-31 Thread Dirk Jagdmann
hehe, it's that easy to use that even I managed to receive MIDI data using it. Furthermore it's cross platform and easy to use. Disadvantage: Rawmidi only. While your lib looks like comfortable and usefull I'd like to use Alsa sequencer, because I'd like to handle multiple MIDI ports per appl

[linux-audio-dev] Alsa Sequencer Raw MIDI Data

2005-08-31 Thread Dirk Jagdmann
Hello Developers, I'm currently developing an application which should be controlled via MIDI. I'd like to use the Alsa Sequencer API, so I can use aconnect and friends to connect my app to other apps and MIDI hardware. However I like to get access and send the raw MIDI stream. So far I only s

Re: [linux-audio-dev] Gamepad as midi controller?

2005-07-28 Thread Dirk Jagdmann
Hello Jens, you should first check, if your joystick is supported by linux. I find the "jstest" program useful to determine if all axes, buttons of the joystick are working. If you don't have it you could try building your own: http://packages.debian.org/stable/utils/joystick Note that you m

[linux-audio-dev] Re: [linux-audio-user] LAC 2005 streaming: please test!

2005-04-08 Thread Dirk Jagdmann
I am currently getting "Could not parse XSLT file" -- ---> doj / cubic > http://cubic.org/~doj -> http://llg.cubic.org