ardour.git
2009-02-18 David RobillardFix MIDI controller feedback.
2009-02-18 David RobillardFix ardour2 -> ardour3 stuff in po files.
2009-02-18 David RobillardFix ardour2 -> ardour3 issues.
2009-02-18 David RobillardMake sure Evoral::MIDIEvent XML stuff is entirely unuse...
2009-02-17 Hans Baier* .gitignore
2009-02-17 Hans Baier* FIXME in midi_util.h
2009-02-17 David RobillardFix deadlock and potential race condition when editing...
2009-02-17 David RobillardMake a bunch of stuff boost::noncopyable.
2009-02-17 David RobillardFix crazy spacey tabs, width, other super relevant...
2009-02-17 Carl HetheringtonMake range selection context menu work again.
2009-02-17 David RobillardRemove unnecessary/unused template parameter from canva...
2009-02-17 David RobillardFix the horrible mess that was anything related to...
2009-02-17 Carl HetheringtonFix for visual glitch due to race between Editor::updat...
2009-02-16 David RobillardFix crash on audio record (time converter segfault...
2009-02-16 Sampo SavolainenFix memory leak.
2009-02-16 David RobillardMove duplicated AudioFileSource::Flags and SMFSource...
2009-02-16 Hans Baier* First prototype of SysEx GUI
2009-02-16 David RobillardFix a bunch of the ol' trivial audio-specific-for-no...
2009-02-16 David RobillardFix crash iterating over sequences with no controls...
2009-02-16 David RobillardFix time / positioning of PC flags (beat time).
2009-02-16 David RobillardDon't do a linear search through controls for program...
2009-02-16 David RobillardDon't bind playlist_modified with a shared_ptr<Playlist...
2009-02-16 David RobillardFix crash when NullAutomation is created (which shouldn...
2009-02-16 David RobillardTime unit translation for AutomationLine (correctly...
2009-02-16 David RobillardFix crash on iteration over an empty sequence and/or...
2009-02-16 David RobillardFix deadlock issues.
2009-02-16 David RobillardMove all beats <-> frames time conversion into a single...
2009-02-16 David RobillardFix horizontal positioning of PC flags.
2009-02-16 David RobillardGracefully ignore illegal MIDI events at the buffer...
2009-02-16 David RobillardGracefully ignore illegal MIDI events.
2009-02-16 David RobillardRewrite Sequence::const_iterator.
2009-02-15 David RobillardTrim include dependency tree (particularly on evoral...
2009-02-15 David RobillardClean up fugly debug printing stuff.
2009-02-15 David RobillardBring the note mode menu back from the dead.
2009-02-15 David RobillardFix crash on reading meta event.
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.
next