mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
MusicalTime => Beats.
This commit is contained in:
parent
4d202d9157
commit
2a251b4570
66 changed files with 625 additions and 584 deletions
|
|
@ -54,7 +54,7 @@ namespace ArdourCanvas {
|
|||
class NoteBase : public sigc::trackable
|
||||
{
|
||||
public:
|
||||
typedef Evoral::Note<Evoral::MusicalTime> NoteType;
|
||||
typedef Evoral::Note<Evoral::Beats> NoteType;
|
||||
|
||||
NoteBase (MidiRegionView& region, bool, const boost::shared_ptr<NoteType> note = boost::shared_ptr<NoteType>());
|
||||
virtual ~NoteBase ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue