summaryrefslogtreecommitdiff
path: root/libs/evoral
AgeCommit message (Expand)Author
2011-12-31Don't round control list events when x-scaling them; prevents large loss of a...Carl Hetherington
2011-12-26(1) do not write sequential same-value automation data into a ControlList (2)...Paul Davis
2011-12-22fix a build issue in Evoral that was preventing Sequencer<T>::dump() from bei...Paul Davis
2011-12-02revert recent change to Evoral::Event, and use static_cast<> to get from Even...Paul Davis
2011-12-02correct code for MIDIEvent::is_{spp,mtc_quarter}()Paul Davis
2011-12-02add 3 new is_foo() methods to MIDIEvent for testing for certain periodic MIDI...Paul Davis
2011-12-02make Evoral::Event be polymorphic by adding virtual to its destructor (why wa...Paul Davis
2011-11-23Fix broken whitespace via merciless application of the emacs hammer.David Robillard
2011-11-22tweak debug outputPaul Davis
2011-11-16Doxygen tweaks.Carl Hetherington
2011-11-13Apply patch from timbyr to fix building with --test.David Robillard
2011-10-19Remove dubious Evoral::Event methods that exposed non-const references to mem...David Robillard
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-30more changes to wscript files to catch up with waf 1.6 and fix OS X issuesPaul Davis
2011-09-29Use is_defined to check for HAVE_* variables set by checks.David Robillard
2011-09-29Remove use of waf compat15 tool.David Robillard
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-09-27Add missed parent class call to Sequence::control_list_marked_dirty. Fixes #...Carl Hetherington
2011-09-19Emit ContentsChanged on the model when one of its control lists changes. Sho...Carl Hetherington
2011-08-13Fix build with tests enabled.Carl Hetherington
2011-08-12prevent illegal data being used to set note values, velocities and channelsPaul Davis
2011-08-11finish the intention of the previous commit, correctly this timePaul Davis
2011-08-11do not assert/abort out of data errors that may originate with external user-...Paul Davis
2011-08-11add skeleton for i18n supportPaul Davis
2011-07-31Fix up build of tests.Carl Hetherington
2011-07-26remove remnant of MIDI I/O debuggingPaul Davis
2011-07-20try to fix data loss at end of a capture pass for MIDI - add a new virtual me...Paul Davis
2011-07-16Remove an assert() that I can't see the value of, and whichCarl Hetherington
2011-07-14initial pass at session-renaming functionalityPaul Davis
2011-07-13more midi io debuggingPaul Davis
2011-06-21change default overlapping note strategy to "relax" (i.e. do nothing); fix cr...Paul Davis
2011-06-17some changes to try to make the monitor section gain controls work as intende...Paul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-05-29more gcc 4.6/standards compliancePaul Davis
2011-05-28attempt to be compliant with gcc 4.6 (assuming that its more compliant with s...Paul Davis
2011-05-17Remove unnecessary duplicate take of Sequence's read_lock.Carl Hetherington
2011-05-17Minor tidy-ups.Carl Hetherington
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-04-20Remove unused NascentInfo::is_touch member.Carl Hetherington
2011-04-20Fix assertion failure when merging a set of nascent events which start at the...Carl Hetherington
2011-04-16Fix erroneous masking when loading bank changes (part of #3916).Carl Hetherington
2011-04-09fix mismatching use of operator new() when allocating buffer to passed into l...Paul Davis
2011-04-06Fix my name :)David Robillard
2011-03-26more customary include orderPaul Davis
2011-03-26remove Evoral::RingBuffer, which was (a) duplicating PBD::RingBufferNPT and (...Paul Davis
2011-03-23Patch from Joskar to use scientific pitch notation for MIDI note names (#3867).Carl Hetherington
2011-03-16Indent python files with spaces as per style guide.David Robillard
2011-03-08Allow out-of-time-order writes to nascent event list, sorting before merge. ...Carl Hetherington
2011-03-01Update session range on trimming regions.Carl Hetherington
2011-02-01avoid unused args warningPaul Davis