Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - warren

Pages: [1]
1
QB64 Discussion / Re: _SNDPLAYCOPY
« on: May 15, 2018, 02:10:06 pm »
Fellippe you are right!  after trying a little longer wav file the volume was much higher(still reduced some). Is this effect a condition of QB64 or my computer?  Beep and Sound cmds don't interfere with each other only sndplayer. Any idea about how to work around the feature? ... warren

2
QB64 Discussion / Re: _SNDPLAYCOPY
« on: May 15, 2018, 01:26:11 pm »
little more info:QB64 1.2, WIN7

Handle& = _SNDOPEN(PATH$ + "CLICK.WAV")
IF Handle& = 0 THEN  END

1:
_SNDPLAYCOPY Handle&, 1   
BEEP
SOUND 0,1
_DELAY 1
GOTO 1

After first wav play (64 ms long), vol = ~10% when a Beep or Sound cmd is operated. volume of wav remains low. Handle&=1.

thanks. warren.


3
QB64 Discussion / _SNDPLAYCOPY
« on: May 15, 2018, 11:32:58 am »
Playing small wav works fine until a Beep or Sound is executed and then the volume of the wav play is drastically reduced. Anyone know what's wrong. Win7 sys and nothing is found wrong.   

4
QB64 Discussion / Re: Screen Calculator / Calc 7
« on: March 12, 2018, 02:51:49 am »
LOL I'm no judge of time but do try. -warren

5
QB64 Discussion / Re: Screen Calculator / Calc 7
« on: March 11, 2018, 06:46:21 pm »
Working out the use of INFIX/RPN to process '( )'.  Can't think of a way to use QB64. Nice 1 button 10 memory save/recall scheme and automatic record, plus automatic restore of previous data when quitting to resume.
Really a lot of fun/work. Thanks for your interest. -warren

6
QB64 Discussion / Re: Screen Calculator / Calc 7
« on: March 02, 2018, 03:56:37 pm »
PUT puts current calculator info on clipboard and GET recovers it, so you can quit and later restore to continue. - warren

7
QB64 Discussion / Re: Screen Calculator / Calc 7
« on: March 02, 2018, 03:33:00 pm »

Thanks for your help. Must say this site is far more complicated than QB64.. :0)
Hope to have something worth offering soon. It's a shot in the dark but will attach a screen shot.
later. -warren

8
QB64 Discussion / Screen Calculator / Calc 7
« on: February 27, 2018, 09:01:16 pm »


Creating an attractive windows calculator to offer free with source. Written in QB/QB64 using QB64 on a Win7 machine.
After validation & verification would like to make it available. Simple but crafted. Could it be done on this site? --warren

Pages: [1]