Mercurial > hg > tony
comparison src/Analyser.h @ 158:e1a2c175a0e0
Fix up wiring for pitch gain control
author | Chris Cannam |
---|---|
date | Thu, 23 Jan 2014 09:30:38 +0000 |
parents | cdc9d5f7978c |
children | afaa4af03b22 |
comparison
equal
deleted
inserted
replaced
157:752870e80dff | 158:e1a2c175a0e0 |
---|---|
69 setVisible(c, true); | 69 setVisible(c, true); |
70 setAudible(c, false); | 70 setAudible(c, false); |
71 } | 71 } |
72 } | 72 } |
73 | 73 |
74 float getGain(Component c) const; | |
75 void setGain(Component c, float gain); | |
76 | |
77 float getPan(Component c) const; | |
78 void setPan(Component c, float pan); | |
79 | |
74 void getEnclosingSelectionScope(size_t f, size_t &f0, size_t &f1); | 80 void getEnclosingSelectionScope(size_t f, size_t &f0, size_t &f1); |
75 | 81 |
76 signals: | 82 signals: |
77 void layersChanged(); | 83 void layersChanged(); |
78 | 84 |