Uses of Interface
com.frinika.contrib.boblang.BezierParams

Packages that use BezierParams
com.frinika.contrib.boblang   
 

Uses of BezierParams in com.frinika.contrib.boblang
 

Classes in com.frinika.contrib.boblang that implement BezierParams
 class BezierParamsV3_5
          Bezier Parameters 3.5 When adding new versions of BezierParams create a new class instead of modifing the current The new class should implement this interface.
 

Methods in com.frinika.contrib.boblang with parameters of type BezierParams
 void FrinikaBezierSynth.changePatch(BezierParams p)
           
 void BezierSynthPlayer.changePatch(BezierParams inParams)
          Change the instrument patch, so that it plays new sounds.
 void BezierEnvelopeShaper.reshapeEnvelope(BezierParams params)
          Convert the envelope data in the parameter object into equivalent attributes.
 

Constructors in com.frinika.contrib.boblang with parameters of type BezierParams
BezierEnvelopeShaper(BezierParams params)
          Constructor which converts envelope data in the Ant Params object into their equivalent attributes.
BezierSynth(int inMidiPitch, BezierParams inParams)
          Constructor to create a new Bezier wave of the specified frequency.
BezierSynthPlayer(BezierParams inParams, CommandList inCommands, int inMaxPolyphony)
          Constructor for this class.