csound-expression-opcodes-0.0.4.0: opcodes for the library csound-expression

Safe HaskellNone
LanguageHaskell98

Csound.Typed.Opcode.TableControl

Synopsis

Documentation

ftfree :: Tab -> D -> SE () Source #

Deletes function table.

 ftfree  ifno, iwhen

csound doc: http://csound.com/docs/manual/ftfree.html

ftgen :: Tab -> D -> D -> D -> D -> SE D Source #

Generate a score function table from within the orchestra.

gir  ftgen  ifn, itime, isize, igen, iarga [, iargb ] [...]
gir  ftgen  ifn, itime, isize, igen, iarray

csound doc: http://csound.com/docs/manual/ftgen.html

ftgentmp :: D -> D -> D -> D -> D -> [D] -> SE Tab Source #

Generate a score function table from within the orchestra, which is deleted at the end of the note.

Generate a score function table from within the orchestra, which is optionally deleted at the end of the note.

ifno  ftgentmp  ip1, ip2dummy, isize, igen, iarga, iargb, ...

csound doc: http://csound.com/docs/manual/ftgentmp.html

getftargs :: D -> Sig -> Str Source #

Fill a string variable with the arguments used to create a function table at k-rate.

getftargs writes the arguments used to create a function table to a string variable. getftargs runs both at initialization and performance time.

Sdst  getftargs  iftno, ktrig

csound doc: http://csound.com/docs/manual/getftargs.html

sndload :: Str -> SE () Source #

Loads a sound file into memory for use by loscilx

sndload loads a sound file into memory for use by loscilx.

 sndload  Sfname[, ifmt[, ichns[, isr[, ibas[, iamp[, istrt   \
          [, ilpmod[, ilps[, ilpe]]]]]]]]]

csound doc: http://csound.com/docs/manual/sndload.html