summaryrefslogtreecommitdiff
path: root/libs/evoral
AgeCommit message (Expand)Author
2009-05-18Patch from agorka to add some includes required for building with the GCC shi...Carl Hetherington
2009-05-07The great audio processing overhaul.David Robillard
2009-05-04Strip trailing whitespace from waf scripts.David Robillard
2009-05-04Maybe fix assertion crash.David Robillard
2009-04-18Upgrade to waf 1.5.4.David Robillard
2009-04-12libs/evoral/run-tests.sh: adapt to new global wafHans Baier
2009-02-27vestige-based VST support, back-ported from 2.0-ongoingPaul Davis
2009-02-27Waf: install stuffDavid Robillard
2009-02-26Clean up checks.David Robillard
2009-02-25Waf building of gtk2_ardour.David Robillard
2009-02-25Make unit tests optional.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-25Move waf up to top level, waf building of pbd, evoral, midi++David Robillard
2009-02-25Upgrade to waf 1.5.3.David Robillard
2009-02-19Only create a Curve for an AutomationList if we need it.David Robillard
2009-02-17* FIXME in midi_util.hHans Baier
2009-02-17Fix deadlock and potential race condition when editing MIDI.David Robillard
2009-02-17Fix the horrible mess that was anything related to sources and paths.David Robillard
2009-02-16Fix memory leak.Sampo Savolainen
2009-02-16Fix crash iterating over sequences with no controls (and Sequence iterator sa...David Robillard
2009-02-16Fix crash on iteration over an empty sequence and/or recording controllers only.David Robillard
2009-02-16Fix deadlock issues.David Robillard
2009-02-16Move all beats <-> frames time conversion into a single object that can be pa...David Robillard
2009-02-16Gracefully ignore illegal MIDI events at the buffer level (i.e. from Jack).David Robillard
2009-02-16Gracefully ignore illegal MIDI events.David Robillard
2009-02-16Rewrite Sequence::const_iterator.David Robillard
2009-02-15Clean up fugly debug printing stuff.David Robillard
2009-02-15Fix crash on reading meta event.David Robillard
2009-02-15Factor out region layering.David Robillard
2009-02-15Fix genererally retarded and broken note range / diskstream display / etc. re...David Robillard
2009-02-15Make smf_track_get_next_event gracefully handle empty tracks.David Robillard
2009-02-15Tidy, remove dead code.David Robillard
2009-02-15Shutup.David Robillard
2009-02-15De-templatify Evoral::SMF which has no concept of time other than SMF time.David Robillard
2009-02-15Use nframes_t for timestamps of real (jack) time MIDI events (i.e. in MidiBuf...David Robillard
2009-02-14Remove superfluous typedefs.David Robillard
2009-02-14Make SMF::append_event_delta take a buffer and a size rather than an Event (n...David Robillard
2009-02-14Const correctness.David Robillard
2009-02-14Remove unused (and timestamp type nasty) last_event_time() from SMF.David Robillard
2009-02-14While I'm doing trivial prettification things and not giving a damn about sup...David Robillard
2009-02-14Line wrap at 100 lines so I can read things :).David Robillard
2009-02-14Update for libsmf API changes.David Robillard
2009-02-14Fix types to be warning clean on 64 bit.David Robillard
2009-02-14Update autowaf (fix mandatory header check).David Robillard
2009-02-14MIDI robustness.David Robillard
2009-02-14More powerful SMF::open interface.David Robillard
2009-02-14Remove abstract MIDIFile interface (maintaining interface with old crap was g...David Robillard
2009-02-14LibSMF -> SMFDavid Robillard
2009-02-14SMF -> OldSMFDavid Robillard
2009-02-14Mandatory check for boost headers.David Robillard