summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/smf_source.h
AgeCommit message (Expand)Author
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-23Remove pointless Byte typedef that didn't really match any other typedef in a...David Robillard
2008-05-16Don't create tracks for empty MIDI channels on import (i.e. make import look ...David Robillard
2008-05-06* bugfix: SMFSource: track footer overwrote the last MIDI eventHans Baier
2008-05-03Comment out excessive terminal output.David Robillard
2008-04-19* first prototype for track based channel selection worksHans Baier
2008-04-08* fixed bug: MIDI region did not sound if its position was less than its star...Hans Baier
2008-03-18refactor JACK MIDI port to allow writing from a non-process() thread, and mov...Paul Davis
2008-02-21Fix timing on MIDI import.David Robillard
2008-02-18Preliminary (read: kludgey) MIDI import support.David Robillard
2007-10-07Fix several MIDI timestamp related problems:David Robillard
2007-09-06Deep "automation regions" support.David Robillard
2007-08-16Make SMFSource suck significantly less.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-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-09Use double MIDI timestamps (towards tempo based time, and more-than-sample-ac...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-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
2006-09-19Merged with trunk R920.David Robillard
2006-08-23- Fixes for some recording bugsDavid 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