SlimShady Posted January 31, 2005 Posted January 31, 2005 (edited) Inspired by this topic, I created 3 morse code functions:- String2Morse- Morse2Str- String2MorsePlayThe last one converts a string to morse and plays it using the PC speaker "beep".I was wrong, the sound will be heard from the regular sound output.There's one thing you need to know.Morse code is case-insensitive. So when you convert morse code to a string, all characters will be uppercased.I created a GUI that shows what these functions can do.In the zip file I attached are included:- Morse_GUI.au3 (GUI script + includes Morse.au3)- Morse.au3 (include script)- Morse_GUI.exe (includes both files above, no need for beta)Edit:- Fixed 2 bugsMorse.zip Edited February 1, 2005 by SlimShady
Josbe Posted January 31, 2005 Posted January 31, 2005 That sounds interesting. Thanks. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
tazdev Posted January 31, 2005 Posted January 31, 2005 I haven't looked but, is there a way to have the MsgBox pop up with text you can highlight and copy off? Then window that shows the morse code could be copied off and pasted into stuff Hmmm, I am gonna look.
SlimShady Posted February 1, 2005 Author Posted February 1, 2005 I haven't looked but, is there a way to have the MsgBox pop up with text you can highlight and copy off? Then window that shows the morse code could be copied off and pasted into stuff Hmmm, I am gonna look.<{POST_SNAPBACK}>I created a GUI script.Download from the the first post.
DirtyBanditos Posted February 1, 2005 Posted February 1, 2005 I created a GUI script.Download from the the first post.<{POST_SNAPBACK}> Hi Slim Shady funny your tool,funny sound maschine on the pc))
SlimShady Posted February 1, 2005 Author Posted February 1, 2005 This is so useless Makes me laugh that you like this
killaz219 Posted February 1, 2005 Posted February 1, 2005 Haha, I havn't seen a unique idea like this on Autoit forums in a while.
pcdestroyer Posted February 1, 2005 Posted February 1, 2005 (edited) hmm nice ... but i cant get it working ... i do it and then i dont hear anything Edited February 1, 2005 by pcdestroyer
SlimShady Posted February 1, 2005 Author Posted February 1, 2005 I have no idea why. Did you receive an error message?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now