remove _file_path member from Evoral::SMF
[ardour.git] / libs / evoral /
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...
2014-12-01 Colin FletcherRework Evoral::coverage() to pass unit tests
2014-12-01 Colin FletcherMake tests of Evoral::Range functions include both...
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-29 David RobillardSet discrete by default for boolean parameters.
2014-11-29 David RobillardFix crash when deleting all points from a line.
2014-11-25 Colin FletcherAdd test for Evoral::coverage()
2014-11-25 Colin FletcherFix build of evoral tests
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 RobillardMax is max and min is min and I am dumb.
2014-11-22 David RobillardFix clang and MSVC build.
2014-11-22 David RobillardWrap MusicalTime in a class.
2014-11-22 David RobillardFix assert failure in control list interpolation.
2014-11-20 David RobillardFix lost MIDI note offs and controllers.
2014-11-18 Robin Gareusamend 484e38053
2014-11-18 Robin Gareussilence clang "dead assignment" warnings
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 Davisremove debug output
2014-10-15 Paul Davisadd mutex/lock to all Evoral::SMF methods that use...
2014-08-31 David RobillardFix crash when changing automation mode for MIDI track...
2014-08-28 John EmmasMake sure all our VC projects agree that the product...
2014-08-06 Ben LoftisMore fixes for range-based automation editing.
2014-08-05 Ben LoftisInitial steps towards usable range-based automation...
2014-08-04 John EmmasModify our VC project files to work with msvc32-fixup.pl
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-15 David RobillardUpdate vcproj files for changed LILV config define.
2014-07-09 Paul Davismake sure that copy constructors and operator= for...
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-07 Robin Gareuslimit automation event density - fixes #5928
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-30 Robin Gareusupdate Evoral::Curve to honor ControlList::Interpolatio...
2014-05-30 Robin GareusFix code to prepare re-enable cubic spline interpolatio...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-04-29 Carl HetheringtonMerge branch 'cairocanvas' of git.ardour.org:ardour...
2014-04-29 Paul Davisremove redundant os.path.join() calls when specifying...
2014-04-29 Paul Davisfinish unfinished work at basing all install paths...
2014-04-28 Damien ZammitFixed problem where importing invalid midi files caused... 3.5.380
next