Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Frequencies = "afhihfhimrrqrtuqrqrtuqrwyzywyz"
Durations = "diaaaaacdebbbbbfbbbbbgdhaaaaad"
Duration = (Asc(Mid$(Durations, Note, 1)) - 96) * 200 - 10
Frequencies = "afhihfhimrrqrtuqrqrtuqrwyzywyz"
Durations = "diaaaaacdebbbbbfbbbbbgdhaaaaad"
Duration = (Asc(Mid$(Durations, Note, 1)) - 96) * 200 - 10
Frequency = E4 * 2 ^ ((Asc(Mid$(Frequencies, Note, 1)) - 96) / 12)
Mid$(Frequencies, Note, 1
Frequency = E4 * 2 ^ ((Asc("a")) - 96) / 12)
Frequency = E4 * 2 ^ (1/12)
Option Explicit
' Add the Windows Media Player control to your app
Private Sub Form_Activate()
Debug.Print wmp.currentMedia.durationString
End Sub
Private Sub Form_Load()
' wmp.URL = App.Path & "\Demo.mp3"
wmp.URL = App.Path & "\amazingr.mid"
End Sub
B(N) = 127 + 127 * Sin(Frequency / wfh.nSamplesPerSec * 2 * Pi * N)