Post Reply 
My first program on HP-50g - Music.
06-10-2021, 01:08 AM
Post: #17
RE: My first program on HP-50g - Music.
(06-09-2021 02:51 PM)Hlib Wrote:  Have you tried code like << { Hz1 Hz2 Hz3 ... } { time1 time2 time3 ... } BEEP >> ? IMO, this is much more efficient. This syntax was added to C. BASIC for CASIO FX by analogy with the hp-50g.
That's great way to use list processing. I have wrote code like << { Hz1 Hz2 Hz3 ... } time BEEP >> But I haven't known that kind of code working.

And anyone can rewrite this code shorter?
Code:
<< 440 1 BEEP 1 WAIT 440 1 BEEP >>
If I can use WAIT in code more efficiently, then we can make better music

S.Korean / HP-50G | fx-570EX | fx-570CW | HP-200LX
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: My first program on HP-50g - Music. - BINUBALL - 06-10-2021 01:08 AM



User(s) browsing this thread: 1 Guest(s)