- MIDI "recording" - rec region creation/drawing, actual MIDI region creation/view/pretty pictures/etc

- MIDI containing session saving and restoring (ie XML - Source, Region, Playlist; all but the actual .mid files)
- Numerous little fixes for audio specific stuff to accomplish the above
- Dirty hacks to accomplish the above
- Profit!!!


git-svn-id: svn://localhost/ardour2/branches/midi@821 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2006-08-14 08:44:14 +00:00
parent 0b572cdd84
commit d752986314
53 changed files with 940 additions and 640 deletions

View file

@ -101,8 +101,8 @@ MidiBuffer::read_from(const Buffer& src, jack_nframes_t nframes, jack_nframes_t
}
assert(_size == msrc.size());
if (_size > 0)
std::cerr << "MidiBuffer wrote " << _size << " events.\n";
//if (_size > 0)
// std::cerr << "MidiBuffer wrote " << _size << " events.\n";
}