For working with CSounds LPC file data.
Load an LPC file into memory at path with buffer number bufnum.
path |
Path to LPC file. |
buffer |
If bufnum is left empty, one will be allocated for you. |
server |
Defaults to Server.default. |
Loads the information of the LPC file into a buffer for use by the LPCSynth UGens.
buf |
Returns the buffer number LPC data is stored in.
Frees buffer.
thisbuf | |
thisserver | |
thispath |
path |
path |
This uses the fate.lpc file, created with the following command:
lpanal -p 50 -h 300 fate.aiff fate.lpc
Analysis window is 2X the hop size.
a = LPCFile.new(Platform.resourceDir +/+ "sounds/fate.lpc");