mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
some fuzzy logic to avoid note "overlaps" during step editing
git-svn-id: svn://localhost/ardour2/branches/3.0@7634 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
faca3e5f5d
commit
0b2f156c58
2 changed files with 24 additions and 4 deletions
|
|
@ -61,6 +61,8 @@ class StepEditor : public PBD::ScopedConnectionList, public sigc::trackable
|
|||
boost::shared_ptr<ARDOUR::MidiTrack> _track;
|
||||
StepEntry* step_editor;
|
||||
MidiTimeAxisView& _mtv;
|
||||
int8_t last_added_pitch;
|
||||
Evoral::MusicalTime last_added_end;
|
||||
|
||||
void region_removed (boost::weak_ptr<ARDOUR::Region>);
|
||||
void playlist_changed ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue