JSyn      ----     Java Audio
Synthesis API
SynthSample
- 
Sequential access array used by SampleReader_16F1, SampleReader_16V1, SampleWriter_16F1.
- 
Can be read from AIFF or WAV files. WAV files can be generated.
- 
Stored in fixed point 1.15 format.
- 
Segments of sample data can be queued for reading or writing.
- 
Segment at end of queue can be optionally looped if no more data.
- 
Example of queuing an attack and a sustain loop:
sampler.samplePort.queue( mySamp, 0, attackSize );
sampler.samplePort.queueLoop( mySamp, loopStart, loopSize );
Sample based streaming for disk based record and playback, or Java synthesis.
 [TOP]  [PREVIOUS] 
[NEXT]
Visit the JSyn or SoftSynth
home pages.