mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
add a couple of #warnings
This commit is contained in:
parent
7c029f5f6a
commit
71d27e7d81
2 changed files with 3 additions and 0 deletions
|
|
@ -747,6 +747,7 @@ Automatable::find_prev_ac_event (std::shared_ptr<AutomationControl> c, timepos_t
|
|||
void
|
||||
Automatable::start_domain_bounce (Temporal::DomainBounceInfo& cmd)
|
||||
{
|
||||
#warning paul automatable domain bouncing still needs work
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -1849,6 +1849,8 @@ MidiModel::rebuild_from_mapping_stash (Temporal::Beats const & src_pos_offset)
|
|||
|
||||
apply_diff_command_as_subcommand (_midi_source.session(), note_cmd);
|
||||
|
||||
#warning paul midi model tempo mapping stash still needs sysex and pitch bend work
|
||||
|
||||
for (auto & s : sysexes()) {
|
||||
TempoMappingStash::iterator tms (tempo_mapping_stash.find (s.get()));
|
||||
assert (tms != tempo_mapping_stash.end());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue