Make LV2World local to lv2_plugin.cc
[ardour.git] / libs / evoral / evoral /
2011-04-20 Carl HetheringtonRemove unused NascentInfo::is_touch member.
2011-04-06 David RobillardFix my name :)
2011-03-26 Paul Davismore customary include order
2011-03-26 Paul Davisremove Evoral::RingBuffer, which was (a) duplicating...
2011-03-01 Carl HetheringtonUpdate session range on trimming regions.
2011-02-01 Paul Davisavoid unused args warning
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-12-28 Carl HetheringtonMissing files.
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-24 David RobillardFix broken whitespace.
2010-12-20 Carl HetheringtonAllow deletion of program changes in the same way as...
2010-12-09 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-07 Carl HetheringtonRevert previous ill-thought-out patch.
2010-12-07 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-07 Paul Davisadd "shift" method used in 2.X and now a3 to move data...
2010-09-28 Carl HetheringtonDon't cut output rate of non-interpolated controllers.
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-23 Paul Davis3.0 version of rev 5564 from 2.x - basic boolean plugin...
2010-08-20 Carl HetheringtonDon't write undo records for automation that moves...
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-08-09 Carl HetheringtonFix save/load of MIDI automation state. Fixes #3354.
2010-08-05 Carl HetheringtonSupport cut / copy / paste of MIDI automation.
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-25 Carl HetheringtonRemove end of SearchCache as it is not used (it's alway...
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-07-14 Carl HetheringtonA few fixes to interpolation of MIDI controller data...
2010-07-12 Carl HetheringtonMark Sequence as edited when one of its parent ControlS...
2010-06-25 Carl HetheringtonMake MIDI region `automation' respect the automation...
2010-06-14 Paul Davismake note overlap resolution store side effects in...
2010-06-12 Paul Davisintroduce the notion that note additions and property...
2010-06-03 Paul Davisstart tracking note overlaps while moving notes
2010-06-03 Paul DavisSequence::contains() and Sequence::overlaps() now use...
2010-06-02 Paul Davisadd channel+pitch indexing for notes in a Sequence
2010-06-01 Paul Davisrationale pathways that add notes to Sequence<T> so...
2010-05-31 Paul Davisswitch Evoral::Sequence debugging to use DEBUG_TRACE...
2010-05-28 Paul Davisprovide a generalized Sequence::get_notes()-by-predicat...
2010-05-20 Paul Davisvarious minor MIDI fixes: prevent duplicate note entry...
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-07 Carl HetheringtonRemove some unnecessary includes.
2009-10-24 David RobillardApply accurate copyright header.
2009-10-24 Paul Davis(FULL commit) start of a nominal debug tracing system...
2009-10-23 David RobillardFix controller iteration / linear interpolation.
2009-10-23 David RobillardFix yet more crazy tabs.
2009-10-22 David RobillardMore spacey tabs.
2009-10-22 David RobillardFix adding multiple notes with the same time stamp...
2009-10-22 David RobillardReplace horribly error-prone Sequence/MidiModel/MidiSou...
2009-10-21 David RobillardFix O(n) search on MIDI rec region update (now O(log...
2009-10-19 David RobillardUse set over vector for Sequence::Notes, for logarithmi...
2009-10-19 David RobillardFix set_notes prototype to use typedef.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-16 Paul Davisdo not allow smf_source's reads to stomp on cached...
2009-09-14 Paul Davisfix up marshall/unmarshall of note data for MidiModel...
2009-09-06 Paul Davisthe start (only the start) of MIDI diff commands
2009-08-28 Paul Davismore MIDI editing tweaks ; flip mouse mode buttons...
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-08-13 Paul DavisMIDI cut&paste round two (not done yet); a small region...
2009-07-23 Paul Davisinstall ardour.menus and bindings file (elthariel)...
2009-07-21 Paul Davisfirst part of fixing up send/return metering ; make...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-02-27 Paul Davisvestige-based VST support, back-ported from 2.0-ongoing
2009-02-19 David RobillardOnly create a Curve for an AutomationList if we need it.
2009-02-17 Hans Baier* FIXME in midi_util.h
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 RobillardFix deadlock issues.
2009-02-16 David RobillardMove all beats <-> frames time conversion into a single...
2009-02-16 David RobillardGracefully ignore illegal MIDI events.
2009-02-16 David RobillardRewrite Sequence::const_iterator.
2009-02-15 David RobillardFactor out region layering.
2009-02-15 David RobillardFix genererally retarded and broken note range / diskst...
2009-02-15 David RobillardTidy, remove dead code.
2009-02-15 David RobillardDe-templatify Evoral::SMF which has no concept of time...
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-14 David RobillardRemove superfluous typedefs.
2009-02-14 David RobillardMake SMF::append_event_delta take a buffer and a size...
2009-02-14 David RobillardRemove unused (and timestamp type nasty) last_event_tim...
2009-02-14 David RobillardUpdate for libsmf API changes.
2009-02-14 David RobillardMIDI robustness.
2009-02-14 David RobillardMore powerful SMF::open interface.
2009-02-14 David RobillardRemove abstract MIDIFile interface (maintaining interfa...
2009-02-14 David RobillardLibSMF -> SMF
2009-02-14 David RobillardSMF -> OldSMF
2009-02-11 David RobillardRemove unused (and weirdly typed) time parameter from...
2009-02-11 David RobillardStandardMIDIFile -> MIDIFile.
2009-02-11 David RobillardDetect libsmf error and throw exceptions.
2009-02-11 David RobillardInclude stripped down libsmf code internally.
2009-02-11 Hans Baier* introduced dependency: libsmf-1.2
2009-02-10 Hans Baier* Code readability: Template parameter <T> -> <Time>
2009-02-09 David RobillardShrink exposed SMF API.
2009-02-07 David RobillardFix warnings.
2009-02-06 Hans Baier* Add SysEx Support to MidiModel / SMF
2009-02-03 Hans Baier* fix comment
2009-02-03 Hans Baier* more pleasant template parameter names in (MIDI)Event
2009-02-03 Hans Baier* midi_event_size(uchar status): return size including...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-02-02 David RobillardTidy.
next