More fixes

This commit is contained in:
Vesa
2014-08-23 16:04:50 +03:00
parent 9972cb3d4d
commit 5e4308507b
10 changed files with 71 additions and 27 deletions

View File

@@ -150,6 +150,7 @@ private:
struct oscPtr
{
MM_OPERATORS
Oscillator * oscLeft;
Oscillator * oscRight;
} ;
@@ -181,6 +182,7 @@ private:
struct OscillatorKnobs
{
MM_OPERATORS
OscillatorKnobs(
knob * h,
knob * v,

View File

@@ -124,6 +124,7 @@ private:
struct oscPtr
{
MM_OPERATORS
Oscillator * oscLeft;
Oscillator * oscRight;
} ;
@@ -151,6 +152,7 @@ private:
struct OscillatorKnobs
{
MM_OPERATORS
OscillatorKnobs( knob * v,
knob * p,
knob * c,