Current time: 09-09-2010, 07:13 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
about the maxpat's
03-22-2010, 09:55 PM
Post: #1
about the maxpat's
Hi,

A couple of questions:

1) I use the MIDIroutesimple for now, and how can I assign one of the sliders to pitchbend - is that at all possible? I have one of them assigned to Modwheel which has a cc - but what to do with the pitchbend?

2) I would like to use a visualizer (to have nice leds on all the time) but also want to use the MIDIroutesimple - is that possible?

3) Is it possible to have some kind of visualization, that inverts leds by touch - as to having a lid led, and when touching that hexagon it turns on momentary - and vice versa?

4) Is it possible to use the MIDIroutewithcont (continous control) setup as to only modify the cc value sent from the first or last touched hexagon (as to play with some kind of "aftertouch" for the midichannel. I wouldn't like to use different midichannels that is.

Regards,

Kim
Find all posts by this user
Quote this message in a reply
03-27-2010, 11:54 AM
Post: #2
RE: about the maxpat's
Yeah i agree with all of that.I would be pleased with just a timeline or reply from jeff....Huh
Find all posts by this user
Quote this message in a reply
03-27-2010, 05:46 PM
Post: #3
RE: about the maxpat's
However, I found a solution to my question no. 2 - it is really simple; just open the MidiRouteSimple - and then the help-file - in the help file there is a lot of examples of functionalities - also how to turn leds on/off :-)
Find all posts by this user
Quote this message in a reply
04-01-2010, 12:39 AM (This post was last modified: 04-01-2010 12:42 AM by jeff_snyder.)
Post: #4
RE: about the maxpat's
Hi dhub!

(03-22-2010 09:55 PM)dhub Wrote:  //Hi,

//A couple of questions:

//1) I use the MIDIroutesimple for now, and how can I assign one of the sliders to pitchbend - is that at all possible? I have one of them assigned to Modwheel which has a cc - //but what to do with the pitchbend?

Will be possible when I get around to it. It's on my list for future updates to that patch.
(03-22-2010 09:55 PM)dhub Wrote:  //2) I would like to use a visualizer (to have nice leds on all the time) but also want to use the MIDIroutesimple - is that possible?

sounds like from your email below you figured this out. Let me know if you have more questions about it.

(03-22-2010 09:55 PM)dhub Wrote:  //3) Is it possible to have some kind of visualization, that inverts leds by touch - as to having a lid led, and when touching that hexagon it turns on momentary - and vice versa?

hmm. That's a good idea. Are you a Max programmer? If so, you can do this pretty simply with a little bit of packing and unpacking and switching around list order. Take the output of the first outlet (the on/off of the sensors) put it through a "route 1" to limit it to the hexagons only, and unpack it. Then, do a "not" object on the sensor value (0 or 1 becomes 1 or 0) - this object is an exclamation point. Then, reverse the order of the numbers with a "zl rev" object. Now, prepend a "setled" before the new list, and send that to the manta object inlet. Does that work for you?
(03-22-2010 09:55 PM)dhub Wrote:  //4) Is it possible to use the MIDIroutewithcont (continous control) setup as to only modify the cc value sent from the first or last touched hexagon (as to play with some kind of //"aftertouch" for the midichannel. I wouldn't like to use different midichannels that is.

hmm. Not sure I understand what you want. There's a "maxcont" output, whic might do what you want. It's a single value, which is the value of whichever sensor is currently outputting the highest reading. I use that when I want a "monophonic"-style sensor output, so I don't have to mess around with multiple channels. Check the help file for details.
(03-22-2010 09:55 PM)dhub Wrote:  //Regards,

//Kim


(03-27-2010 11:54 AM)fluxpod Wrote:  Yeah i agree with all of that.I would be pleased with just a timeline or reply from jeff....Huh

Hi Tobias, sorry for the long wait!
Finishing the dissertation and behind schedule. I'll be looking into updating the Windows code soon.
-Jeff
Visit this user's website Find all posts by this user
Quote this message in a reply
04-03-2010, 01:42 AM
Post: #5
RE: about the maxpat's
Hey jeff.Its ok.Thought you finished that already.Big Grin
Find all posts by this user
Quote this message in a reply
04-06-2010, 05:41 AM
Post: #6
RE: about the maxpat's
Hi Jeff, Thanks for the answers - it seems pretty useful - now I just have to roll up my sleeves :-)
- Kim
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


Contact Us | Snyderphonics | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication