[PD-cvs] pd/src/locale english.tcl,1.1.2.7,1.1.2.8

Mathieu Bouchard matju at users.sourceforge.net
Sun Apr 23 11:47:20 CEST 2006


Update of /cvsroot/pure-data/pd/src/locale
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3490

Modified Files:
      Tag: devel_0_39
	english.tcl 
Log Message:
phase 4


Index: english.tcl
===================================================================
RCS file: /cvsroot/pure-data/pd/src/locale/Attic/english.tcl,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** english.tcl	21 Apr 2006 01:44:04 -0000	1.1.2.7
--- english.tcl	23 Apr 2006 09:47:17 -0000	1.1.2.8
***************
*** 272,277 ****
--- 272,332 ----
  }
  
+ # phase 4 (pdrc)
+ 
+ say section_audio "Audio"
+   say -r "sample rate"
+   say -audioindev "audio in devices"
+   say -audiooutdev "audio out devices"
+   say -inchannels "audio input channels (by device, like \"2\" or \"16,8\")"
+   say -outchannels "number of audio out channels (same)"
+   say -audiobuf "specify size of audio buffer in msec"
+   say -blocksize "specify audio I/O block size in sample frames"
+   say -sleepgrain "specify number of milliseconds to sleep when idle"
+   say -nodac "suppress audio output"
+   say -noadc "suppress audio input"
+   say audio_api_choice "Audio API"
+     say default "default"
+     say -alsa "use ALSA audio API"
+     say -jack "use JACK audio API"
+     say -mmio "use MMIO audio API (default for Windows)"
+     say -portaudio "use ASIO audio driver (via Portaudio)"
+     say -oss "use OSS audio API"
+   say -32bit "allow 32 bit OSS audio (for RME Hammerfall)"
+ 
+ say section_midi "MIDI"
+   say -nomidiin "suppress MIDI input"
+   say -nomidiout "suppress MIDI output"
+   say -midiindev  "midi in device list; e.g., \"1,3\" for first and third"
+   say -midioutdev "midi out device list, same format"
+ 
+ say section_externals "Externals"
+   say -path     "add to file search path"
+   say -helppath "add to help file search path"
+   say -lib      "load object library(s)"
+ 
+ say section_gui "Gooey"
+   say -nogui "suppress starting the GUI (caution)"
+   say -guicmd "substitute another GUI program (e.g., rsh)"
+   say -console "console scrollback lines (0 = disable console)"
+   say -look "folder containing buttonbar icons"
+   say -statusbar "enable statusbar"
+   say -font "specify default font size in points"
+ 
+ say section_other "Other"
+   say -open "open file(s) on startup"
+   say -verbose "extra printout on startup and when searching for files"
+   say -d "debug level"
+   say -noloadbang "disable the effect of \[loadbang\]"
+   say -send "send a message at startup (after patches are loaded)"
+   say -listdev "list audio and MIDI devices upon startup"
+   say -realtime "use real-time priority (needs root privilege)"
+ 
+ # phase 5
+ 
  say cannot "can't"
  say cancel "Cancel"
  say apply  "Apply"
  say ok     "OK"
+ say popup_open "Open"
+ say popup_properties "Properties"
+ say popup_help "Help"





More information about the Pd-cvs mailing list