Set new (recorded) MIDI source length to length of entire capture (instead of length...
[ardour.git] / libs / ardour / ardour / midi_source.h
2010-12-21 David RobillardSet new (recorded) MIDI source length to length of...
2010-12-20 David RobillardFix more broken whitespace.
2010-12-09 Carl HetheringtonUse a weak_ptr rather than a bald pointer for _midi_sou...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-10-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
2010-10-05 Carl HetheringtonImprove GUI display during MIDI record in various ways.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-01 Carl HetheringtonClean up MidiSource::midi_read now that the signed...
2010-08-09 Carl HetheringtonFix save/load of MIDI automation state. Fixes #3354.
2010-07-14 Carl HetheringtonA few fixes to interpolation of MIDI controller data...
2010-06-25 Carl HetheringtonMake MIDI region `automation' respect the automation...
2010-06-24 Paul Davisadd and use Source::empty() since it can be done more...
2010-05-20 Paul Davisvarious minor MIDI fixes: prevent duplicate note entry...
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-25 David RobillardRemove unused source file_changed methods.
2009-10-24 David RobillardFix tab width assumption used for alignment.
2009-10-24 Paul Davis(FULL commit) start of a nominal debug tracing system...
2009-10-22 David RobillardReplace horribly error-prone Sequence/MidiModel/MidiSou...
2009-10-22 David RobillardFix MidiBuffer::merge_in_place and add aggressive corre...
2009-10-19 Paul Davistrack notes at the region level in MidiPlaylist; resolv...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-04-30 David RobillardRename 'position' parameter of MidiSource::midi_read...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-19 David RobillardIntroduce new time for session-relative frame time...
2009-02-19 David RobillardInterpret tempo time based on read position (not source...
2009-02-19 David RobillardReadable is not as generic as its name implies ;)
2009-02-17 David RobillardFix deadlock and potential race condition when editing...
2009-02-17 David RobillardFix the horrible mess that was anything related to...
2009-02-16 David RobillardMove duplicated AudioFileSource::Flags and SMFSource...
2009-02-16 David RobillardTime unit translation for AutomationLine (correctly...
2009-02-16 David RobillardMove all beats <-> frames time conversion into a single...
2009-02-16 David RobillardGracefully ignore illegal MIDI events at the buffer...
2009-02-15 David RobillardFix genererally retarded and broken note range / diskst...
2009-02-15 David RobillardThe Big Change: Store time in MidiModel as tempo time...
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2008-09-30 David RobillardSeparate low level details of SMF reading/writing from...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-04-08 Hans Baier* fixed bug: MIDI region did not sound if its position...
2008-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...
2008-02-21 David RobillardFix timing on MIDI import.
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-14 David RobillardPartially fix MIDI region trim and extend.
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-08-16 David RobillardMake SMFSource suck significantly less.
2007-08-11 David RobillardSaving of edited MIDI data to disk (on session save).
2007-08-11 David RobillardFix MIDI file names on recording (don't write out a...
2007-08-01 David RobillardFix note delete crash bug.
2007-07-31 David RobillardGet MidiRegionView's hands on MidiModel for editing...
2007-07-28 David RobillardUse 'show contents' note range by default (fix uninitia...
2007-07-28 David RobillardPlayback from MIDI model, playback of clicked-in events.
2007-07-15 David RobillardSelection of visible note range (full range vs fit...
2007-06-07 David RobillardFixed MIDI crash bug.
2007-06-03 David RobillardFix MIDI region loading.
2007-06-01 David RobillardPreliminary visible MIDI notes in MidiRegionView.
2007-05-31 David RobillardRewrote MidiRingBuffer to more efficiently pack data...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2006-09-19 David RobillardMerged with trunk R920.
2006-08-23 David Robillard- Fixes for some recording bugs
2006-08-21 David RobillardRecording to SMF. Playback not quite working yet,...
2006-08-14 David RobillardMore solid "fake" recording and serialization
2006-08-14 David Robillard- MIDI "recording" - rec region creation/drawing, actua...
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-07-14 David RobillardMerge big changes (mostly Controllable) from trunk
2006-06-26 David RobillardActually added the code mentioned in my last commit...