Replace "%z" modifier with glib macro for portability.
[ardour.git] / libs / evoral /
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...
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...
next