summaryrefslogtreecommitdiff
path: root/libs/evoral
AgeCommit message (Expand)Author
2015-09-15another note-off fix.Robin Gareus
2015-09-14note-off ordering - fixes #6340Robin Gareus
2015-09-13hack around a bug in cppunit/mingw/windows.Robin Gareus
2015-09-13adjust precision to specified value, avoid "0".Robin Gareus
2015-09-13allow to run unit-test under wine from srcdir.Robin Gareus
2015-07-30Replace "%z" modifier with glib macro for portability.Robin Gareus
2015-07-16merge fixBen Loftis
2015-06-29remove const warning in SMF C code by changing function parameter argument qu...Paul Davis
2015-06-29Revert "add operator bool() to Evoral::Beats"Paul Davis
2015-06-29add operator bool() to Evoral::BeatsPaul Davis
2015-06-18Fix ControlList::editor_add () wrt guard points.nick_m
2015-06-17Automation -use editor_add in gui, record straight lines with fewer points.nick_m
2015-06-17Fix some workflow problems wrt automation.nick_m
2015-06-12We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG mechanis...Paul Davis
2015-06-09Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects (j...John Emmas
2015-05-24Make Evoral::Event ids unique always.nick_m
2015-05-03don't install static library libsmf.aNils Philippsen
2015-04-20SMF::end_write() is a no-op if there is no _smf structurePaul Davis
2015-04-20remove _file_path member from Evoral::SMFPaul Davis
2015-04-15Replace control list locks with RWLocks4.0-rc4Robin Gareus
2015-03-26Follow MIDI control values with automation faders.David Robillard
2015-03-11mingw: all code is position independentRobin Gareus
2015-03-07Add a missing 'typename' specifier to the declaration for 'Evoral::Sequence::...John Emmas
2015-03-05Handle edits while playing precisely.David Robillard
2015-02-19Normalize notes on all channels.David Robillard
2015-02-19Fix record/import of note ons with velocity 0.David Robillard
2015-02-19Don't allocate then discard notes on note off.David Robillard
2015-02-19Remove unused ifdef gunk.David Robillard
2015-02-13Add a test for the constrained cubic interpolation of Evoral::CurveColin Fletcher
2015-01-20few more basic ControList/Curve TestsRobin Gareus
2015-01-19Curve::_get_vector: fix return value when veclen == 1Guido Aulisi
2015-01-192-point Curve Linear Interpolation TestRobin Gareus
2015-01-19minimalistic Evoral::Curve Unit Test.Robin Gareus
2015-01-10Add a newly introduced header file to our MSVC project (libevoral)John Emmas
2015-01-07MusicalTime => Beats.David Robillard
2015-01-05Fix MIDI file descriptor leaks.David Robillard
2014-12-31fix incorrect test for valid MIDI events.Paul Davis
2014-12-31Fix range "arithmetic"Paul Davis
2014-12-30Load what we can from broken/truncated MIDI files.David Robillard
2014-12-30Fix MIDI CC record/playback crash.David Robillard
2014-12-29Blind fix for MIDI iteration bug.David Robillard
2014-12-18Mute automation via normal mute button.David Robillard
2014-12-17Remove some aborts that don't really need to be.David Robillard
2014-12-17Fix oops in previous commit.David Robillard
2014-12-17Fix occasional crash when recording MIDI.David Robillard
2014-12-10remove file manager LRU cache from code.Paul Davis
2014-12-06Remove unnecessary includes.David Robillard
2014-12-06Fix seek in linearly interpolated control lists.David Robillard
2014-12-06Adapt range when copying between automation types.David Robillard
2014-12-06More potential SMF crash fixes.David Robillard