Funny !
This brightens my day....
Search found 80 matches
- Tue Sep 02, 2025 11:39 am
- Forum: BASIC programs
- Topic: Yet another clock
- Replies: 7
- Views: 561
- Flag:
- Sun Mar 16, 2025 4:41 pm
- Forum: BASIC programs
- Topic: Solar System
- Replies: 19
- Views: 804252
- Flag:
Re: Solar System
Where should these missing next and endif''s be inserted....?
- Fri Jun 14, 2024 2:19 pm
- Forum: BASIC programs
- Topic: Largo from 5th pi comc. J.S.Bach
- Replies: 0
- Views: 15433
- Flag:
Largo from 5th pi comc. J.S.Bach
This is the beautiful Largo from Piano Concerto no 5 in F minor (BWV 1056)
Use external speakers or earphones for better sound.
Use external speakers or earphones for better sound.
- Mon Jun 10, 2024 5:16 pm
- Forum: BASIC programs
- Topic: Chopin' Minute Waltz
- Replies: 1
- Views: 6650
- Flag:
Chopin' Minute Waltz
For pleasant sound use external speakers or earphones.
- Wed Jun 05, 2024 8:21 am
- Forum: BASIC programs
- Topic: MENUET in G
- Replies: 0
- Views: 15596
- Flag:
MENUET in G
Menuet in G , Beethoven.
Use external Speakers or Earphones
Use external Speakers or Earphones
- Thu May 30, 2024 12:50 pm
- Forum: BASIC programs
- Topic: EIGHT QUEENS PUZZLE
- Replies: 0
- Views: 15796
- Flag:
EIGHT QUEENS PUZZLE
An old puzzle solved with backtracking
- Mon May 27, 2024 12:57 pm
- Forum: BASIC programs
- Topic: 3 Remarks on NOTES
- Replies: 5
- Views: 18542
- Flag:
Re: 3 Remarks on NOTES
Sorry Dutchman ! Because of new insights ("voortschrijdend inzicht" ) I'd like to withdraw my latest partly erroneous remarks on NOTES. Instead i prefer these. NOTES TEMPO nnn sets the tempo for the music (new or loaded) to be played by the subsequent NOTES PLAY command. NOTES TEMPO, when issued dur...
- Fri May 24, 2024 8:38 pm
- Forum: BASIC programs
- Topic: Black and White Rag
- Replies: 0
- Views: 16114
- Flag:
Black and White Rag
Winifred Attwel made this rag famous !
- Fri May 24, 2024 11:11 am
- Forum: BASIC programs
- Topic: 3 Remarks on NOTES
- Replies: 5
- Views: 18542
- Flag:
Re: 3 Remarks on NOTES
Two other remarks on NOTES. 1. The command NOTES TEMPO nn must preceed the NOTES SET m$ command. If this condition is met, the NOTES_LENGTH() value is correct. My 2nd remarks on my previous post is only correct if this condition is not met. 2. Unlike Volumechange, there is no possibility to change T...
- Wed May 22, 2024 2:40 pm
- Forum: BASIC programs
- Topic: 3 Remarks on NOTES
- Replies: 5
- Views: 18542
- Flag:
3 Remarks on NOTES
1. The instrument choice ("nn:") only takes effect AFTER the next note (or rest). 2. The playing time (notes-length) is based on tempo 120. If the tempo changes, the duration must be corrected by the factor 120/tempo. 3. The notesplaying condition does not indicate whether the music has ended, but w...