summaryrefslogtreecommitdiff
path: root/ws.rb
diff options
context:
space:
mode:
authorAlessio Treglia <quadrispro@ubuntu.com>2010-01-08 18:21:56 +0100
committerAlessio Treglia <quadrispro@ubuntu.com>2010-01-08 18:21:56 +0100
commitf369f1bdb2b9efc5b7ed3b74a0b4b51642086e18 (patch)
tree67d9e1386cd8c7b0fae976ca5c426dc43f54ed15 /ws.rb
parent8b022ab680a3f5e374a44f2c05c1671cfb2bc799 (diff)
Imported Upstream version 11.2
Diffstat (limited to 'ws.rb')
-rw-r--r--ws.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/ws.rb b/ws.rb
index ae20616..6956997 100644
--- a/ws.rb
+++ b/ws.rb
@@ -412,7 +412,7 @@ __ws_verbose__ = $VERBOSE
__ws_debug__ = $DEBUG
# get rid of `undefined variable' messages
with_silence do
- $clm_version = "ruby 26-Nov-2009"
+ $clm_version = "ruby 08-Dec-2009"
$output ||= false
$reverb ||= false
$clm_array_print_length ||= 8
@@ -449,7 +449,7 @@ with_silence do
$clm_data_format ||= Mus_lfloat
$clm_header_type ||= Mus_next
$clm_locsig_type ||= Mus_interp_linear
- $clm_output_device ||= Mus_audio_default
+ $clm_output_device ||= 0
$clm_rt_bufsize ||= 512
$clm_srate ||= 44100
end
@@ -495,7 +495,7 @@ module WS
:player $clm_player sndplay
# special with_dac options:
:bufsize $clm_rt_bufsize 512
- :device $clm_output_device Mus_audio_default
+ :device $clm_output_device 0
Usage: with_sound(:play, 1, :statistics, true) do fm_violin end"