< previous page ][ next page > [ back] [ back to #library listing] |
man(strf)
looks in all files in the Keypath for a function or class called strf and displays all documentation it finds related to this function if no documentation is provided in the source (by the mean of the #name, #usage, #desc, #see and #topics keywords), man() will at least display the first line of the code
See:
seecode
funclist
functopic
Related topics: help
midicps(cps)
converts cycle-per-seconds (Hz) to midi
See:
midipch
pchmidi
midioct
octmidi
cpsmidi
midicps
cpspch
pchcps
Related topics: csound
midimidi(m)
converts midi to midi... don't laugh ! it makes things easier at times :)
See:
midipch
pchmidi
midioct
octmidi
cpsmidi
midicps
cpspch
pchcps
midioct(oct)
converts oct format to midi
See:
midipch
pchmidi
midioct
octmidi
cpsmidi
midicps
cpspch
pchcps
Related topics: csound
midipch(pch)
converts pch format to midi
See:
pchmidi
midioct
octmidi
cpsmidi
midicps
cpspch
pchcps
Related topics: csound
mkmenu_Achoice(o,po,item,arr,nextmenu,...)
...not documented yet...
See:
mkmenu_Tchoice
Related topics: menu programming
mkmenu_Nrange(o,po,item,n1,n2,nextmenu,...)
...not documented yet...
See:
mkmenu_Achoice
Related topics: menu programming
mkmenu_Tchoice(o,po,item,arr,subsep)
...not documented yet...
See:
mkmenu_Achoice
Related topics: menu programming
octmidi(midinum)
converts midi to oct format
See:
midipch
pchmidi
midioct
octmidi
cpsmidi
midicps
cpspch
pchcps
Related topics: csound
pchcps(cps)
converts cps to pch
See:
midipch
pchmidi
midioct
octmidi
cpsmidi
midicps
cpspch
pchcps
Related topics: csound
pchmidi(midinum)
converts midi to pch format
See:
midipch
midioct
octmidi
cpsmidi
midicps
cpspch
pchcps
Related topics: csound
phchord(ph, typ {, toffs {, voffs}})
replaces each note n in ph with chord(n, typ), keeping the channel attribute.
the optional parameters toffs and voffs define the range for random offsets
in time and volume atributes for the newly created notes only (their time is
always incremented, while their volume is randomly decreased or increased)
See:
chord
rand01()
return a random float in the range 0,1
See:
rand
rand1m1
Related topics: math
rand1m1()
return a random float in the range -1,1
See:
rand
rand01
Related topics: math
scalength(phrase,length)
Scale the phrase to the specified length by expanding it length-wise,
adjusting both the time and duration of the notes.
(this is actally scaleng(), with a bug fix...)
See:
scaphrase
scaphrase(ph,lng)
scales phrase ph to length lng by only changing time attributes; the durations
are not modified.
See:
scalength
seecode()
opens the text editor and displays the *.k file containing the code
for the last function successfully queried by a man() call
See:
man
funclist
functopic
Related topics: help
split_outquotes(str, reg)
similar to split(str, reg), but do not take into account
double-quoted parts in str:
split("1 2 \"3 4\"", " ")
returns [0="1",1="2",3=""3",4="4""]
while split_outquotes("1 2 \"3 4\"", " ")
returns [0="1",1="2",3=""3 4""]
Related topics: string array
strcrop(str, n)
returns string str minus its last chunk of n characters
See:
strend
Related topics: string
strend(str, n)
returns the last chunk of n characters in string str
See:
strcrop
Related topics: string
< previous page ][ next page > [
back] [
back to #library listing]