fix crash when copy'ing latent plugins
[ardour.git] / libs / evoral /
2016-07-25 Robin Gareusthe endless quest to plug memory leaks -- episode 378
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 John EmmasRemove a (no longer needed) source file from our MSVC...
2016-07-12 Robin Gareusremove old midi-note name API
2016-05-21 John EmmasAccommodate the fact that 'msvc_resources.rc.in' got...
2016-05-10 Paul Davisuse g_fopen() to avoid i18n errors with file paths...
2016-04-12 Robin GareusNO-OP; document some more parameters.
2016-04-10 Robin GareusNO-OP document Evoral::ControlList
2016-03-28 Robin Gareusleave a ToDo note
2016-03-21 David RobillardTrim dependence on evoral types.hpp and Beats.hpp
2016-02-28 Robin Gareusprepare for update to waf 1.8
2015-12-30 John EmmasModify the MSVC build project (for libevoral) such...
2015-12-27 Robin Gareussomewhat better solution to prev commit.
2015-12-27 Robin Gareuswork around midi-event counter 4 byte overflow.
2015-10-30 nick_mHandle paste from non-toggled to boolean automation...
2015-10-19 nick_mUpdate ContrilList debug output.
2015-10-19 nick_mAmend last connit - don't use a bool to represent a...
2015-10-19 nick_mFix incorrect initial point when recording toggled...
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-24 John EmmasAdd some casting to keep MSVC happy
2015-09-18 Robin Gareusno c99
2015-09-18 Robin Gareusspeed-up smf_track_delete() from O(N^2) to O(n)
2015-09-18 Robin GareusMidi CC events have no event-ID
2015-09-18 Robin Gareusfix ever increasing MIDI event IDs
2015-09-15 Robin Gareusanother note-off fix.
2015-09-14 Robin Gareusnote-off ordering - fixes #6340
2015-09-13 Robin Gareushack around a bug in cppunit/mingw/windows.
2015-09-13 Robin Gareusadjust precision to specified value, avoid "0".
2015-09-13 Robin Gareusallow to run unit-test under wine from srcdir.
2015-07-30 Robin GareusReplace "%z" modifier with glib macro for portability.
2015-07-16 Ben Loftismerge fix
2015-06-29 Paul Davisremove const warning in SMF C code by changing function...
2015-06-29 Paul DavisRevert "add operator bool() to Evoral::Beats"
2015-06-29 Paul Davisadd operator bool() to Evoral::Beats
2015-06-18 nick_mFix ControlList::editor_add () wrt guard points.
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-06-09 John EmmasAdd the new (UINTSDEFINED) preprocessor directive to...
2015-05-23 nick_mMerge branch 'relative_snap'
2015-05-23 nick_mMake Evoral::Event ids unique always.
2015-05-03 Nils Philippsendon't install static library libsmf.a
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-21 Paul DavisMerge branch 'master' into saveas
2015-04-21 Paul DavisSMF::end_write() is a no-op if there is no _smf structure
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-11 Robin Gareusmingw: all code is position independent
2015-03-07 John EmmasAdd a missing 'typename' specifier to the declaration...
2015-03-05 David RobillardHandle edits while playing precisely.
2015-02-20 David RobillardNormalize notes on all channels.
2015-02-19 David RobillardFix record/import of note ons with velocity 0.
2015-02-19 David RobillardDon't allocate then discard notes on note off.
2015-02-19 David RobillardRemove unused ifdef gunk.
2015-02-13 Colin FletcherAdd a test for the constrained cubic interpolation...
2015-01-19 Robin Gareusfew more basic ControList/Curve Tests
2015-01-19 Guido AulisiCurve::_get_vector: fix return value when veclen == 1
2015-01-19 Robin Gareus2-point Curve Linear Interpolation Test
2015-01-19 Robin Gareusminimalistic Evoral::Curve Unit Test.
2015-01-10 John EmmasAdd a newly introduced header file to our MSVC project...
2015-01-07 David RobillardMusicalTime => Beats.
2015-01-05 David RobillardFix MIDI file descriptor leaks.
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-29 David RobillardBlind fix for MIDI iteration bug.
2014-12-18 David RobillardMute automation via normal mute button.
2014-12-18 David RobillardRemove some aborts that don't really need to be.
2014-12-17 David RobillardFix oops in previous commit.
2014-12-17 David RobillardFix occasional crash when recording MIDI.
2014-12-10 Paul DavisMerge branch 'nofilemanager'
2014-12-10 Paul Davisremove file manager LRU cache from code.
2014-12-07 David RobillardRemove unnecessary includes.
2014-12-06 David RobillardFix seek in linearly interpolated control lists.
2014-12-06 David RobillardAdapt range when copying between automation types.
2014-12-06 David RobillardMore potential SMF crash fixes.
2014-12-06 David RobillardPossible half-fix for SMF crash.
2014-12-05 David RobillardRevert "Create discrete lists for recorded MIDI controls."
2014-12-03 Tim MayberryCall PBD::init from evoral testrunner
2014-12-03 Tim MayberryUse test utility function to find evoral test files
2014-12-03 Tim MayberryUse PBD::tmp_writable_directory to write evoral test...
2014-12-03 David RobillardFix evoral test suite.
2014-12-03 David RobillardFix range of pan controls.
2014-12-02 David RobillardRemove accidentally committed file.
2014-12-02 David RobillardFix lost MIDI events due to broken range check.
2014-12-02 David RobillardCreate discrete lists for recorded MIDI controls.
2014-12-02 David RobillardFix automation write/touch.
2014-12-02 David RobillardFactor out copy-paste code.
2014-12-02 David RobillardReplace half-baked param metadata with descriptor.
2014-12-01 Julien de KozakMake it compile with C++11 support.
2014-12-01 Colin FletcherTidy up comments in Evoral::coverage
2014-12-01 Colin FletcherSimplify Evoral::RangeList::subtract(), and make it...
next