If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Search found 1 match
- Sat Feb 07, 2015 10:25 am
- Forum: General
- Topic: beep (windows system tones)
- Replies: 2
- Views: 19332
Re: beep (windows system tones)
Hi - please see attached for a button that triggers a button sound. I took the standard button, and within the Ruby object, I added:
playSound @soundPath
in the mouseLDown method
and added an input for soundpath, so you can set the wav file outside of the button.
The path is relative, so the ...
playSound @soundPath
in the mouseLDown method
and added an input for soundpath, so you can set the wav file outside of the button.
The path is relative, so the ...