[PD-cvs] pd/src/locale english.tcl,1.1.2.3,1.1.2.4

Mathieu Bouchard matju at users.sourceforge.net
Thu Dec 22 19:37:01 CET 2005


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

Modified Files:
      Tag: devel_0_39
	english.tcl 
Log Message:
phase 2 and 3 for English (trivially)


Index: english.tcl
===================================================================
RCS file: /cvsroot/pure-data/pd/src/locale/Attic/english.tcl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** english.tcl	2 Dec 2005 13:29:03 -0000	1.1.2.3
--- english.tcl	22 Dec 2005 18:36:59 -0000	1.1.2.4
***************
*** 43,46 ****
--- 43,48 ----
    say audio_on "Audio ON"
    say audio_off "Audio OFF"
+   say test_audio_and_midi "Test Audio and MIDI"
+   say load_meter "Load Meter"
  
  say window "Window"
***************
*** 59,60 ****
--- 61,273 ----
  say meters "Meters"
  say io_errors "IO Errors"
+ 
+ ### phase 2
+ 
+ say_namespace summary {
+   say_category IEMGUI
+   say bng    "Bang Box"
+   say tgl    "Toggle Box"
+   say nbx    "Number Box (IEM)"
+   say hsl    "Slider (Horizontal)"
+   say vsl    "Slider (Vertical)"
+   say hradio "Choice Box (Horizontal)"
+   say vradio "Choice Box (Vertical)"
+   say cnv    "Canvas (IEM)"
+   say dropper "Drag-and-Drop Box"
+   say vu     "Vumeter"
+ 
+   say_category GLUE
+   say bang "output a bang message"
+   say float "store and recall a number"
+   say symbol "store and recall a symbol"
+   say int "store and recall an integer"
+   say send "send a message to a named object"
+   say receive "catch sent messages"
+   say select "test for matching numbers or symbols"
+   say route "route messages according to first element"
+   say pack "make compound messages"
+   say unpack "get elements of compound messages"
+   say trigger "sequence and convert messagess"
+   say spigot "interruptible message connection"
+   say moses "part a numeric stream"
+   say until "looping mechanism"
+   say print "print out messages"
+   say makefilename "format a symbol with a variable field"
+   say change "remove repeated numbers from a stream"
+   say swap "swap two numbers"
+   say value "shared numeric value"
+ 
+   say_category TIME
+   say delay "send a message after a time delay"
+   say metro "send a message periodically"
+   say line "send a series of linearly stepped numbers"
+   say timer "measure time intervals"
+   say cputime "measure CPU time"
+   say realtime "measure real time"
+   say pipe "dynamically growable delay line for numbers"
+ 
+   say_category MATH
+   say + "add"
+   say - "substract"
+   say * "multiply"
+   say {/ div} "divide"
+   say {% mod} "division remainder"
+   say pow "exponentiate"
+   say == "equal?"
+   say != "not equal?"
+   say > "more than?"
+   say < "less than?"
+   say >= "not less than?"
+   say <= "not more than?"
+   say &  "bitwise conjunction (and)"
+   say |  "bitwise disjunction (or)"
+   say && "logical conjunction (and)"
+   say || "logical disjunction (or)"
+   say mtof "MIDI to Hertz"
+   say mtof "Hertz to MIDI"
+   say powtodb "Watts to dB"
+   say dbtopow "dB to Watts"
+   say rmstodb "Volts to dB"
+   say dbtorms "dB to Volts"
+   say {sin cos tan atan atan2 sqrt} "trigonometry"
+   say log "Euler logarithm"
+   say exp "Euler exponential"
+   say abs "absolute value"
+   say random "random"
+   say max "greater of two numbers"
+   say min "lesser of two numbers"
+   say clip "force a number into a range"
+ 
+   say_category MIDI
+   say {notein ctlin pgmin bendin touchin polytouchin midiin sysexin} "MIDI input"
+   say {noteout ctlout pgmout bendout touchout polytouchout midiout}  "MIDI output"
+   say makenote "schedule a delayed \"note off\" message corresponding to a note-on"
+   say stripnote "strip \"note off\" messages"
+ 
+   say_category TABLES
+   say tabread "read a number from a table"
+   say tabread4 "read a number from a table, with 4 point interpolation"
+   say tabwrite "write a number to a table"
+   say soundfiler "read and write tables to soundfiles"
+ 
+   say_category MISC
+   say loadbang "bang on load"
+   say serial "serial device control for NT only"
+   say netsend "send messages over the internet"
+   say netreceive "receive them"
+   say qlist "message sequencer"
+   say textfile "file to message converter"
+   say openpanel "\"Open\" dialog"
+   say savepanel "\"Save as\" dialog"
+   say bag "set of numbers"
+   say poly "polyphonic voice allocation"
+   say {key keyup} "numeric key values from keyboard"
+   say keyname "symbolic key name"
+ 
+   say_category "AUDIO MATH"
+   foreach word {+ - * /} {say $word~ "[say $word] (for signals)"}
+   say max~ "supremum of signals"
+   say min~  "infimum of signals"
+   say clip~ "constrict signal to lie between two bounds"
+   say q8_rsqrt~ "cheap reciprocal square root (beware -- 8 bits!)"
+   say q8_sqrt~ "cheap square root (beware -- 8 bits!)"
+   say wrap~ "wraparound (fractional part, sort of)"
+   say fft~ "complex forward discrete Fourier transform"
+   say ifft~ "complex inverse discrete Fourier transform"
+   say rfft~ "real forward discrete Fourier transform"
+   say rifft~ "real inverse discrete Fourier transform"
+   say framp~ "output a ramp for each block"
+   foreach word {mtof ftom rmstodb dbtorms rmstopow powtorms} {
+     say $word~ "[say $word] (for signals)"
+   }
+ }
+ 
+ ### phase 3
+ 
+ say_namespace summary {
+   say_category "AUDIO GLUE"
+   say dac~ "audio output"
+   say adc~ "audio input"
+   say sig~ "convert numbers to audio signals"
+   say line~ "generate audio ramps"
+   say vline~ "deluxe line~"
+   say threshold~  "detect signal thresholds"
+   say snapshot~ "sample a signal (convert it back to a number)"
+   say vsnapshot~ "deluxe snapshot~"
+   say bang~ "send a bang message after each DSP block"
+   say samplerate~ "get the sample rate"
+   say send~ "nonlocal signal connection with fanout"
+   say receive~ "get signal from send~"
+   say throw~ "add to a summing bus"
+   say catch~ "define and read a summing bus"
+   say block~ "specify block size and overlap"
+   say switch~ "switch DSP computation on and off"
+   say readsf~ "soundfile playback from disk"
+   say writesf~ "record sound to disk"
+ 
+   say_category "AUDIO OSCILLATORS AND TABLES"
+   say phasor~ "sawtooth oscillator"
+   say {cos~ osc~} "cosine oscillator"
+   say tabwrite~ "write to a table"
+   say tabplay~ "play back from a table (non-transposing)"
+   say tabread~ "non-interpolating table read"
+   say tabread4~ "four-point interpolating table read"
+   say tabosc4~ "wavetable oscillator"
+   say tabsend~ "write one block continuously to a table"
+   say tabreceive~ "read one block continuously from a table"
+ 
+   say_category "AUDIO FILTERS"
+   say vcf~ "voltage controlled filter"
+   say noise~ "white noise generator"
+   say env~ "envelope follower"
+   say hip~ "high pass filter"
+   say lop~ "low pass filter"
+   say bp~ "band pass filter"
+   say biquad~ "raw filter"
+   say samphold~ "sample and hold unit"
+   say print~ "print out one or more \"blocks\""
+   say rpole~ "raw real-valued one-pole filter"
+   say rzero~ "raw real-valued one-zero filter"
+   say rzero_rev~ "[say rzero~] (time-reversed)"
+   say cpole~ "[say rpole~] (complex-valued)"
+   say czero~ "[say rzero~] (complex-valued)"
+   say czero_rev~ "[say rzero_rev~] (complex-valued)"
+ 
+   say_category "AUDIO DELAY"
+   say delwrite~ "write to a delay line"
+   say delread~ "read from a delay line"
+   say vd~ "read from a delay line at a variable delay time"
+ 
+   say_category "SUBWINDOWS"
+   say pd "define a subwindow"
+   say table "array of numbers in a subwindow"
+   say inlet "add an inlet to a pd"
+   say outlet "add an outlet to a pd"
+   say  inlet~  "[say inlet] (for signal)"
+   say outlet~ "[say outlet] (for signal)"
+ 
+   say_category "DATA TEMPLATES"
+   say struct "define a data structure"
+   say {drawcurve filledcurve} "draw a curve"
+   say {drawpolygon filledpolygon} "draw a polygon"
+   say plot "plot an array field"
+   say drawnumber "print a numeric value"
+ 
+   say_category "ACCESSING DATA"
+   say pointer "point to an object belonging to a template"
+   say get "get numeric fields"
+   say set "change numeric fields"
+   say element "get an array element"
+   say getsize "get the size of an array"
+   say setsize "change the size of an array"
+   say append "add an element to a list"
+   say sublist "get a pointer into a list which is an element of another scalar"
+   say scalar "draw a scalar on parent"
+   
+   say_category "OBSOLETE"
+   say scope~ "(use tabwrite~ now)"
+   say namecanvas "" ;# what was this anyway?
+   say template "(use struct now)"
+ }
+ 
+ say cannot "can't"





More information about the Pd-cvs mailing list