mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Fix whitespace (noop).
This commit is contained in:
parent
e705e93376
commit
69069e0381
3 changed files with 285 additions and 286 deletions
|
|
@ -14,11 +14,10 @@
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __pbd__step_editor_h__
|
#ifndef __gtk2_ardour_step_editor_h__
|
||||||
#define __pbd__step_editor_h__
|
#define __gtk2_ardour_step_editor_h__
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
@ -29,8 +28,8 @@
|
||||||
#include "evoral/types.hpp"
|
#include "evoral/types.hpp"
|
||||||
|
|
||||||
namespace ARDOUR {
|
namespace ARDOUR {
|
||||||
class MidiTrack;
|
class MidiTrack;
|
||||||
class MidiRegion;
|
class MidiRegion;
|
||||||
}
|
}
|
||||||
|
|
||||||
class MidiRegionView;
|
class MidiRegionView;
|
||||||
|
|
@ -40,7 +39,7 @@ class StepEntry;
|
||||||
|
|
||||||
class StepEditor : public PBD::ScopedConnectionList, public sigc::trackable
|
class StepEditor : public PBD::ScopedConnectionList, public sigc::trackable
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
StepEditor (PublicEditor&, boost::shared_ptr<ARDOUR::MidiTrack>, MidiTimeAxisView&);
|
StepEditor (PublicEditor&, boost::shared_ptr<ARDOUR::MidiTrack>, MidiTimeAxisView&);
|
||||||
virtual ~StepEditor ();
|
virtual ~StepEditor ();
|
||||||
|
|
||||||
|
|
@ -67,7 +66,7 @@ class StepEditor : public PBD::ScopedConnectionList, public sigc::trackable
|
||||||
void start_step_editing ();
|
void start_step_editing ();
|
||||||
void stop_step_editing ();
|
void stop_step_editing ();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ARDOUR::framepos_t step_edit_insert_position;
|
ARDOUR::framepos_t step_edit_insert_position;
|
||||||
Evoral::Beats step_edit_beat_pos;
|
Evoral::Beats step_edit_beat_pos;
|
||||||
boost::shared_ptr<ARDOUR::MidiRegion> step_edit_region;
|
boost::shared_ptr<ARDOUR::MidiRegion> step_edit_region;
|
||||||
|
|
@ -91,4 +90,4 @@ class StepEditor : public PBD::ScopedConnectionList, public sigc::trackable
|
||||||
void prepare_step_edit_region ();
|
void prepare_step_edit_region ();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* __pbd__step_editor_h__ */
|
#endif /* __gtk2_ardour_step_editor_h__ */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue