Search found 2 matches

by imeixner
Sun Jan 25, 2015 4:22 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: QB64 sound 0,0
Replies: 3
Views: 8841

Re: QB64 sound 0,0

Exactly! Here is my program: The frequency is varyied by the cursor-keys: page up/down: 1 oktave cursor right/left: 1 halftone cursor up/down: 1/12 of a halftone REM Frequenzvergleich CLS GOSUB kopf farbe = 3 meldg$ = "Frequenz „ndern: Pfeil- und Bildtasten; Pause: Leertaste; Ende: Esc" GO...
by imeixner
Sat Jan 24, 2015 4:43 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: QB64 sound 0,0
Replies: 3
Views: 8841

QB64 sound 0,0

I have to generate a continuous tone and to vary the frequency per cursor-keys. The only way is to generate a longer sound and to stop it, if a key is pressed. In QBASIC it works if I generate this tone for example by "sound 400,10000". If a key is pressed, I stop this tone by "sound ...