mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
NO-OP whitespace & foratting of header files
This commit is contained in:
parent
2219021389
commit
b976bf8986
112 changed files with 711 additions and 698 deletions
|
|
@ -40,11 +40,12 @@ namespace ARDOUR {
|
|||
class Editor;
|
||||
class RegionView;
|
||||
|
||||
class RhythmFerret : public ArdourDialog {
|
||||
public:
|
||||
class RhythmFerret : public ArdourDialog
|
||||
{
|
||||
public:
|
||||
/* order of these enums must match the _analyse_mode_strings
|
||||
in rhythm_ferret.cc
|
||||
*/
|
||||
* in rhythm_ferret.cc
|
||||
*/
|
||||
enum AnalysisMode {
|
||||
PercussionOnset,
|
||||
NoteOnset
|
||||
|
|
@ -61,10 +62,10 @@ class RhythmFerret : public ArdourDialog {
|
|||
void set_session (ARDOUR::Session*);
|
||||
void on_response (int);
|
||||
|
||||
protected:
|
||||
protected:
|
||||
void on_hide ();
|
||||
|
||||
private:
|
||||
private:
|
||||
Editor& editor;
|
||||
|
||||
Gtk::ComboBoxText operation_selector;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue