DixShtix

Uses of Interface
com.dixshtix.audio.pitch.HelmholtzHarmony.PartialStructure

Packages that use HelmholtzHarmony.PartialStructure
com.dixshtix.audio.pitch Various Intervals, Scales, and Notations related to pitch. 
 

Uses of HelmholtzHarmony.PartialStructure in com.dixshtix.audio.pitch
 

Classes in com.dixshtix.audio.pitch that implement HelmholtzHarmony.PartialStructure
static class HelmholtzHarmony.ClassicPartials
           
 

Fields in com.dixshtix.audio.pitch declared as HelmholtzHarmony.PartialStructure
private  HelmholtzHarmony.PartialStructure HelmholtzHarmony.partials1
           
private  HelmholtzHarmony.PartialStructure HelmholtzHarmony.partials2
           
static HelmholtzHarmony.PartialStructure HelmholtzHarmony.sinePartials
           
static HelmholtzHarmony.PartialStructure HelmholtzHarmony.wackyPartials
           
static HelmholtzHarmony.PartialStructure HelmholtzHarmony.sawtoothPartials
           
static HelmholtzHarmony.PartialStructure HelmholtzHarmony.squarePartials
           
static HelmholtzHarmony.PartialStructure HelmholtzHarmony.trianglePartials
           
 

Constructors in com.dixshtix.audio.pitch with parameters of type HelmholtzHarmony.PartialStructure
HelmholtzHarmony(HelmholtzHarmony.PartialStructure partials1, HelmholtzHarmony.PartialStructure partials2)
           
HelmholtzHarmony(HelmholtzHarmony.PartialStructure partials)
           
 


DixShtix