mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
* bugfix in midi editing: adding notes impossible after delete
git-svn-id: svn://localhost/ardour2/branches/3.0@3255 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c4bdcb82af
commit
0c66131fea
3 changed files with 4 additions and 2 deletions
|
|
@ -477,6 +477,7 @@ SMFSource::append_event_unlocked(EventTimeUnit unit, const MIDI::Event& ev)
|
|||
delta_time = (uint32_t)((ev.time() - _last_ev_time) * _ppqn);
|
||||
}
|
||||
|
||||
|
||||
const size_t stamp_size = write_var_len(delta_time);
|
||||
fwrite(ev.buffer(), 1, ev.size(), _fd);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue