< previous page ][ next page > [ back] [ back to #library listing] |
Ligne(zik)
returns a ligne embedding the musical data zik zik may be a phrase, a score or a ligne (returned, then) Related topics: ligne
LigneToCirs(lig)
returns an ordered list of all circles defined in the "inter" and "rac" fields of ligne lig
See:
LigneToSegs
DeconLigne
ReconLigne
Related topics: ligne circle
LigneToSegs(lig)
returns an ordered list of all segments defined in the "inter"
and "rac" fields of ligne lig
See:
LigneToCirs
DeconLigne
ReconLigne
Related topics: ligne segment
LineP(wid,sz,mode)
draw a dotted line in window wid
mode is STORE, XOR or CLEAR (defaults to STORE)
See:
LinePAB
Related topics: graphics
LinePAB(wid, a, b, ...)
draw a dotted line between point a and b in window b
(a and b coordinates are expressed in GeoMaestro units)
!! --> wid must be a window inheriting wGMw methods
See:
LineP
Related topics: graphics GUI
Lissajous(t, rx, ry, nx, ny)
... to be used with ParaPiste ...
defines a Lissajous curve relatively to CentrePolaire:
-> x = rx*sin(nx*t)
-> y = ry*sin(ny*t)
See:
ParaPiste
Related topics: piste math
List2Ar(list)
transforms a string listing numbers into an array of floats
ex:
List2Ar("2.5 12 2.32") -> [0=2.5, 1=12, 2=2.32]
supported separators are " ,;:\t\r\n"
See:
Ar2List
Related topics: array string list programming
ListArray(...)
returns an array whose items are the n arguments
and indexes are integers, from 0 to n-1
See:
arraylist
Related topics: array list
ListIndexes(arr {,sf})
returns a list of all indexes in array arr
if sf is 1 (default is 0), the list is sorted
ex: ListIndexes(["a"=10,"b"=[]]) is [0="a",1="b"]
See:
ListArray
Related topics: list
ListVAR({regexp})
lists at the console the variables in GVARS whose names contain the regular
expression regexp
if no argument, lists all registered variables
Related topics: GVARS
ListenKeyboards()
See:
Related topics:
ListenMidiIn({mode})
See:
Related topics:
LoadEv(fnom {, dir})
read the Ev scene in file fnom (extension ".df")
if dir (directory) is not specified, look for fnom in DEFDIR
See:
WriteEv
Related topics: event file
LoadVAR(fname, mode)
merges into GVARS the content of file fname (extension ".var")
if mode is 0, the current value for common items is kept
if mode is 1, the file values override the current ones
See:
SaveVAR
LoadVAR
Related topics: GVARS
LocalChords(ph {, nch{, stn{, keepvolf}}})
replace each note n in ph with a chord made out of the nch notes
stn away from n (stn is an integer, it can be negative)
by default nch is 2 and stn is 1, so that each note is made into
a chord by merging the two next notes in the phrase
if keepvolf is 1, the initial volume attributes are divided by nch+1
if keepvolf is 0, the volume attributes are not changed (default)
if keepvolf is between 0 and 1, the volume attributes are calculated
so that keepvolf is the volume ratio for the initial note in the chord
MEval(codestring {, str1, val1 {, str2, val2 {,..}}})
Multi-variables mode for Eval
Same syntax and usage as Eval, but this time an array is returned containing the values
for all optional parameters after evaluation (along with the evaluation result)
Example:
r = MEval("n+yo+bof;n+=3;bof=[]","n",1,"yo",2,"bof",3)
returns the following value for r: [1=6,"bof"=[],"n"=4,"yo"=2]
... be careful not to use strings that matches a pattern within "T_a_b_f__" or MEval
will fail ! (I know, this is not really clean :) )
See:
Eval
Related topics: programming
MHide(mcomm)
adds an invisibility flag to mark comment mcomm
Related topics: marks
MInvisible(m, marks)
test weither mark m in marks is invisible
Related topics: marks
MPlusP(f, a, b)
returns vector (point) f*a+b, where f is a float, a and b points
See:
PlusP
PBetween
Related topics: point
MakeCtrlIMap()
Build CtrlIMap so that it is synchronized with the current CtrlMap
See:
InitCtrlMaps
Related topics: controller
< previous page ][ next page > [
back] [
back to #library listing]