[PD] Arduiano (Micro or Nano) as MIDI interface?

2015-06-20 Thread Ingo
Hi there! I'd like to use an Arduino Micro (or Nano) as a MIDI interface connecting the MIDI ports to the digital pins 0 and 1 (TX/RX) and receiving the MIDI data via USB in Pd. It does not matter in which format it comes into Pd (i.e. it doesn't have to show up as a MIDI port - like MIDI over

Re: [PD] Arduiano (Micro or Nano) as MIDI interface?

2015-06-20 Thread Ingo
Thanks, Martin and Paul! The Teensy is great but seems to need some extra electronics since it is operating at 3.3V in order to get a reliable MIDI In/Out with 5V (according to a friend who is also working on something like this). The Arduinos with 5V should be easier. Of course for more complex

Re: [PD] is mass music and audio by sequences of samples?

2015-06-20 Thread Renato Fabbri
Cool. Maybe written sculpture, somewhat like poetry? Perhaps someone like Alexandre could translate some of the equations into the [exp~] family. I'd be very curious to hear/compare the results. Perhaps. Does he keep up with the postings in this list? Dr. Porres, are you there? I find your

Re: [PD] Arduiano (Micro or Nano) as MIDI interface?

2015-06-20 Thread Martin Peach
On Sat, Jun 20, 2015 at 6:06 AM, Ingo i...@miamiwave.com wrote: Hi there! I'd like to use an Arduino Micro (or Nano) as a MIDI interface connecting the MIDI ports to the digital pins 0 and 1 (TX/RX) and receiving the MIDI data via USB in Pd. It does not matter in which format it comes into

[PD] Error Compiling Gem on Ubuntu 15.04

2015-06-20 Thread Jim Ruxton
I am getting the following errors in compiling Gem on Ubuntu 15.04. Any thought on what I need to do to correct this. Thanks. Jim cordV4L2.cpp:81:5: error: '::close' has not been declared ::close(m_fd); ^ recordV4L2.cpp: In member function 'virtual bool

Re: [PD] Error Compiling Gem on Ubuntu 15.04

2015-06-20 Thread Miller Puckette
I've always had the same problem (and probably should have issued a bug report) - I always add #include unistd.h manually to plugins/recordV4L2/recordV4L2.cpp after unpacking the Gem source. cheers Miller On Sat, Jun 20, 2015 at 01:15:07PM -0400, Jim Ruxton wrote: I am getting the following

Re: [PD] Arduiano (Micro or Nano) as MIDI interface?

2015-06-20 Thread Martin Peach
The teensy2.0 is 5V so it should work fine. (The Teensy3.1s are 3.3V but can handle 5V so they could work if you use 50ohm resistors on the outputs instead of 220 to get 5mA, but that's not strictly correct according to the MIDI spec, which says 5V.) Martin On Sat, Jun 20, 2015 at 1:10 PM, Ingo

Re: [PD] Error Compiling Gem on Ubuntu 15.04

2015-06-20 Thread Jim Ruxton
Thank you that worked! Jim On 2015-06-20 02:01 PM, Miller Puckette wrote: I've always had the same problem (and probably should have issued a bug report) - I always add #include unistd.h manually to plugins/recordV4L2/recordV4L2.cpp after unpacking the Gem source. cheers Miller On Sat, Jun

Re: [PD] Error Compiling Gem on Ubuntu 15.04

2015-06-20 Thread IOhannes m zmölnig
On 06/20/2015 07:15 PM, Jim Ruxton wrote: I am getting the following errors in compiling Gem on Ubuntu 15.04. Any thought on what I need to do to correct this. Thanks. this has been fixed in Gem's git for a long time. but there hasn't been a release for an even longer time. but if you need to

Re: [PD] Arduiano (Micro or Nano) as MIDI interface?

2015-06-20 Thread Ingo
Cool, I'll take a look at the teensy 2.0. I didn't know it runs on 5V. I have a teensy 3.1 here and check if the 50R does the trick. Ingo Von: Martin Peach [mailto:chakekat...@gmail.com] Gesendet: Samstag, 20. Juni 2015 19:26 An: Ingo Cc: Paul Batchelor;

Re: [PD] Error Compiling Gem on Ubuntu 15.04

2015-06-20 Thread Jim Ruxton
I am getting the following errors in compiling Gem on Ubuntu 15.04. Any thought on what I need to do to correct this. Thanks. this has been fixed in Gem's git for a long time. I was having trouble with autoconf so went with the stable version. but there hasn't been a release for an even

Re: [PD] OSC Communication between PD and SC

2015-06-20 Thread Martin Peach
Are you sure NetAddr.langPort is 57120? Martin On Sat, Jun 20, 2015 at 5:27 PM, Clifford Dunn beatlebo...@gmail.com wrote: Hi PD list, I want to be sending this to the SC list as well, but for some reason I can't get through there. I'm getting pretty frustrated as I try to figure out why

Re: [PD] OSC Communication between PD and SC

2015-06-20 Thread Alexandre Torres Porres
hey, i also failed trying this, hope you find out and let us know 2015-06-20 18:27 GMT-03:00 Clifford Dunn beatlebo...@gmail.com: Hi PD list, I want to be sending this to the SC list as well, but for some reason I can't get through there. I'm getting pretty frustrated as I try to figure

Re: [PD] OSC Communication between PD and SC

2015-06-20 Thread Alex
It has been along time since I've worked with SC but I vaguely remember having to set the localhost value to nil instead of 127.0.0.1 Also, have you tried using another port? -Alex On Sat, Jun 20, 2015 at 2:27 PM, Clifford Dunn beatlebo...@gmail.com wrote: Hi PD list, I want to be sending

Re: [PD] OSC Communication between PD and SC

2015-06-20 Thread Clifford Dunn
Okay, I figured it out. It's a supercollider thing. Turns out that I was being too specific when defining the NetAddr. By not specifying in the OSCdef, everything is working fine now. Thanks for all the help! Clifford Dunn Flutist/Composer http://www.ckdmusic.weebly.com On Sat, Jun 20, 2015 at