easiest way yo play an oscillator with midi

petterdass's icon

If someone bothers to answer this question or sending a link, im very happy! MaxMasp is still a bit confusing

Thanks!

Mattijs's icon

please please please .. check the tutorials first!

Mattijs

nick's icon

You could try here

or the tutorials that ship with Max

HTH

Nick

>If someone bothers to answer this question or sending a link, im
>very happy! MaxMasp is still a bit confusing
>
>Thanks!

Wetterberg's icon

petterdass skrev:
> If someone bothers to answer this question or sending a link, im very happy! MaxMasp is still a bit confusing
>
> Thanks!
>
I take it you haven't read the msp tutorials then? It really does help,
you know ;-)

Andreas.
PS:
Does this work? I have no clue!

Max Patch
Copy patch and select New From Clipboard in Max.

selalou10@yahoo.com's icon

check out dawrin grosse's synth building tutorials...

those got me started...

petterdass's icon

ive checked out those tutorials, but i wanted the easiest way to do it without externals, i want to learn it from scratch, but my brain hurts! maybe i should stick to garageband or something :)

Chris Muir's icon

At 2:59 AM -0600 9/17/07, petterdass wrote:
>If someone bothers to answer this question or sending a link, im very happy! MaxMasp is still a bit confusing

There are a couple of relevant examples here, particularly StupidSynth and NoiseBlip:
http://www.xfade.com/max/examples

-C

--
Chris Muir | "There are many futures and only one status quo.
cbm@well.com | This is why conservatives mostly agree,
http://www.xfade.com | and radicals always argue." - Brian Eno

petterdass's icon

Thanks for all replys, but im still struggling.
Could anyone please post a picture or a link to a patch where an oscillator are being controlled with monophonic midi note on/off?
(velocity,midichannel,programchange,aftertouch etc is for the time being not interesting for me)
Whats the simplest solution for this?

regards Billy Brainpower

Exit Only's icon

The above post by Wetterberg has the simplest possible solution. Simply select all the text starting with the #p, go to
Max/MSP --> File --> New From Clipboard

petterdass's icon

Thanks!

petterdass's icon

Quote: Wetterberg wrote on Mon, 17 September 2007 03:35
----------------------------------------------------
> petterdass skrev:
> > If someone bothers to answer this question or sending a link, im very happy! MaxMasp is still a bit confusing
> >
> > Thanks!
> >
> I take it you haven't read the msp tutorials then? It really does help,
> you know ;-)
>
> Andreas.
> PS:
> Does this work? I have no clue!
>
> #P window setfont "Sans Serif" 9.;
> #P window linecount 1;
> #P message 43 204 14 9109513 0;
> #P message 27 204 14 9109513 1;
> #P newex 71 244 28 9109513 dac~;
> #P newex 88 82 32 9109513 / 127.;
> #P newex 59 82 28 9109513 mtof;
> #P newex 59 114 29 9109513 saw~;
> #P newex 70 150 28 9109513 *~ 0.;
> #P newex 59 50 69 9109513 notein;
> #P comment 14 187 48 9109513 start/stop;
> #P fasten 3 0 2 0 64 141 75 141;
> #P connect 1 0 4 0;
> #P fasten 2 0 6 0 75 206 76 206;
> #P fasten 2 0 6 1 75 206 94 206;
> #P fasten 7 0 6 0 32 232 76 232;
> #P fasten 8 0 6 0 48 232 76 232;
> #P connect 5 0 2 1;
> #P connect 1 1 5 0;
> #P connect 4 0 3 0;
> #P window clipboard copycount 9;
>
>
----------------------------------------------------

thanks genious!

Derek Franz's icon

amp
trigger bang to a preset line~ objects thats bangs a message type (0., 1.
200 0 1000.) up down, if you have a velocity controler route it through a
speedlim 333 to message type (0., $1, 200 0 1000) to line~
envelop inbeded sent to *~ object right inlet

pitch
controler 0 127 to mtof to second inlet of pack, mtok also to later to $1
message of pack line~ via message ($1, $2, 30) allows glide to cycle~ or
saw~ object to *~ left inlet
*~ to DAC~