summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral
AgeCommit message (Expand)Author
2009-02-19Only create a Curve for an AutomationList if we need it.David Robillard
2009-02-17* FIXME in midi_util.hHans Baier
2009-02-17Fix deadlock and potential race condition when editing MIDI.David Robillard
2009-02-17Fix the horrible mess that was anything related to sources and paths.David Robillard
2009-02-16Fix deadlock issues.David Robillard
2009-02-16Move all beats <-> frames time conversion into a single object that can be pa...David Robillard
2009-02-16Gracefully ignore illegal MIDI events.David Robillard
2009-02-16Rewrite Sequence::const_iterator.David Robillard
2009-02-15Factor out region layering.David Robillard
2009-02-15Fix genererally retarded and broken note range / diskstream display / etc. re...David Robillard
2009-02-15Tidy, remove dead code.David Robillard
2009-02-15De-templatify Evoral::SMF which has no concept of time other than SMF time.David Robillard
2009-02-15Use nframes_t for timestamps of real (jack) time MIDI events (i.e. in MidiBuf...David Robillard
2009-02-14Remove superfluous typedefs.David Robillard
2009-02-14Make SMF::append_event_delta take a buffer and a size rather than an Event (n...David Robillard
2009-02-14Remove unused (and timestamp type nasty) last_event_time() from SMF.David Robillard
2009-02-14Update for libsmf API changes.David Robillard
2009-02-14MIDI robustness.David Robillard
2009-02-14More powerful SMF::open interface.David Robillard
2009-02-14Remove abstract MIDIFile interface (maintaining interface with old crap was g...David Robillard
2009-02-14LibSMF -> SMFDavid Robillard
2009-02-14SMF -> OldSMFDavid Robillard
2009-02-11Remove unused (and weirdly typed) time parameter from begin_write.David Robillard
2009-02-11StandardMIDIFile -> MIDIFile.David Robillard
2009-02-11Detect libsmf error and throw exceptions.David Robillard
2009-02-11Include stripped down libsmf code internally.David Robillard
2009-02-11* introduced dependency: libsmf-1.2Hans Baier
2009-02-10* Code readability: Template parameter <T> -> <Time>Hans Baier
2009-02-09Shrink exposed SMF API.David Robillard
2009-02-07Fix warnings.David Robillard
2009-02-06* Add SysEx Support to MidiModel / SMFHans Baier
2009-02-03* fix commentHans Baier
2009-02-03* more pleasant template parameter names in (MIDI)EventHans Baier
2009-02-03* midi_event_size(uchar status): return size including status / handle sysexHans Baier
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2009-02-02Tidy.David Robillard
2009-01-30* fixed bug: channel and id swapped for PitchBener, ChannelPressure and Progr...Hans Baier
2009-01-28* MIDI control lanes: Set Interpolationtype according to ParameterHans Baier
2009-01-21* Added Menu to add a Program change parameter laneHans Baier
2008-12-29* added a bit of documentation in an effort to understand the codeHans Baier
2008-12-21Sync with http://svn.drobilla.net/lad/trunk/evoral r1891.David Robillard
2008-12-16Implement #2425: option for automation to follow region moves.Carl Hetherington
2008-11-22* added XML deserialisation for control and program changesHans Baier
2008-10-14Remove meaningless const qualifier (-Wextra warning).David Robillard
2008-10-13Fix pollution of global namespace by Evoral.David Robillard
2008-10-03Remove unnecessary #include.David Robillard
2008-09-30Move midi_util.h.David Robillard
2008-09-30Separate low level details of SMF reading/writing from concept of 'midi sourc...David Robillard
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-29Remove ARDOUR::Parameter::is_integer.David Robillard