~kulthauskante/nsynth/devel

« back to all changes in this revision

Viewing changes to TangibleInterfaces/Input/TangibleInterface.h

  • Committer: Karsten Krispin
  • Date: 2011-04-26 15:34:14 UTC
  • Revision ID: karsten@nonlimited.org-20110426153414-c4bsiry51d0s099n
- added SampleWidget (specialized version for SampleTangible )
- added DurationTab (which lets you select a duration in fractions to the main beat )
- Sequencers Step Duration is now selectable by DurationTab
- Sequencer now heads to the right sink
- replaced QList<qreal> by Delay in Tangible/Trigger History-Buffer (List were causing segfaults sometimes)
- Distorion now does "real" distorion
- Cleaned up TabContainerWidget (some polishing in display as well)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#include "SurfaceInterfaces/Base/Interface.h"
29
29
#include "TangibleInterfaces/Input/TangibleConnection.h"
 
30
#include "Helper/Delay.h"
30
31
 
31
32
class ETangibleRotationInputConfig : public CLAM::Enum
32
33
{
146
147
                qreal _pushedAccumulatedEnvelopeValue;
147
148
                qreal _biggestEnvelopeAmplitude;
148
149
 
149
 
                QList<qreal> _outPushedHistory;
 
150
                Delay _outPushedHistory;
150
151
                
151
152
                
152
153
                /* Tangible Information */