mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
changes required by fixing ambiguities in timepos_t/timecnt_t API (GUI edition)
This commit is contained in:
parent
65aa619e58
commit
cce695d33a
8 changed files with 30 additions and 28 deletions
|
|
@ -41,7 +41,7 @@ StepEditor::StepEditor (PublicEditor& e, boost::shared_ptr<MidiTrack> t, MidiTim
|
|||
, _track (t)
|
||||
, _mtv (mtv)
|
||||
{
|
||||
step_edit_insert_position = 0;
|
||||
step_edit_insert_position = timepos_t (Temporal::BeatTime);
|
||||
_step_edit_triplet_countdown = 0;
|
||||
_step_edit_within_chord = 0;
|
||||
_step_edit_chord_duration = Temporal::Beats();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue