add a couple of #warnings

This commit is contained in:
Paul Davis 2023-08-14 23:41:51 -06:00
parent 7c029f5f6a
commit 71d27e7d81
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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());