Wish I had more time to disect your design; my Ph.D. thesis is due in one week!
Cheers,
Drew
> --
> You are subscribed to the Google Groups "diykeyboard" group.
> To post to this group, send email to diyke...@googlegroups.com
> To unsubscribe from this group, send email to
> diykeyboard...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/diykeyboard?hl=en
> Also see the DIY Keyboard Google Code Repository and Wiki:
> http://code.google.com/p/diykeyboard/
I currently moderate over at the yahoo tuning group, where something like this is sorely needed for microtonal music, especially with the LEDs under each key. How do you plan to interface this out to MIDI? Will you be doing it Arduino style?
--
You are subscribed to the Google Groups "diykeyboard" group.
To post to this group, send email to diyke...@googlegroups.com
To unsubscribe from this group, send email to diykeyboard...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/diykeyboard?hl=en
Also see the DIY Keyboard Google Code Repository and Wiki: http://code.google.com/p/diykeyboard/
--
You are subscribed to the Google Groups "diykeyboard" group.
To post to this group, send email to diyke...@googlegroups.com
To unsubscribe from this group, send email to diykeyboard...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/diykeyboard?hl=en
Also see the DIY Keyboard Google Code Repository and Wiki: http://code.google.com/p/diykeyboard/
If this is an open source design, I would love to write some Arduino
code around this as well. I don't know anything about the propeller,
but I know that the Arduino has a huge open source community built
around it and is programmable in C++, and costs $40, and I think
there'd be a lot of interest in it.
Not that I'm encouraging you to give up the Propeller, just saying I'd
be very interested in interfacing this board with an Arduino as well,
if your goal is to make all of this open source. It's been a huge goal
of mine to do something like this for quite some time now.
Red, awesome work - again can't communicate how stoked I am about all
of this. The LEDs being involved is the icing on the cake too.
Sure thing! Although it's going to be a little bit before I can really
focus on it - this month is going to be pretty packed. But since it
looks like the board itself is still a work in progress, that
shouldn't be a problem.
> The reason for my selection of the Prop was that an arduino just doesn't
> have the processing power for my full final design. For basic midi output
> which is I'm sure what 99% of people want it'll be fine.
What's the final design?
> My bigger design is going to have a big button which will cycle the keyboard
> between Janko / Wicki-Hayden / Sonome layouts as well as split / symmetric
> amongst other things - all re-programmable. The idea being that if I want
> to experiment with different layouts I don't have to re-flash the micro
> inside - just press the button.
Very nice! My goal is something similar, except when you bring
microtonal music into it, there will be even more layouts.
> If you're looking for a fast way of getting from hardware to MIDI you might
> want to consider midibox as all the code to do it is already there. My
> keyboard layout is read by the Midibox DIN module so I'm pretty sure it's
> going to be compatible.
I'll have to check it out, I'm unfamiliar with Midibox. Man, lots of
microcontrollers involved here... PIC, Propeller, Arduino!
-Mike