~kulthauskante/nsynth/devel

« back to all changes in this revision

Viewing changes to Tangibles/Global/Sinks/SystemSink.h

  • Committer: Karsten Krispin
  • Date: 2010-06-26 22:26:16 UTC
  • Revision ID: karsten@nonlimited.org-20100626222616-nl620che76t3zmn2
* added oscillator to Metronome, so that it has real phase now
* added visualisation of Metronome to SystemSink

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        private:
32
32
                CLAM::Audio _mixingBuffer;
33
33
                qreal _volume;
 
34
                qreal _phase;
34
35
                
35
36
                static SystemSink * _instance;
36
37