[LAD] alsa driver and arduino stuff

2010-11-16 Thread Joan Quintana
Last year I spent time being confident with arduino projects (music related, sending MIDI messages to a hard synth, etc). I would hack that when I plug my arduino (USB), it appesars in aconnectgui list, the same way that I plug my Axiom 25 and magically it appears in aconnectgui. I suppose tha

Re: [LAD] current drobilla.net svn [was Native LV2 port of mdaEPiano VSTi]

2010-11-16 Thread David Robillard
On Tue, 2010-10-19 at 13:11 +0200, Jörn Nettingsmeier wrote: > On 10/19/2010 11:20 AM, Matt Henley wrote: > > > > I have found the best way to build ingen is to grab the entire svn tree > > ( instructions at http://drobilla.net/blog/software/ingen/ )and do a top > > level make and make install. I

Re: [LAD] Port Argotlunar VST to LV2!

2010-11-16 Thread David Robillard
On Tue, 2010-07-06 at 08:50 +0400, Louigi Verona wrote: > Hey guys! > > Will anyone be interested in porting this GPLed VST to LV2? > > http://argotlunar.info/ Yay, free plugin code. I will look into it, thanks for the link. (Perhaps we should make an LV2 wiki page for discovered free plugin c

Re: [LAD] current drobilla.net svn [was Native LV2 port of mdaEPiano VSTi]

2010-11-16 Thread David Robillard
On Tue, 2010-10-19 at 10:17 -0500, Gabriel M. Beddingfield wrote: > > On Tue, 19 Oct 2010, Jörn Nettingsmeier wrote: > > > On 10/19/2010 11:20 AM, Matt Henley wrote: > >> > >> I have found the best way to build ingen is to grab the entire svn tree > >> ( instructions at http://drobilla.net/blog/

Re: [LAD] current drobilla.net svn [was Native LV2 port of mdaEPiano VSTi]

2010-11-16 Thread Ray Rashif
On 17 November 2010 04:13, David Robillard wrote: > On Tue, 2010-10-19 at 13:11 +0200, Jörn Nettingsmeier wrote: >> On 10/19/2010 11:20 AM, Matt Henley wrote: >> > >> > I have found the best way to build ingen is to grab the entire svn tree >> > ( instructions at http://drobilla.net/blog/software/

Re: [LAD] alsa driver and arduino stuff

2010-11-16 Thread Arnold Krille
On Tuesday 16 November 2010 20:25:12 Joan Quintana wrote: > Last year I spent time being confident with arduino projects (music > related, sending MIDI messages to a hard synth, etc). > > I would hack that when I plug my arduino (USB), it appesars in aconnectgui > list, the same way that I plug my

Re: [LAD] alsa driver and arduino stuff

2010-11-16 Thread Florian Faber
On 11/16/10 22:13, Arnold Krille wrote: > I think its more a task of "make arduino behave as a standard-compliant usb- > midi device". Not possible with the old Arduinos (FTDI chip), but super easy with the new generation, the Arduino Uno: http://arduino.cc/en/Main/ArduinoBoardUno Flo -- Machi

Re: [LAD] alsa driver and arduino stuff

2010-11-16 Thread Joan Quintana
> I'm not too sure what I'd call it. Thiago Teixeira called it ttymidi: > http://www.varal.org/ttymidi/ > Should do exactly what your looking for I think. Just run his program, and > any USB/Serial > device > can send data to ALSA MIDI. :-) > Cheers, -Harry > PS: Might be nice to send the auth

[LAD] LV2 extension #include (lv2config), lv2plug.in SVN [was: current drobilla.net SVN]

2010-11-16 Thread David Robillard
On Tue, 2010-10-19 at 11:36 -0500, Gabriel M. Beddingfield wrote: [...] > > with joeboy's help i realized that my custom-build rdflib is being > > installed > > to /usr/local/lib/python-2.6/site-packages/rdflib. > > > > it seems it's not being found there, even though my sys.path includes > > /u

Re: [LAD] alsa driver and arduino stuff

2010-11-16 Thread Gordon JC Pearce
On Tue, 2010-11-16 at 13:35 -0800, Joan Quintana wrote: > > I'm not too sure what I'd call it. Thiago Teixeira called it > ttymidi: > > http://www.varal.org/ttymidi/ > > > Should do exactly what your looking for I think. Just run his > program, and any USB/Serial > device > > can send data to ALSA