summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral
AgeCommit message (Expand)Author
2012-05-24Compile cleanly with clang.David Robillard
2012-05-11switch to 5 new fade curves, taken from mixbus2 branch. make xfade context me...Paul Davis
2012-04-30fix up some const-ness issues starting from Evoral::Event::set(), and interse...Paul Davis
2012-04-22Use a list of ControlPoints to hold the automation selection,Carl Hetherington
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-04-05make automation thinning factor controllable at run timePaul Davis
2012-04-04Remove ControlList::_max_xval which is set up and stored inCarl Hetherington
2012-03-30Some fixes for GCC 4.7.0Carl Hetherington
2012-03-22Don't leave internal edit mode when clicking on an automation region view (#4...Carl Hetherington
2012-01-20Simple approach to putting plugin controls into theCarl Hetherington
2012-01-18Catch exception thrown by SMF code when it cannot writeCarl 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-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-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-12prevent illegal data being used to set note values, velocities and channelsPaul 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-14initial pass at session-renaming functionalityPaul 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-04-20Remove unused NascentInfo::is_touch member.Carl Hetherington
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-01Update session range on trimming regions.Carl Hetherington
2011-02-01avoid unused args warningPaul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2010-12-28Missing files.Carl Hetherington
2010-12-28Unify program change and bank handling so that they are manipulated together.Carl Hetherington
2010-12-24Fix broken whitespace.David Robillard
2010-12-20Allow deletion of program changes in the same way as notes.Carl Hetherington
2010-12-09Allow trim of midi regions to before the start of the source (better, this ti...Carl Hetherington
2010-12-07Revert previous ill-thought-out patch.Carl Hetherington
2010-12-07Allow trim of midi regions to before the start of the source. Fixes #3156.Carl Hetherington
2010-12-07add "shift" method used in 2.X and now a3 to move data starting at a position...Paul Davis
2010-09-28Don't cut output rate of non-interpolated controllers.Carl Hetherington
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-233.0 version of rev 5564 from 2.x - basic boolean plugin parameter automation ...Paul Davis
2010-08-20Don't write undo records for automation that moves with regions when nothing ...Carl Hetherington
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis