summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/midi_playlist.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-10-17 17:32:56 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-11-02 16:32:18 -0600
commit0573e7cdf088f194b082e5546796161fe37109a8 (patch)
treecefa474b50c3c5111edad0bef131b4f256963403 /libs/ardour/ardour/midi_playlist.h
parent2cf9ad8f8c21cc445c8eabc6856fd9956926203f (diff)
alter where note resolution happens when a re-rendering is scheduled for a MIDI track
Diffstat (limited to 'libs/ardour/ardour/midi_playlist.h')
-rw-r--r--libs/ardour/ardour/midi_playlist.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/ardour/ardour/midi_playlist.h b/libs/ardour/ardour/midi_playlist.h
index 1b01bbdc2d..82f7cb690f 100644
--- a/libs/ardour/ardour/midi_playlist.h
+++ b/libs/ardour/ardour/midi_playlist.h
@@ -100,15 +100,6 @@ public:
std::set<Evoral::Parameter> contained_automation();
- /** Handle a region edit during read.
- *
- * This must be called before the command is applied to the model. Events
- * are injected into the playlist output to compensate for edits to active
- * notes and maintain coherent output and tracker state.
- */
- void region_edited(boost::shared_ptr<Region> region,
- const MidiModel::NoteDiffCommand* cmd);
-
/** Clear all note trackers. */
void reset_note_trackers ();