rometotalw Posted June 2, 2011 Posted June 2, 2011 Is it possible to import some music in autocad? I've made a piano for school but now i want to import some music. If i click on a button, that button gives a sound. Like the 'do' will give the 'do' sound Quote
alanjt Posted June 2, 2011 Posted June 2, 2011 You could hyperlink each key to a separate file. Otherwise, you're going to need some code. Quote
rometotalw Posted June 3, 2011 Author Posted June 3, 2011 Ok, I did it with hyperlinks. But when will i hear the sound if i click the note? Quote
Jack_O'neill Posted June 3, 2011 Posted June 3, 2011 From the c:prompt, this will start the realplayer and play a song, but I'm not enough of a programmer to get it to work properly from inside autocad. I can get it to go as far as starting the realplayer, but it won't play the song. start realplay.exe /play C:\folder your music is in\file you want to play.wma Maybe one of you vba or lisp gurus can do it, but it's beaten me. I was trying to do this from a toolbar button with the _"shell" command. It will shell to the OS, start the realplayer, but it doesn't find the song. I even put the music directory in the search paths, but it didn't help. Good luck with it! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.