Posted: Tue Jun 05, 2007 7:52 am
Fingers crossed forunder $100.
I bought the sparkfun pads before they announced the whole kit. In the pic I put in the first page:apalomba wrote:ToneDeft, do you have an idea how large the 40h would be using the
larger logic kit buttons?

I plan on giving the plans to the monomes, if/when I work this out. I don't need the hassle for a few bucks. I know what to do in MAX/MSP to get an LED to dim in and out, I just can't try it yet!! Once I know the hardware can handle that it's a matter of dimming 3 LEDs at once, IOW just do the same thing two more times. Anyway, more on that as it develops.I would love to be able to add tri color functionality, that way I could
color code different types of events. But being a total newb at dyi
electronics, I will be lucky if I can put together a regular 40h.
I hope when you get it working you can release some detailed docs
so we might try it.
I think it's safe to say that this will be as easy of a DIY kit as there is. If you get really hosed, send it to me, I can fix/build it if you pay the postage but I don't want to get into a position where I'm building 50 of these things, but I can help a few people. I completely encourage people to try it themselves. It feels GREAT to use something you built and this is a great way to learn.kabuki wrote:No one has ever stated step by step what one needs to do to build a controller. I would have NO idea what I would be getting myself into.

<-- 40h w/the top offNope, you will get a programmed part in the kit. If you want to program your own you need to track down a C compiler/editor, the programming software, the libraries for the Atmega part software, the programming hardware... It's nothing you'll need to worry about.Is there any programming or firmware installation involved? Does it take a PC with a serial port to do this? A special machine?
Since you asked...Tone Deft wrote: Any other questions?
I get what you're saying. That's not how you'd achieve that. You would make those kinds of changes in the software. Check out the video I linked to earlierSurreal wrote:Since you asked...Tone Deft wrote: Any other questions?
thanks for all of the help thus far...you may be the only reason i havent said "aww...too bad i don't know a thing about doldering or any of this"
woud the wires and all of that allow for me to arrange the buttons in a fashion different from the diagram? not dramatically different..i want groups of 16 or something with more space in between certain groups so that i can label buttons.
it would, for instance, be 4 4x4 squares with the normal spacing within them, but perhaps double the space between the 4 squares. this is a terrible explanation. dag.
MAX is pretty deep, I would put it at the same skill level as learning C coding. I'm just learning Max now but I'm used to learning new coding languages. I wouldn't recommend it to everyone. There are other options like Bidule, Pd, Reaktor and others that are simpler to use.kabuki wrote:Having not ever used Max, is it difficult to set up. I figure I would be setting up for a basic layout and doing all the assignments in Ableton.
Are there templated files for the Monome available?
Is sthere a free version of Max?
(it looks like the first one is in max/msp, the other two were written in something named 'chuck'.)# ableton live sequencer: app (max/msp) lstep8
# ableton live midi communication: app (chuck) monoableme
# ableton live midi rev 2: app (chuck) monogrid
Tone Deft wrote:Setting up the 40h with XP
http://wiki.monome.org/view/Tutorial40hAndAbletonLiveXp
Setting it up on a Mac
http://wiki.monome.org/view/Tutorial40h ... tonLiveOsX
MAX is pretty deep, I would put it at the same skill level as learning C coding. I'm just learning Max now but I'm used to learning new coding languages. I wouldn't recommend it to everyone. There are other options like Bidule, Pd, Reaktor and others that are simpler to use.kabuki wrote:Having not ever used Max, is it difficult to set up. I figure I would be setting up for a basic layout and doing all the assignments in Ableton.
Are there templated files for the Monome available?
Is sthere a free version of Max?
Basically (I think) the 40h shows up as a USB device that you read and write 2 bytes at a time to. Ableton doesn't have the resources to send bits and bytes to ports, just midi and audio. That might change with Live 7.
People have made interfaces for Ableton, check the middle of the page here:
http://wiki.monome.org/view/WeShareInformation-2(it looks like the first one is in max/msp, the other two were written in something named 'chuck'.)# ableton live sequencer: app (max/msp) lstep8
# ableton live midi communication: app (chuck) monoableme
# ableton live midi rev 2: app (chuck) monogrid
There are also videos showing these applications in use.
To use an application made in MAX you download the FREE Max runtime environment. and run the application in that. You can get all the software you need for free to use the 40h. If you want to develop applications you need to buy one of the apps I mentioned.
Again, I say all this before ever touching a monome bit of gear but I've spent too much time on their site (which is odd to get around in.)
4 steps but I think they skipped the step on downloading the free max/msp runtime environment.tutorial - 40h and ableton live (xp)
this requires ableton live version 6. version 5 doesn’t report clip status via midi.
a few simple steps to get ableton talking to the 40h:
1. install midi-yoke (reboot when finished!)
http://www.midiox.com/zip/MidiYokeSetup.msi
2. run _40h_serial.mxb (if you don’t have these yet, get them here:)
app (max/msp) base patches
3. run _40h_midi.mxb
down towards the bottom, select midi output port to:
MIDI Yoke NT: 1
and the midi input to:
MIDI Yoke NT: 2
4. open ableton live. get in the midi preferences.
turn ON (track, sync, and remote):
Input: MIDI Yoke NT: 1
Output: MIDI Toke NT: 2
leave the rest off (unless you know what you’re doing.)
5. you’re done. switch on midi-learn, assign keys to tracks, the stop buttons, etc. led light will follow tracks, etc.
pretty nice.