summaryrefslogtreecommitdiff
path: root/libs/ardour/smf_source.cc
AgeCommit message (Expand)Author
2007-09-06Deep "automation regions" support.David Robillard
2007-08-28Split MidiModel::Note out to ARDOUR::Note in it's own file (midi_model.h was ...David Robillard
2007-08-16Make SMFSource suck significantly less.David Robillard
2007-08-13Remove excessive SMF "Wrote EOT" printing.David Robillard
2007-08-13Fix (edited) MIDI saving restoring (restore note offs/durations correctly).David Robillard
2007-08-11Saving of edited MIDI data to disk (on session save).David Robillard
2007-08-11Fix MIDI file names on recording (don't write out a ton of useless empty .mid...David Robillard
2007-08-01Fix note delete crash bug.David Robillard
2007-08-01Better MidiModel command framework, ready to go for all your canvas editing n...David Robillard
2007-07-31Get MidiRegionView's hands on MidiModel for editing operations to come.David Robillard
2007-07-28Playback from MIDI model, playback of clicked-in events.David Robillard
2007-07-20Remove random access interface from MidiBuffer, towards killing fixed/limited...David Robillard
2007-07-20Fix absolutely atrocious memory leak on MIDI recording. I meeean... move alo...David Robillard
2007-07-20Added Note tool to Keymouse Actions menu and gave it a hotkey (n).David Robillard
2007-07-17Midi pencil undo (not yet serializable).David Robillard
2007-07-15Selection of visible note range (full range vs fit contents, selectable from ...David Robillard
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-06-09Redraw MIDI region views on zoom and track height changes.David Robillard
2007-06-09Use double MIDI timestamps (towards tempo based time, and more-than-sample-ac...David Robillard
2007-06-08Fix time skew after MIDI recording (added missing conversion from delta time ...David Robillard
2007-06-07Write MIDI files to interchange/sessionname/midifiles (for real this time).David Robillard
2007-06-07Fixed MIDI crash bug.David Robillard
2007-06-06Fix MIDI session path problems (thanks timbyr).David Robillard
2007-06-05Save MIDI files to interchange/sessionname/midifiles (instead of audiofiles).David Robillard
2007-06-03Fix MIDI region loading.David Robillard
2007-06-01Preliminary visible MIDI notes in MidiRegionView.David Robillard
2007-05-31Rewrote MidiRingBuffer to more efficiently pack data (flat pack stamps, sizes...David Robillard
2007-05-03optimize some performance bottlenecks; remove jack_nframes_t that crept back ...Paul Davis
2007-01-09Merged with trunk R1283.David Robillard
2006-10-26Merged with trunk R1010David Robillard
2006-09-19Merged with trunk R920.David Robillard
2006-08-31Merged with trunk R874.David Robillard
2006-08-31- Fixed port adding/removing/connecting and related bugs with route signal pathDavid Robillard
2006-08-29Merged with trunk R861David Robillard
2006-08-24Merged with trunk R846David Robillard
2006-08-23- Fixes for some recording bugsDavid Robillard
2006-08-22Fixes for writing compliant SMF filesDavid Robillard
2006-08-21Recording to SMF. Playback not quite working yet, just some buglets left to ...David Robillard
2006-08-14More solid "fake" recording and serializationDavid Robillard
2006-08-14- MIDI "recording" - rec region creation/drawing, actual MIDI region creation...David Robillard
2006-08-11- Changed IO's vector<Port*>'s to PortListDavid Robillard
2006-06-26Actually added the code mentioned in my last commit. Whoops.David Robillard