[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LOGO-L> Re: FW: Documentation and comments...



Brian will answer his mail.

> SOUND [RANDOM 10000 100]

Yes RANDOM only takes a list of numbers. But you can build
that list on the fly with a function called LIST.
The problem is not you misunderstanding of SOUND but more
how lists work and are created in Logo.

SOUND (list random 10000 100)

See the second example in the online help of SETPENCOLOR.
It's a common confusion.

Or you might want to have bigger "jumps" between the freq's so
you can hear the differences better.

make "freq (random 20)*1000
SOUND (list :freq 100)

Now try mapping a MOUSE Y position to the freq and the X pos to
the duration. See MOUSEON (you'll have to SCALE and OFFSET)
the X and Y values so that they are within reason for SOUND.

MSWLogo's online help and examples.
Jim's The Great Logo Adventure.
Lot's of stuff on the Web and Logo-l mailing list
And Brians books (See his web page)

Are some of the best sources.

Links to all that information is on MSWLogo's web page.

Bob Gorman wrote:
> 
> George, I'm including this as Brian is on sabattical.
> By the way, I think you've done a fantastic job with MSWLOGO! I spent about half of my career in software quality control, devising testing philosophies and proceedures, and serving on various human engineering boards, etc.
> Keep up the good work!
> Bob Gorman
> 
> -----Original Message-----
> From:   Bob Gorman [SMTP:bgorman@seresc.net]
> Sent:   Tuesday, March 10, 1998 2:25 PM
> To:     'bh@anarres.CS.Berkeley.EDU'
> Subject:        Documentation and comments...
> 
> Brian,
>         My name is Bob Gorman and I've had a career similiar to yours in many ways.
> I worked in the computer industry for 35 years, and have now switched to my true love, teaching.
> I'm teaching at a high school for the emotionally handicapped and learning disabled, and I'm teaching all 4 years, computers and programming. Many of them are dyslexic, and strongly visual and kinesthetic learners. My primary goal is to teach them to think better, and improve their decision making capabilities, but one has to start somewhere.
> 
> Over the years, I've used different Logo's, and read all of Seymour's books, but MSWLOGO is the first one with enough power for some really neat stuff. I've also done a lot of real-time programming in FORTH and of course assembler, and spent many years in software quality management roles. I read your papers on education and agree with your philosophies. Right now I'm teaching in Merrimack, NH. I'm using both LOGO to teach principles and good software discipline, and will add some VBA (Visual Basic for Applications in a few weeks to also give them some commercially useful skills.
> 
> I bought The Great LOGO Adventure, and its nice but is there a more detailed reference manual?
> One that might answer:
>         Is there a multi-line comment facility?
>         Does SOUND require only numbers? (one of my students tried SOUND [RANDOM 10000 100]
>                 and got "mismatch pairs" and UNBOUND error. Where to look up a more detailed                    explaination of exactly what SOUND is expecting?
> 
> Bob Gorman

-- 
===============================================================
George Mills
email: mills@softronix.com
http://www.softronix.com
The www page contains some very powerful educational software.
Our single most important investment is our kids.
---------------------------------------------------------------
Please post messages to the Logo forum to logo-l@gsn.org.  Mail
questions about the list administration to logofdn@gsn.org.  To
unsubscribe send    unsubscribe logo-l    to majordomo@gsn.org.



Global SchoolNet Foundation - Linking Kids Around the World!
Copyright GSN - All Rights Reserved - Comments & Questions
Visit GSN's Global Schoolhouse for more exciting learning resources!
Search our Site - Home