Search the web
Sign In
New User? Sign Up
rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 33680 - 33709 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33680
Yes,is in Delphi. ... From: johnk20042001 <klaffky2825@...> Subject: [rapidq] Re: RqWork To: rapidq@yahoogroups.com Date: Tuesday, September 30,...
Nastasa Eodor
eodor_nastase
Offline Send Email
Oct 1, 2008
4:25 pm
33681
Hello... Does somebody know how to output sound to audio device? I can play wav file, but I wish to output real time calculated data to sound blaster. like ...
Slavko Kocjancic
slavkok
Offline Send Email
Oct 2, 2008
7:20 am
33682
... [W]arriant uploaded a file in the Audio folder (here at the group) called soundgenerator.bas. It might be just what you are looking for. David ...
burkleyd
Offline Send Email
Oct 2, 2008
8:45 am
33683
... Hello. Not good. I need continous playing and changing. (Like streaming from internet) For example I need continous sine wave for 2 hours duration and this...
Slavko Kocjancic
slavkok
Offline Send Email
Oct 2, 2008
12:55 pm
33684
... Hello. Not good. I need continous playing and changing. (Like streaming from internet) For example I need continous sine wave for 2 hours duration and this...
Slavko Kocjancic
slavkok
Offline Send Email
Oct 2, 2008
12:57 pm
33685
... data to ... from ... this is ... Maybe a fast fix is to download, or make a sinewave WAV file with a fixed frequency and known phase (starting and ending...
johnk20042001
Offline Send Email
Oct 2, 2008
3:45 pm
33686
... From: johnk20042001 <klaffky2825@...> Subject: [rapidq] Re: Sound output To: rapidq@yahoogroups.com Date: Thursday, October 2, 2008, 8:44 AM ... ...
old bob
bbferrier
Offline Send Email
Oct 3, 2008
12:57 am
33687
... From: Slavko Kocjancic <eslavko@...> Subject: Re: [rapidq] Re: Sound output To: rapidq@yahoogroups.com Date: Thursday, October 2, 2008, 5:55 AM ... ...
old bob
bbferrier
Offline Send Email
Oct 3, 2008
1:25 am
33688
... frequencies and time frames you need. Create a midi file and control it with RapidQ's QMIDI. A long tone on a dot mid file would be much smaller than a...
johnk20042001
Offline Send Email
Oct 3, 2008
4:50 am
33689
I want to have my own Help forms that have rich text format files. This is easy with loading an .rtf file into the QRichEdit. But if the .rtf file has a bitmap...
johnk20042001
Offline Send Email
Oct 3, 2008
4:55 am
33690
=== RapidQ List Guidelines === (Updated April 2, 2006) A. Use English, please. This list is an English list. Please try to use English when communicating on...
Christopher W.
c45207
Offline Send Email
Oct 3, 2008
6:07 am
33691
johnk20042001 pravi: snip snip -------- ... As I need to calculate sine on demand the preloaded wav files doesn't work. But the QDXSound have good property to...
Slavko Kocjancic
slavkok
Offline Send Email
Oct 3, 2008
6:42 am
33692
... From: johnk20042001 <klaffky2825@...> Subject: [rapidq] Re: Sound output To: rapidq@yahoogroups.com Date: Thursday, October 2, 2008, 9:50 PM ... ...
old bob
bbferrier
Offline Send Email
Oct 3, 2008
8:14 am
33693
... Hello.. Not good. As I need more than only sine wave. I must use PCM (Wave) output....
Slavko Kocjancic
slavkok
Offline Send Email
Oct 3, 2008
9:00 am
33694
... Why not use an OleContainer with a browser object rather than a RichEdit. HTML is much easier to handle than RTF. If you really like/already have RTF, you...
Jacques
erdemaal
Offline Send Email
Oct 3, 2008
11:28 am
33695
... If you feel up to a challenge... here's some PB code that will need porting. http://www.hellobasic.com/download/richcom.zip There's an .exe included and it...
burkleyd
Offline Send Email
Oct 3, 2008
11:39 am
33696
... &H40, 41, 43, 43 IIRC http://fly.cc.fer.hr/GDM/articles/sndmus/speaker1.html (I did not fully read it) but as said by someone else here it will not work...
Jacques
erdemaal
Offline Send Email
Oct 3, 2008
12:13 pm
33697
... Hello again. I find solution but after all day doesn't have result. I think that Streaming audio should be way to go. Here is what I mean. ...
Slavko Kocjancic
slavkok
Offline Send Email
Oct 3, 2008
2:00 pm
33698
... Ohhh, yeah that would be easy. You guys are right. Now I am off to make sure QOLEContainer works flawlessly under VISTA....
johnk20042001
Offline Send Email
Oct 3, 2008
4:17 pm
33699
... and ... on ... You might look into how to create WAV files on the fly (disk I/O is very fast) and DXSound has the Update command. Also check the QWAVE ...
johnk20042001
Offline Send Email
Oct 3, 2008
4:35 pm
33700
... Yes I give up on DirectX. It's to complicated for me. The best is doing with that code ;-------------- RQ file $include "rapidq.inc" Declare Function...
Slavko Kocjancic
slavkok
Offline Send Email
Oct 3, 2008
5:49 pm
33701
Slavko Kocjancic <eslavko@...> @ 2008-10-03 03:59 AM "Re: [rapidq] Re: Sound output" <48E5DF0D.2010108@...> ... Have you looked at MSDN? Core Audio...
Christopher W.
c45207
Offline Send Email
Oct 3, 2008
6:13 pm
33702
... (lpszName ... If that code does not work (with multiple memorystreams = multiple frequencies, it seems your requirements for NO glitches is too tough for...
johnk20042001
Offline Send Email
Oct 3, 2008
7:02 pm
33703
Trying to build objects that could be passed by reference, i resort on bottom level programming. So, i tried to build little objects to investigate some ways...
msca53
Offline Send Email
Oct 3, 2008
8:16 pm
33704
msca53 <msca53@...> @ 2008-10-03 03:16 PM "[rapidq] Still loving rapidQ" <gc5ui7+klrk@eGroups.com> ... RapidQ is no longer under active development by...
Christopher W.
c45207
Offline Send Email
Oct 3, 2008
10:12 pm
33705
... I'm not sure sure but... will the following code do what you wanted? Be aware of possible line-wrapping. Be aware of probable unwanted space(s). 'Start Of...
burkleyd
Offline Send Email
Oct 3, 2008
11:00 pm
33706
... Hello... Well I'm little update the code. For now works as should be. For now I generate just one variable frequency to test it. This code actualy work. ...
Slavko Kocjancic
slavkok
Offline Send Email
Oct 4, 2008
8:43 am
33707
... Hello... Well I'm little update the code. For now works as should be. For now I generate just one variable frequency to test it. This code actualy work. ...
Slavko Kocjancic
slavkok
Offline Send Email
Oct 4, 2008
9:30 am
33708
... Interesting code. You need a feed back from the Soundcard : there is a RapidQ component named QWAVE, it can return the playing position (easy, I have an...
Jacques
erdemaal
Offline Send Email
Oct 4, 2008
12:26 pm
33709
... Hello.. DoEvents is included in line after the DO statment. (isn't missing) I have tested QWave but isn't useful. I can't get runing from memorystream. So...
Slavko Kocjancic
slavkok
Offline Send Email
Oct 4, 2008
1:07 pm
Messages 33680 - 33709 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help