summaryrefslogtreecommitdiff
path: root/gtk2_ardour/tempo_dialog.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-14 18:13:37 +0000
committerDavid Robillard <d@drobilla.net>2010-12-14 18:13:37 +0000
commit4b861e603972148a29638cade51cee27ebc997a2 (patch)
tree1ff879960fa5abfece3c560a0562b92189d8adf9 /gtk2_ardour/tempo_dialog.h
parent341c409fa1d77cf1259f044a3045dc3250b7c030 (diff)
Rename libmusictime libtimecode (consistent with already used namespace "Timecode").
Move BBT_Time to libtimecode. git-svn-id: svn://localhost/ardour2/branches/3.0@8271 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/tempo_dialog.h')
-rw-r--r--gtk2_ardour/tempo_dialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/tempo_dialog.h b/gtk2_ardour/tempo_dialog.h
index ebb700e3e9..7e2f83de7c 100644
--- a/gtk2_ardour/tempo_dialog.h
+++ b/gtk2_ardour/tempo_dialog.h
@@ -43,10 +43,10 @@ public:
double get_bpm ();
double get_note_type ();
- bool get_bbt_time (ARDOUR::BBT_Time&);
+ bool get_bbt_time (Timecode::BBT_Time&);
private:
- void init (const ARDOUR::BBT_Time& start, double, double, bool);
+ void init (const Timecode::BBT_Time& start, double, double, bool);
void bpm_changed ();
bool bpm_button_press (GdkEventButton* );
bool bpm_button_release (GdkEventButton* );
@@ -75,10 +75,10 @@ public:
double get_bpb ();
double get_note_type ();
- bool get_bbt_time (ARDOUR::BBT_Time&);
+ bool get_bbt_time (Timecode::BBT_Time&);
private:
- void init (const ARDOUR::BBT_Time&, double, double, bool);
+ void init (const Timecode::BBT_Time&, double, double, bool);
bool entry_key_press (GdkEventKey* );
bool entry_key_release (GdkEventKey* );
void note_types_change ();