Re: [LAD] [ot] capitalising words in a shell-script

2008-09-26 Thread Emanuel Rumpf
2008/9/27 Wolfgang Woehl [EMAIL PROTECTED]: Emanuel Rumpf: python -c d='monday'.capitalize(); print d[0:3] Instan methods, whoa. You win :) Can you get rid of d? like this: ? python -c print 'monday'[:3].capitalize() with use of stdin: echo monday | python -c import sys; print

Re: [LAD] Guide to Linux Sound APIs

2008-09-24 Thread Emanuel Rumpf
2008/9/25 Lennart Poettering [EMAIL PROTECTED]: http://0pointer.de/blog/projects/guide-to-sound-apis I'd be very thankful for comments! Thank you for this effort. I think it's a good idea, but I feel it's to biased too. For example you write: I don't think that PortAudio is very good API

Re: [LAD] Writing a library?

2008-07-23 Thread Emanuel Rumpf
2008/7/23 Nedko Arnaudov [EMAIL PROTECTED]: I'd sugeest you waf, takes goods sides of autotools (separate configure stage), scons (python) and cmake (nice progress indication). And even has good features that are unique. Like. waf being part of source tree, thus multiple developers cannot end

Re: [LAD] embedded high end audio

2008-07-22 Thread Emanuel Rumpf
2008/7/22 porl sheean [EMAIL PROTECTED]: hi there everyone. i hope this is the right list for this, but i just had a question about embedded hardware. this list has been more software-related so far maybe a (google-) group as sci . electronics . components could be more helpfull to you

Re: [LAD] jack feature request

2008-05-04 Thread Emanuel Rumpf
2008/5/4, Paul Davis [EMAIL PROTECTED]: the thing to do is to fire up aplay with a long audio file, then put the laptop into suspend. if it comes back from suspend with working playback, its a JACK issue. otherwise, its an ALSA card-specific driver issue. ok now managed to play a wav

Re: [LAD] JACK MIDI

2008-01-18 Thread Emanuel Rumpf
some of the things mentioned could be done by simply extending the midi specification. for example, if one needed a higher resolution for a note-on events velocity, the event could be followed by a sysex data with one or two additional 7-bit values. (kind like it's already done with MSB and LSB

<    1   2