=== Top of the Swiki === Attachments ===

Craig Anderson


I'm a longtime C/Unix developer, currently writing C++ code embedded in lab equipment. I'd like to develop squeak skills for prototyping. Squeak is fun. mailto:craigha@home.com

Check out the thread Re: Linux and Smalltalk.
http://x11.dejanews.com/dnquery.xp?search=thread&svcclass=dncurrent&threaded=1&ST=PS&CONTEXT=910546686.619970670&HIT_CONTEXT=910546686.619970670&HIT_NUM=1&recnum=%3c36434931.F60FA266@keyww.com%3e%231/2

I should learn some HTML, that URL looks nasty, but it works!

10/31/99 On my win98 I just did
scale
scale_OrderedCollection new.
scale addAll:
  1. ( (c4 1 500) (d4 1 500) (e4 1 500) (f4 1 500) (g4 1 500) (a4 1 500) (b4 1 500) (c5 1 500) ).
(AbstractSound noteSequenceOn: PluckedSound new from: scale) play