Re: A few questions
- Posted by Lone_EverGreen_Ranger Sep 20, 2009
- 1311 views
Fendaril said...
1.How would I add music to a euphoria program. Is there an include to do this?
2.How can I save information without using files but still being portable and standalone meaning the end-user does not have to install anything but my program? I want to do this because files can easily be modified. So they aren't secure.
3.If i can't use music what can I do to use and manipulate "beep" frequencies?
You need to use a library to add music to a euphoria program. BASS is good. I don't know question #2.