mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Fix indentation 8 whitespaces to tab
This commit is contained in:
parent
91321272b5
commit
4c66e36b91
19 changed files with 295 additions and 296 deletions
|
|
@ -34,7 +34,7 @@ class StepEditor;
|
||||||
|
|
||||||
class StepEntry : public ArdourWindow
|
class StepEntry : public ArdourWindow
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
StepEntry (StepEditor&);
|
StepEntry (StepEditor&);
|
||||||
~StepEntry ();
|
~StepEntry ();
|
||||||
|
|
||||||
|
|
@ -47,7 +47,7 @@ class StepEntry : public ArdourWindow
|
||||||
|
|
||||||
int current_octave () const { return (int) floor (octave_adjustment.get_value()); }
|
int current_octave () const { return (int) floor (octave_adjustment.get_value()); }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Evoral::Beats _current_note_length;
|
Evoral::Beats _current_note_length;
|
||||||
uint8_t _current_note_velocity;
|
uint8_t _current_note_velocity;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -238,7 +238,6 @@ class TimeAxisViewItem : public Selectable, public PBD::ScopedConnectionList
|
||||||
double _width;
|
double _width;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
void parameter_changed (std::string);
|
void parameter_changed (std::string);
|
||||||
void manage_name_highlight ();
|
void manage_name_highlight ();
|
||||||
void manage_name_text ();
|
void manage_name_text ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue