summaryrefslogtreecommitdiff
path: root/libs/evoral
AgeCommit message (Expand)Author
2016-12-07Set MidiPgmChangeAutomation control valueRobin Gareus
2016-12-04Remove boost_system test kludgeDavid Robillard
2016-12-04Update evoral test suiteDavid Robillard
2016-12-04Fix configurationDavid Robillard
2016-12-04Improve coverage of evoral testsDavid Robillard
2016-12-04Improve coverage of evoral testsDavid Robillard
2016-12-04Add missing includeDavid Robillard
2016-12-04Make libpbd and evoral capable of standalone buildDavid Robillard
2016-12-04Remove dead/annoying/unsafe codeDavid Robillard
2016-12-03Fix Sequence testDavid Robillard
2016-12-03Remove dead codeDavid Robillard
2016-12-03Fix event type and parameter type confusionDavid Robillard
2016-12-03Remove Evoral::MIDIEventDavid Robillard
2016-12-03Factor out and extend MIDIXML implementationDavid Robillard
2016-12-03Fix Sequence/Event const-correctness issuesDavid Robillard
2016-11-27Fix loading, recording & saving MIDI with PolyKeyPressure events.Robin Gareus
2016-10-23Don't add initial points for MIDI-CCRobin Gareus
2016-10-05SMF add support for type-0 files (count channels, not tracks)Robin Gareus
2016-09-13extend Evoral::Range<T> to offer ::length() and ::squish()Paul Davis
2016-08-30Update our MSVC project files to generate the most recent Ardour session file...John Emmas
2016-08-19attempt to handle poly-pressure (polyphonic aftertouch) similarly to other MI...Paul Davis
2016-07-25the endless quest to plug memory leaks -- episode 378Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14Remove a (no longer needed) source file from our MSVC project (evoral)John Emmas
2016-07-12remove old midi-note name APIRobin Gareus
2016-05-21Accommodate the fact that 'msvc_resources.rc.in' got moved to a new pathJohn Emmas
2016-05-10use g_fopen() to avoid i18n errors with file paths/namesPaul Davis
2016-04-12NO-OP; document some more parameters.Robin Gareus
2016-04-10NO-OP document Evoral::ControlListRobin Gareus
2016-03-28leave a ToDo noteRobin Gareus
2016-03-21Trim dependence on evoral types.hpp and Beats.hppDavid Robillard
2016-02-28prepare for update to waf 1.8Robin Gareus
2015-12-30Modify the MSVC build project (for libevoral) such that it can find pthread.hJohn Emmas
2015-12-27somewhat better solution to prev commit.Robin Gareus
2015-12-27work around midi-event counter 4 byte overflow.Robin Gareus
2015-10-31Handle paste from non-toggled to boolean automation track.nick_m
2015-10-20Update ContrilList debug output.nick_m
2015-10-20Amend last connit - don't use a bool to represent a double.nick_m
2015-10-20Fix incorrect initial point when recording toggled automation.nick_m
2015-10-20Make automation record undo per pass rather than per touch.nick_m
2015-10-20Make control point selection more consistent.nick_m
2015-10-07only subdivide plugin-cycle when automation is playingRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from .cpp and .hpp files missed by pr...Paul Davis
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-24Add some casting to keep MSVC happyJohn Emmas
2015-09-19no c99Robin Gareus
2015-09-19speed-up smf_track_delete() from O(N^2) to O(n)Robin Gareus
2015-09-18Midi CC events have no event-IDRobin Gareus
2015-09-18fix ever increasing MIDI event IDsRobin Gareus