add a couple of #warnings
This commit is contained in:
parent
7c029f5f6a
commit
71d27e7d81
@ -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…
Reference in New Issue
Block a user