peeddrroo Posted November 12, 2006 Report Posted November 12, 2006 hi alli'm new to this forum.i'd like to design a simple (or so do i think) display device. the aim is to have an array of LEDs (i think 8x8 is a max), that would react to midi note on messages. ie C3 would light up LED1, D3 LED2 and so on.i don't want buttons or knobs or anthing, it's just a display thing.it would be even better if the LEDs were multicolored and would have a different colour depending on note velocity.is midibox the proper tool to achieve that, and could you please direct me to some threads/sites where i could get the basics (or even better, get me started)?thanks all! Quote
Twin-X Posted November 13, 2006 Report Posted November 13, 2006 This is theoretically possible.If you know how to program you could accomplish this with the midibox or maybe the midiprocessor.What i don't understand is the function of your device? Quote
peeddrroo Posted November 13, 2006 Author Report Posted November 13, 2006 thanx for your answerthe idea is to design a LED matrix with each LED being independant. i would put them on a board that would be attached to the lid of my laptop and that would display stuff while i am playing gigs (drawings, random stuff, synched flashes...).that's mostly a "lappy pimp" thing :)i feel like it shouldn't be too difficult to do.you can see it as a 8x8 (actually 7x7 might be better) controller with buttons that light up, but without the buttons, just the lights. and without midi out. Quote
audiocommander Posted November 13, 2006 Report Posted November 13, 2006 just an add-on to what Twin-X said:go and download the C-Skeleton, open "main.c" and take a look at it.Then you could download some C-Examples and see what others programmed. It's really easy, if you know the C-Syntax. As MIOS is just supporting the functions listed in the MIOS-Function-List, it's a manageable set of options :)To bring your DOUT-Module to react to something, you will have to set some SRIO-(ShiftRegisterI/O)-Settings in the Init() Function... Just look through the function list with special interest for MIOS_SRIO_ and MIOS_DOUT_; maybe also MIOS_MIDI_ if you want to send MIDI-Messages!Best regards,Michaelps: http://www.midibox.org/dokuwiki/doku.php?id=application_development is also a useful resource... Quote
Wilba Posted November 14, 2006 Report Posted November 14, 2006 I'm assuming you want an actual LED matrix using two DOUT chips?I've done some code for another guy on the forum who wanted the exact same thing... the code appears to work, I can email it to you if you like. Quote
peeddrroo Posted November 14, 2006 Author Report Posted November 14, 2006 thanks again for your answers.being a total noob, i still got to figure out what components i need. so i think the code will come even later. but anyway, i won't forget you when time will come!do you guys have a rough idea of the budget for such a thing?am i right assuming it will be <50$? Quote
Twin-X Posted November 14, 2006 Report Posted November 14, 2006 thanks again for your answers.being a total noob, i still got to figure out what components i need. so i think the code will come even later. but anyway, i won't forget you when time will come!do you guys have a rough idea of the budget for such a thing?am i right assuming it will be <50$?You can build a unit in 1 hour if you are a bit handy.1x http://futurlec.com/LED_Matrix_88.shtml1x dout board1x coreCheck mike's site (europe) or Smashtv (usa) for pricing Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.