~ubuntu-branches/debian/stretch/synthv1/stretch

« back to all changes in this revision

Viewing changes to src/synthv1widget_knob.h

  • Committer: Package Import Robot
  • Author(s): Jaromír Mikeš
  • Date: 2014-03-11 15:08:33 UTC
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20140311150833-fyut2mpa6x6sr5uw
Tags: upstream-0.4.0
Import upstream version 0.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// synthv1widget_knob.h
2
2
//
3
3
/****************************************************************************
4
 
   Copyright (C) 2012-2013, rncbc aka Rui Nuno Capela. All rights reserved.
 
4
   Copyright (C) 2012-2014, rncbc aka Rui Nuno Capela. All rights reserved.
5
5
 
6
6
   This program is free software; you can redistribute it and/or
7
7
   modify it under the terms of the GNU General Public License
69
69
 
70
70
public slots:
71
71
 
72
 
        virtual void setValue(float fValue);
 
72
        virtual void setValue(float fValue, bool bDefault = false);
73
73
 
74
74
signals:
75
75
 
126
126
public slots:
127
127
 
128
128
        // Virtual accessors.
129
 
        void setValue(float fValue);
 
129
        void setValue(float fValue, bool bDefault = false);
130
130
 
131
131
protected slots:
132
132
 
161
161
public slots:
162
162
 
163
163
        // Virtual accessor.
164
 
        void setValue(float fValue);
 
164
        void setValue(float fValue, bool bDefault = false);
165
165
 
166
166
protected slots:
167
167