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

2015-07-01 Thread Martin Peach
: Samstag, 20. Juni 2015 17:11 An: Ingo Cc: pd-list@lists.iem.at Betreff: Re: [PD] Arduiano (Micro or Nano) as MIDI interface? 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

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

2015-06-30 Thread Ingo
I do know much about C programming ... Ingo Von: Martin Peach [mailto:chakekat...@gmail.com] Gesendet: Samstag, 20. Juni 2015 17:11 An: Ingo Cc: pd-list@lists.iem.at Betreff: Re: [PD] Arduiano (Micro or Nano) as MIDI interface? On Sat, Jun 20, 2015 at 6

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

2015-06-30 Thread Ingo
-list@lists.iem.at Betreff: Re: [PD] Arduiano (Micro or Nano) as MIDI interface? 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

[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
Peach Cc: Ingo; pd-list@lists.iem.at Betreff: Re: [PD] Arduiano (Micro or Nano) as MIDI interface? I would definitely consider the Teensy unless there are specific reasons for the Arduino. The newest version has MIDI support built into and it is compatible with Arduino sketches.  On Sat, Jun 20, 2015

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

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

2015-06-20 Thread Martin Peach
, 20. Juni 2015 17:39 An: Martin Peach Cc: Ingo; pd-list@lists.iem.at Betreff: Re: [PD] Arduiano (Micro or Nano) as MIDI interface? I would definitely consider the Teensy unless there are specific reasons for the Arduino. The newest version has MIDI support built into and it is compatible

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

2015-06-20 Thread Ingo
; pd-list@lists.iem.at Betreff: Re: [PD] Arduiano (Micro or Nano) as MIDI interface? 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