| View previous topic :: View next topic |
| Author |
Message |
h4xx0r n00bl37
Joined: 14 Mar 2008 Posts: 58
|
Posted: Wed Apr 09, 2008 12:33 am Post subject: In SoundBeep what is the frequency measured in? |
|
|
| Khz? |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Apr 09, 2008 12:34 am Post subject: |
|
|
 |
|
| Back to top |
|
 |
h4xx0r n00bl37
Joined: 14 Mar 2008 Posts: 58
|
Posted: Wed Apr 09, 2008 12:48 am Post subject: |
|
|
 |
|
| Back to top |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 1219
|
Posted: Wed Apr 09, 2008 5:18 am Post subject: |
|
|
I'm not sure the exact relationship between Soundbeep's pitch param and actual notes, however there is an AHK piano script that seems to be definitive regarding what notes correspond to what numbers. _________________ My Home Thread
More Common Answers: 1. It's in the FAQ 2. Ternary ( ? : ) guide 3. Post code with [code][/code] tags |
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 2589 Location: Australia, Qld
|
Posted: Wed Apr 09, 2008 5:59 am Post subject: |
|
|
SoundBeep corresponds directly to Beep.
| MSDN wrote: | dwFreq
The frequency of the sound, in hertz. This parameter must be in the range 37 through 32,767 (0x25 through 0x7FFF). |
|
|
| Back to top |
|
 |
Z Gecko Guest
|
Posted: Wed Apr 09, 2008 6:19 am Post subject: |
|
|
| Here i posted a little funtion that helps calculating the frequency for soundbeep. |
|
| Back to top |
|
 |
|