Sketchyphysics sound sets (UPDATED)apr.5@10:42AM
-
Ah, the problem with garageband is that it records until the end of the last measure (mostly it's used for songs), so it records for a few extra seconds. It was never a problem for me though, because my mac can play as many sounds as a time as I want. I tried playing the explosion sound on a 1 frame basis once, the sound keeps playing even after the next one starts, and let's just say it was a bit loud
-
Well that is very good news. I can code up a playsound replacement on Win that should be much closer to that.
On solution to sounds I have been working on is to use MIDI. Both Win and Mac come with a very large patch set of sounds.
http://www.midi.org/techspecs/gm1sound.php
Maybe omething like:
playnote(instrument,note)
playnote("gunshot","C3")
playnote("bongo","C3") -
You'd still allow the current way of using our own sounds too, right?
-
Oh sure. I have the embedded sounds working and I am working on a PC wrapper for the better playsound. It will also support .MP3 in addition to .WAV.
-
... m4a?
-
I dont think so. The Sketchup docs say just mp3 and wav.
-
that sounds folder is not in my sketchyphysics3 folder
-
@xblackbirdx said:
that sounds folder is not in my sketchyphysics3 folder
β¦ It should be, if you have sketchyphysics3 rc1 or later.
-
well its not there can u give ur install?
w8 a minute rc1? whats that??
UPDATE: nevermind i got it!!
but... i don't know how to use the sounds...
-
@cphillips said:
Oh sure. I have the embedded sounds working and I am working on a PC wrapper for the better playsound. It will also support .MP3 in addition to .WAV.
how do i import sounds?
Advertisement