Make Bundle::connected_to() optionally check for exclusivity
[ardour.git] / libs / evoral / evoral /
2017-07-24 Robin GareusUpdate WritePass logic + AutomationList Undo
2017-07-23 Robin GareusFix ctrl-list guard-points and concurrency issues
2017-06-21 Robin GareusRemove duplicates from ControlList
2017-06-21 Robin GareusImplement additional ControlList interpolation methods.
2017-06-21 Robin GareusRemove separate ControlList min/max/default, use Parame...
2017-06-21 Robin GareusMove logarithmic property into Evoral, add rangesteps
2017-06-14 Robin GareusAdd infrastructure to merge ControlLists
2017-06-13 Robin GareusApply master-value to automation on disconnect.
2017-06-10 Robin GareusImplement slaved boolean automation and update mute...
2017-06-03 Robin Gareusadd const-ness: Evaluating a curve does not change it.
2017-04-26 Robin GareusAutomationLine time-unit conversion and paste API update
2017-02-08 Paul Daviscentralize computation of tempo from SMF information
2016-12-22 Nil GeisweillerMore 8 whitespace to tab indentation fixes
2016-12-21 Nil GeisweillerFix indentation 8 whitespaces to tab
2016-12-16 Paul Davis"toll free bridging" between smf_tempo_t and Evoral...
2016-12-16 Paul Davisexpose SMF tempo information in Evoral::SMF
2016-12-16 Paul Davisadd comments about limitations for Evoral::SMF and...
2016-12-14 Paul Davisadd API to Evoral::SMF to retrieve all track/instrument...
2016-12-07 Robin GareusSet MidiPgmChangeAutomation control value
2016-12-04 David RobillardAdd missing include
2016-12-04 David RobillardRemove dead/annoying/unsafe code
2016-12-03 David RobillardRemove dead code
2016-12-03 David RobillardFix event type and parameter type confusion
2016-12-03 David RobillardRemove Evoral::MIDIEvent
2016-12-03 David RobillardFactor out and extend MIDIXML implementation
2016-12-03 David RobillardFix Sequence/Event const-correctness issues
2016-10-05 Robin GareusSMF add support for type-0 files (count channels, not...
2016-09-13 Paul Davisextend Evoral::Range<T> to offer ::length() and ::squish()
2016-08-19 Paul Davisattempt to handle poly-pressure (polyphonic aftertouch...
2016-07-12 Robin Gareusremove old midi-note name API
2016-04-12 Robin GareusNO-OP; document some more parameters.
2016-04-10 Robin GareusNO-OP document Evoral::ControlList
2016-03-21 David RobillardTrim dependence on evoral types.hpp and Beats.hpp
2015-10-19 nick_mMake automation record undo per pass rather than per...
2015-10-19 nick_mMake control point selection more consistent.
2015-10-07 Robin Gareusonly subdivide plugin-cycle when automation is playing
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from .cpp and...
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-18 Robin Gareusfix ever increasing MIDI event IDs
2015-09-14 Robin Gareusnote-off ordering - fixes #6340
2015-07-16 Ben Loftismerge fix
2015-06-29 Paul DavisRevert "add operator bool() to Evoral::Beats"
2015-06-29 Paul Davisadd operator bool() to Evoral::Beats
2015-06-16 nick_mAutomation -use editor_add in gui, record straight...
2015-06-16 nick_mFix some workflow problems wrt automation.
2015-06-12 Paul DavisWe were 2 more debug "bits" away from overflow, so...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-21 Paul DavisMerge branch 'master' into saveas
2015-04-20 Paul Davisremove _file_path member from Evoral::SMF
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-15 Robin GareusReplace control list locks with RWLocks 4.0-rc4
2015-03-26 David RobillardFollow MIDI control values with automation faders.
2015-03-07 John EmmasAdd a missing 'typename' specifier to the declaration...
2015-03-05 David RobillardHandle edits while playing precisely.
2015-02-19 David RobillardDon't allocate then discard notes on note off.
2015-01-07 David RobillardMusicalTime => Beats.
2014-12-31 Paul Davisfix incorrect test for valid MIDI events.
2014-12-31 Paul DavisFix range "arithmetic"
2014-12-31 David RobillardLoad what we can from broken/truncated MIDI files.
2014-12-30 David RobillardFix MIDI CC record/playback crash.
2014-12-18 David RobillardMute automation via normal mute button.
2014-12-07 David RobillardRemove unnecessary includes.
2014-12-06 David RobillardAdapt range when copying between automation types.
2014-12-03 David RobillardFix range of pan controls.
2014-12-02 David RobillardFix lost MIDI events due to broken range check.
2014-12-02 David RobillardFactor out copy-paste code.
2014-12-02 David RobillardReplace half-baked param metadata with descriptor.
2014-12-01 Colin FletcherTidy up comments in Evoral::coverage
2014-12-01 Colin FletcherSimplify Evoral::RangeList::subtract(), and make it...
2014-12-01 Colin FletcherRework Evoral::coverage() to pass unit tests
2014-12-01 David RobillardRemove braindead Parameter inheritance abuse.
2014-12-01 David RobillardReplace thinning static state with parameter.
2014-12-01 David RobillardRemove dead code.
2014-12-01 David RobillardMove EventRingBuffer to libardour.
2014-11-24 John EmmasChanges needed to accommodate building libevoral with...
2014-11-23 David RobillardFix build with a certain awful broken compiler.
2014-11-23 David RobillardFix quantization and other time-related ops.
2014-11-22 David RobillardFix clang and MSVC build.
2014-11-22 David RobillardWrap MusicalTime in a class.
2014-11-17 David RobillardDon't add origin value to MIDI controller regions on...
2014-11-17 David RobillardMake ControlList::paste const-correct.
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-11-14 David RobillardFix crashes on various MIDI editing operations.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-15 Paul Davisadd mutex/lock to all Evoral::SMF methods that use...
2014-08-05 Ben LoftisInitial steps towards usable range-based automation...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-08 Paul DavisMerge branch 'waveview_caching_for_upstream' of https...
2014-06-07 Robin Gareusremove some 1920 tick constants and leave notes for...
2014-06-03 Paul Davisfix two mysterious problems with stdint types
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-04-28 Damien ZammitFixed problem where importing invalid midi files caused... 3.5.380
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-21 John EmmasMinor visibility changes to libevoral (template objects...
2014-03-01 Paul Davisremove mingw64 special case from evoral visibility...
2014-03-01 Paul Daviswhen mingw is mingw64, it appears that we need to use...
next