Jason (jcreed) wrote,
Jason
jcreed

I have been reading a little about credit networks.

The weather today was frickin' gorgeous.

I had some successes in Programming.

I made a little thing with supercollider+keyboard+cheesy builtin effects on my H4. The supercollider did some randomness which then made drum sounds on the keyboard. The code is just

(p = Pbind(
\type, \midi,
\midicmd, \noteOn,
\midiout, m, // must provide the MIDI target here
\chan, 0,
\degree, Prand([0, 1, 2, 3, 4, 0-1], inf),
\dur, Pwrand([0.5, Pn(0.125, 4)], [0.8, 0.2], inf),
\amp, Pexprand(0.5, 0.6, inf)
).play(quant: 1);)

which is slightly-modified copypasta from the manual, as usual.

Altogether a rather good day.
Tags: supercollider
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments