Re: [LAD] Finding ALSA sequencer client/port numbers

2011-04-22 Thread Dominic Sacré
On Friday 22 April 2011 22:45:34 Fons Adriaensen wrote: after reading ASLA docs for some hours I've not found an answer to the following: Given the ALSA sequencer client and port _names_, find the numbers required to set up a connection (a 'subscription' in ALSA lingo). ALSA client and

Re: [LAD] Python assistance - threads (my favorite)

2010-10-15 Thread Dominic Sacré
On Fri, Oct 15, 2010 at 12:04 AM, Patrick Shirkey pshir...@boosthardware.com wrote: In a bit of a time crunch. Can anyone tell me how to do this properly? I would like to have a threaded timer to run cmd after 5 seconds. However cmd is normally triggered like this: os.system(cmd) But there

Re: [LAD] detention :)

2010-07-28 Thread Dominic Sacré
2010/7/28 Jörn Nettingsmeier netti...@folkwang-hochschule.de: On 07/27/2010 10:45 PM, f...@kokkinizita.net wrote: Real detents require force feedback. A mouse doesn't provide that. This GTK thing is completely broken. i wonder how you'd do it on a computer touchpad? little electric shocks,

Re: [LAD] qjackctl server name

2010-06-16 Thread Dominic Sacré
On Wednesday 16 June 2010 16:23:05 Rui Nuno Capela wrote: Doesn't work as expected. Whan 'Start' fails it seems to leave qjackctl in an unusable state. Fixing the cause of the failed start doesn't help, the only solution seems to be to terminate and restrart qjackctl itself. what you

Re: [LAD] [OT] Has anyone managed to compile this?

2010-01-15 Thread Dominic Sacré
On Sat, Jan 16, 2010 at 1:08 AM, Victor Lazzarini victor.lazzar...@nuim.ie wrote: Torben's  new project  brought  back to my mind this mind-bending C++ template example (see attached), which I could not yet get to compile, I have been told it has been compiled, but g++ will have none of it. So

Re: [LAD] [ANN] aseqmm 0.2.0 released

2009-12-28 Thread Dominic Sacré
On Monday 28 of December 2009 18:33:10 Pedro Lopez-Cabanillas wrote: The ending in mm simply means to me something related to C++. Qt uses standard C++ in despite of FUD and propaganda that has been spread everywhere by zealots. I don't care much about Qt being not quite standard C++, and even

[LAD] Maximum size of SysEx messages in JACK MIDI and ALSA sequencer

2009-12-12 Thread Dominic Sacré
Hi, I'm wondering what the size limit is for SysEx messages in the JACK MIDI and ALSA sequencer APIs. My observations so far: In JACK MIDI, a SysEx message can be as large as the MIDI port buffer, which in turn has the same size as an audio buffer for one period. This is assuming that there

Re: [LAD] [LAU] Python and MIDI orientation for a project

2009-08-04 Thread Dominic Sacré
On Monday 03 of August 2009 23:06:34 harryhaa...@gmail.com wrote: And on the topic for a second, python bindings exist for MidiDings, a module that can use both AlsaSeq Jack Midi. I have a very limited amound of experince with it, as i found the AlsaSeq python package to be much simpler to

Re: [LAD] Problem with g++, please please help me

2008-11-22 Thread Dominic Sacré
On Sunday 23 November 2008 00:39:35 Christian wrote:  Text text( string _name, string _box, int _x, int _y, int _w, int _h,  string _shortCut, string _caption ); Copypaste? :) You need to remove the type names here. This is obviously intended as a local variable, but to gcc it

Re: [LAD] [somewhat OT] semaphores in python

2008-08-26 Thread Dominic Sacré
On Tuesday 26 August 2008 22:01:18 Fons Adriaensen wrote: AFAICS, for this reason, whatever happens in threading can't be correct, or at least not pre-emption and SMP safe. Is this really an issue in Python? The Python interpreter is not thread safe anyway, there's a global interpreter lock

Re: [LAD] Re: Audio over Cat5

2007-10-02 Thread Dominic Sacré
On 10/2/07, Tosif Ahmed [EMAIL PROTECTED] wrote: Yes...thts exactly wat my question is, a wrt box which can play songs but since it doesn't have speakers i want to use cat5 as the transport media. Does your WRT have USB ports? The usb-audio driver has been ported to OpenWRT, so you could use a

[LAD] [ANN] pyliblo 0.6

2007-05-20 Thread Dominic Sacré
pyliblo is a Python wrapper for the liblo OSC library. It supports almost the complete functionality of liblo, allowing you to send and receive OSC messages using a nice and simple Python API. New features in version 0.6: * added support for bundles and timestamps * support additional OSC data

[LAD] [ANN] pyliblo 0.5

2007-04-26 Thread Dominic Sacré
pyliblo is a Python wrapper for the liblo OSC library. It does not yet wrap all of liblo's functionality, but includes everything you need to send and receive almost any kind of OSC message, using a nice and simple Python API. OSC can hardly get any easier :) Also included are two scripts,