csound-expression-opcodes-0.0.2: 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://www.csounds.com/manual/html/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 ] [...]

csound doc: http://www.csounds.com/manual/html/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://www.csounds.com/manual/html/ftgentmp.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://www.csounds.com/manual/html/sndload.html