15 Dec
2005
15 Dec
'05
3:39 p.m.
hi, this: sinosc a => dac; a.last => float x; was also my first idea - but it doesnt work. a error occurs: cannot resolve operator '=>' on types '[function]' and 'float'... (i have installed chuck 1.2.0.4.) micha
15 Dec
15 Dec
6:01 p.m.
New subject: 2 questions (Adam Tindale)
You need to use a.last() (it's a method that returns the last value). On Thu, 15 Dec 2005, michael breitenbach wrote:
hi, this:
sinosc a => dac; a.last => float x;
was also my first idea - but it doesnt work. a error occurs:
cannot resolve operator '=>' on types '[function]' and 'float'...
(i have installed chuck 1.2.0.4.)
micha
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
6909
Age (days ago)
6910
Last active (days ago)
2 comments
2 participants
participants (2)
-
michael breitenbach
-
Perry R Cook