Esempio n. 1
0
 //
 public RationalPlotter(Image image, IHarmonicity harmonicity)
 {
     _image       = image;
     _harmonicity = harmonicity;
     _temperament = new EqualDivision(12, Rational.Two);
 }
Esempio n. 2
0
 public RationalPrinter(string label = null)
 {
     _label       = label;
     _temperament = new EqualDivision(12, Rational.Two);
     _counter     = 0;
 }