Page 1 of 1
Midi-Feedback
Posted: Sat Jun 12, 2010 10:55
by VJVertex
I used the forum search function, but didn´t find anything...
will there be a midi-feedback soon?
for example, if u use controller like APC40 or Behringer BRC2000 and u change anything with the mouse the controller gets the information and shows it.
Re: Midi-Feedback
Posted: Sat Jun 12, 2010 17:39
by werlin
yes this was already asked for before, and i think they're on it... yesterday i bought an apc20 also, so im waiting on it too
Re: Midi-Feedback
Posted: Mon Jun 14, 2010 10:23
by Joris
Midi out, OSC out and DMX out are all very high on our priority list.
Re: Midi-Feedback
Posted: Wed Jul 21, 2010 13:18
by newfuturenow
My monome would like this very much, I have given up on the midi feedback route via bomes etc . . am just gonna sit tight and wait for Full midi / osc out Resolume implementation.
Re: Midi-Feedback
Posted: Mon Oct 04, 2010 19:22
by VJVertex
i´m using bome, it´s ok but not perfect... i´m looking forward for midi-feedback, hope we´ll get it soon.
Re: Midi-Feedback
Posted: Fri Nov 19, 2010 21:03
by premiermalvado
ive tried several apps to at least map resolume to my monome hardware to get visual aid.
coding for me gets very messy ind i slowly assimilate information so its been a pain and stilli havent set up properly.
i decided to try OSC, this way i can use a third piece of software that will do the job of turning leds on and off.
ive tried a couple of max patches from some users but they were very specialized , i tried creating one, i have the lights part but havent been able to send the messages to resolume, i can understand locations (layer/efects/etc) but coding the message out is getting out of my hands.
so i decided 2 give processing a try, seems fairly understandable as well, and there are a lot of sketches already implemented to do the job.
one ive figured out to program is monomecontrol 0.52 , ive managed to program all monome buttons with toggles, pushes, etc. every light works great but when i set up avenue to listen to my host port so i can do the mapping, monomecontrol freezes actually monome via osc is not recognized at all) this sounds to me it may be causing some conflicts with monomeserial app/driver.
wish some one out here could help me sort everything out.

Re: Midi-Feedback
Posted: Sat Nov 20, 2010 02:17
by Tschoepler
premiermalvado wrote:[…]but coding the message out is getting out of my hands.[…]
for MAX: you need the "opesoundcontrol" object in the first place. you might already have it. if not, you can get it here
http://www.maxobjects.com/?v=objects&id ... d_format=0. just open the *.maxhelp file that comes with the zip and the rest should be pretty much self-explanatory. i think it's very well documented. just edit one of the containing message-objects (the gray ones) for example to
/composition/video/scale/0.5. that should scale your comp to 500%. don't forget to change the port either inside the helpfile or inside avenue. the ip should be fine (
127.0.0.1).