ardour.git
2009-02-15 David RobillardFactor out region layering.
2009-02-15 David RobillardRemove dead code.
2009-02-15 David RobillardFix genererally retarded and broken note range / diskst...
2009-02-15 David RobillardThe Big Change: Store time in MidiModel as tempo time...
2009-02-15 David RobillardMake smf_track_get_next_event gracefully handle empty...
2009-02-15 David RobillardCommit of the century, right here.
2009-02-15 David RobillardOops. Fix XML stuff in GUI as well.
2009-02-15 David RobillardMore contrast for MIDI notes.
2009-02-15 David RobillardSession XML style consistency (tag names are capitalized).
2009-02-15 David RobillardTidy, remove dead code.
2009-02-15 David RobillardTidy.
2009-02-15 David RobillardShutup.
2009-02-15 David RobillardCache file position in SMFSource::read_unlocked (i...
2009-02-15 David RobillardClean up.
2009-02-15 David RobillardDe-templatify Evoral::SMF which has no concept of time...
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-14 David RobillardTidy.
2009-02-14 David RobillardRemove superfluous typedefs.
2009-02-14 David RobillardMake SMF::append_event_delta take a buffer and a size...
2009-02-14 David RobillardConst correctness.
2009-02-14 David RobillardRemove unused (and timestamp type nasty) last_event_tim...
2009-02-14 David RobillardWhile I'm doing trivial prettification things and not...
2009-02-14 David RobillardLine wrap at 100 lines so I can read things :).
2009-02-14 David RobillardUpdate for libsmf API changes.
2009-02-14 David RobillardFix types to be warning clean on 64 bit.
2009-02-14 David RobillardUpdate autowaf (fix mandatory header check).
2009-02-14 David RobillardMIDI robustness.
2009-02-14 Carl HetheringtonIf a bundle's channel has no ports associated with...
2009-02-14 Carl HetheringtonMake DnD copy processors using their XML representation...
2009-02-14 David RobillardFix most absurd function name I've seen in a while.
2009-02-14 David RobillardMore powerful SMF::open interface.
2009-02-14 David RobillardRemove abstract MIDIFile interface (maintaining interfa...
2009-02-14 David RobillardLibSMF -> SMF
2009-02-14 David RobillardSMF -> OldSMF
2009-02-14 Carl HetheringtonFix send copying by paste and drag n drop.
2009-02-14 Hans Baier* second part of the last fix
2009-02-14 Hans Baier* fix concerning a comment on issue 2541: Go back to...
2009-02-14 David RobillardLess weak plugin preset system (maybe AU preset stuff...
2009-02-14 David RobillardMandatory check for boost headers.
2009-02-13 Hans Baier*session.h whitespace
2009-02-13 Hans Baier* Added CanvasSysEx class for displaying SysExes
2009-02-13 Hans Baier* MIDIClock_Slave: fixed bugs:
2009-02-13 Hans Baier* MIDIClock_Slave: Fix for devices that always send...
2009-02-12 Hans Baier* disabled debugging output
2009-02-12 Hans Baier* Evoral: SMFTest: added createNewFileTest (passes)
2009-02-12 Hans Baier* Swapped MidiSource to LibSMF
2009-02-12 Hans Baier* MIDI clock slave: issues 2541 and 2542 ready for...
2009-02-11 Carl HetheringtonFix segfault on:
2009-02-11 David Robillardverbosity--
2009-02-11 David RobillardRemove unused (and weirdly typed) time parameter from...
2009-02-11 David Robillardverbosity--
2009-02-11 David RobillardStandardMIDIFile -> MIDIFile.
2009-02-11 David RobillardDetect libsmf error and throw exceptions.
2009-02-11 David RobillardInclude stripped down libsmf code internally.
2009-02-11 Carl HetheringtonFix some problems with dragging more than 1 region...
2009-02-11 Hans Baier* introduced dependency: libsmf-1.2
2009-02-11 Carl HetheringtonOffer routes on mixer strip IO menus. Fixes to these...
2009-02-11 Carl HetheringtonAdd connected_to ()
2009-02-11 Carl HetheringtonRemove declaration of undefined method.
2009-02-11 Carl HetheringtonRemove internal ports.
2009-02-11 Hans Baier*Evoral: Sequence: forgot to commit that
2009-02-10 Hans Baier* Evoral: Added Unit test for SMF
2009-02-10 Hans Baier* Evoral::Sequence: conditional compile for debugging...
2009-02-10 Hans Baier* Code readability: Template parameter <T> -> <Time>
2009-02-10 Carl HetheringtonDuh. Simplify previous commit.
2009-02-10 Carl HetheringtonAdd a rescan button.
2009-02-10 Hans Baier* fix MIDI playback
2009-02-10 Hans Baier*Evoral::SMF fix reading/writing of SysEx Events
2009-02-10 Carl HetheringtonBit of a hack to make the port matrix for port inserts...
2009-02-10 Carl HetheringtonFix disassociation of all from a single channel.
2009-02-10 Carl HetheringtonFixes to port inserts.
2009-02-10 Carl HetheringtonRemove some debug code.
2009-02-10 Carl HetheringtonFix disassociate all to only disassociate if required.
2009-02-10 Carl HetheringtonUse slightly cleaner Port API in a few places.
2009-02-09 Hans Baier* filename conventions (second part of it)
2009-02-09 Hans Baier* filename conventions
2009-02-09 Carl HetheringtonFix fade outs on split regions.
2009-02-09 David RobillardShrink exposed SMF API.
2009-02-09 Hans Baier* fixed test
2009-02-09 David RobillardWarning.
2009-02-09 Hans Baier* Sequence: added asserts
2009-02-09 Carl HetheringtonApply fix for 2546 from lincoln. Many thanks.
2009-02-09 Carl HetheringtonRemove references to connection manager from the build.
2009-02-09 Carl HetheringtonFixes to bundle manager to make it vaguely usable.
2009-02-09 Carl HetheringtonRemove old connection editor.
2009-02-07 David RobillardFix warnings.
2009-02-07 David RobillardRevert redundant kludge.
2009-02-07 Hans Baier* Evoral: first successful read from Sequence
2009-02-07 Hans Baier* added run-tests.sh to libs/evoral
2009-02-07 Hans Baier* evoral: First productive test environment
2009-02-07 Hans Baier* introduced CppUnit into libs/Evoral
2009-02-06 Hans Baier* Evoral: waf and unit test compile and run now
2009-02-06 Hans Baier* Add SysEx Support to MidiModel / SMF
2009-02-05 Carl HetheringtonSmall fixes to port matrix rendering, mostly visible...
2009-02-04 Carl HetheringtonReduce header dependencies.
2009-02-04 Carl HetheringtonFix minor visual glitch with mouseover when a label...
2009-02-03 Hans Baier* fix comment
2009-02-03 Hans Baier* more pleasant template parameter names in (MIDI)Event
2009-02-03 Hans Baier* midi_event_size(uchar status): return size including...
2009-02-03 Hans Baier* typo buss -> bus
next