Uses of Class
net.paulhertz.pixelaudio.sampler.PASamplerInstrument
Packages that use PASamplerInstrument
Package
Description
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.Digital audio sampling synthesis classes for PixelAudio, built on the
Minim library for Processing.
-
Uses of PASamplerInstrument in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as PASamplerInstrumentModifier and TypeFieldDescription(package private) PASamplerInstrumentArgosyMixer.argo1Synth(package private) PASamplerInstrumentArgosyMixer.argo2Synth(package private) PASamplerInstrumentLoadAudioToImage.synth(package private) PASamplerInstrumentLoadImageToAudio.synth(package private) PASamplerInstrumentTutorialOne_01_FileIO.synth(package private) PASamplerInstrumentTutorialOne_02_Animation.synthMethods in net.paulhertz.pixelaudio.example with parameters of type PASamplerInstrumentModifier and TypeMethodDescriptionintArgosyMixer.playSample(PASamplerInstrument synth, int samplePos, int samplelen, float amplitude, ADSRParams env, float pan) Plays an audio sample with a custom envelope and stereo pan. -
Uses of PASamplerInstrument in net.paulhertz.pixelaudio.sampler
Fields in net.paulhertz.pixelaudio.sampler with type parameters of type PASamplerInstrumentModifier and TypeFieldDescriptionprivate final List<PASamplerInstrument>PASamplerInstrumentPool.poolMethods in net.paulhertz.pixelaudio.sampler that return PASamplerInstrumentModifier and TypeMethodDescriptionprivate PASamplerInstrumentPASamplerInstrumentPool.getAvailableInstrument()Find a free instrument; otherwise least-busy; otherwise smooth-steal one.Methods in net.paulhertz.pixelaudio.sampler that return types with arguments of type PASamplerInstrument