audiopanel hscript command
Changes parameters of the audio pane.
Usages
audiopanel [-s | -t | -o] [-m mode] [-a audiofile] [-f audioframe] [-O audiooffset]
Note | If you run audiopanel with no arguments, the current settings are printed. |
Options
-s o name | Sets the CHOP menu. |
-s r on|off | Sets scrub repeat on or off. |
-s s value | Sets the scrub sustain value. |
-s f frequency | Sets the scrub rate value. |
-t p reverse|stop|play | Sets the test play direction. |
-t l on|off | Sets test looping on or off. |
-t r on|off | Sets test rewind on or off. |
-o m on|off | Sets mono on or off. |
-o t on|off | Sets volume tied on or off. |
-o u on|off | Sets meter on or off. |
-o l value | Sets the left volume. |
-o r value | Sets the right volume. |
-o d 0 | Turn off audio. |
-o d 1 | Time line mode. |
-o d 2 | Time slice mode. |
-o d 3 | Test mode. |
-m [0|1] | Selects the input source: 0 for CHOPs, 1 for Audio files. |
-a filename | Sets the audio file to filename |
-f audio frame | Sets the frame to sync the audio to. The audio offset is synchronized to this frame. |
-O audio offset | Sets the offset, in seconds, from the the beginning of the audio file to the audio frame. |
Replaced by
Replaced by hou.audio.setChopMenu, hou.audio.setScrubSustain, hou.audio.setMono, hou.audio.setAudioFileName, hou.audio.setLeftVolume, hou.audio.setAudioOffset, hou.audio.useTestMode, hou.audio.setLooping, hou.audio.turnOffAudio, hou.audio.useTimeLineMode, hou.audio.useChops, hou.audio.setScrubRepeat, hou.audio.setRewind, hou.audio.setRightVolume, hou.audio.setAudioFrame, hou.audio.setFrequency, hou.audio.setVolumeTied, hou.audio.reverse, hou.audio.useTimeSliceMode, hou.audio.useAudioFile, hou.audio.setMeter, hou.audio.stop, hou.audio.play
