Novice Help please. How to stop MIDI channel 1 defaulting to piano?

robotsounds's icon

Hi.

I'm currently building a model for university that will basically make music from values in a text file. I have that part sorted. I will like to use MIDI to make the music.

I've been looking at the MAX list processing tutorial, and the percussion section looks pretty easy, just the melody section is troubling me. Noteout is set to channel 1, which just so happens to default to piano.

Can someone tell me how I change this to another sound i.e. Bass, or guitar? I would still like to have the individual notes play, just not piano notes.

Thanks :)

jvkr's icon

You need to use a pgmout object, and simply connect a numberbox to it. That should do it.

spectro's icon

[pgmout] can help... edit: beaten to the punch "by that much"...

robotsounds's icon

That's great thanks, work perfect :)

brendan mccloskey's icon

ps

Luke Hall built a very handy patch for all your midi program change needs:

Brendan