Sound - superclass: helper; super-superclass:node - classID: #(180954178, 260300461)
Constructor
sound...Properties
There are no additional properties for Sound.
Variables
WAVsound.filenameGet/set Sound track filename as <string>.
There currently is not a way to perform and Remove Sound via MAXScript
WAVsound.startGet/set Sound track range start time as <time>.
WAVsound.endA read only variable to get the Sound track range end time as a <time> value.
WAVsound.muteGet/set whether Sound track is active as <boolean>.
WAVsound.isPlayingA read only variable that returns whether the Sound track is currently playing as a <boolean> value.
Methods
WAVsound.scrub <interval>Plays back the specified time interval of the Sound track.