Re: [livecode] Live Coding Practice

From: Nick Collins <nc272_at_cam.ac.uk>
Date: Thu, 03 Aug 2006 22:38:46 +0100

great to have you involved Julian,

(the following is SC3 specific)

Last night I tried to prepare History for use, but found it doesn't work
with SynthDef-store

(
SynthDef(\lcsynth1, {arg out=0, amp=0.1, pan=0.0, freq=440, sustain=0.1;
var sound, env;

env=EnvGen.ar(Env([1,0],[sustain]),doneAction:2);

sound=Saw.ar;

Out.ar(out, sound)
}).store;

thisProcess.interpreter.cmdLine
)

which is a property of store/interpreter? This makes it difficult to work
with patterns and History.

best
N





--On 3 August 2006 20:50:28 +0200 Julian Rohrhuber
<rohrhuber_at_uni-hamburg.de> wrote:

>
>> I'm curious to see if we will be any better after a month?
>> Personally, my first three aren't very good, and I got hung up on
>> some technical explorations rather than production. Must do better.
>>
>> If anyone wants to join in the challenge feel free!
>>
>> /f0 and Click Nilson
>
> nice thing!
>
> I've joined you, with a very short piece.
> http://swiki.hfbk-hamburg.de:8888/MusicTechnology/817
>
> maybe we could start History? it would be a great thing to be able to see
> the changes rather than the "holy relics"..
>
> --
>
>
>
>
>
> .
Received on Thu Aug 03 2006 - 21:38:44 BST

This archive was generated by hypermail 2.4.0 : Sun Aug 20 2023 - 16:02:23 BST