ndGlobalSettings.o] Error 1
scons: building terminated because of errors.
--
---> Dirk Jagdmann ^ doj / cubic
> http://cubic.org/~doj
-> http://llg.cubic.org
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
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
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
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
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
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
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
I am currently getting
"Could not parse XSLT file"
--
---> doj / cubic
> http://cubic.org/~doj
-> http://llg.cubic.org