Related topics: emacs system
list_function_topics({dispflag {, forceflag {, listing}}})
writes a file used by functopic() to quickly search function names per topics
if dispflag is 1, the list of all topics is displayed at the console
if forceflag is 1, the existing listing is replaced; by default, updating only
occurs if Version or GMVersion has changed since the last time listing was
written.
if listing is given, it overrides the default name: DATA+"Functions.lst"
(but then the file will be ignored by functopic())
See:
man
seecode
funclist
functopic
Related topics: help
lrepeat(phrase,num_times,length)
repeat phrase num_times with offset length
See:
repeat
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