summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-17* .gitignoreHans Baier
2009-02-17* FIXME in midi_util.hHans Baier
2009-02-17Fix deadlock and potential race condition when editing MIDI.David Robillard
2009-02-17Make a bunch of stuff boost::noncopyable.David Robillard
2009-02-17Fix crazy spacey tabs, width, other super relevant rocket scientist type things.David Robillard
2009-02-17Make range selection context menu work again.Carl Hetherington
2009-02-17Remove unnecessary/unused template parameter from canvas sysex flags.David Robillard
2009-02-17Fix the horrible mess that was anything related to sources and paths.David Robillard
2009-02-17Fix for visual glitch due to race between Editor::update_current_screen being...Carl Hetherington
2009-02-16Fix crash on audio record (time converter segfault wackiness).David Robillard
2009-02-16Fix memory leak.Sampo Savolainen
2009-02-16Move duplicated AudioFileSource::Flags and SMFSource::Flags into Source.David Robillard
2009-02-16* First prototype of SysEx GUIHans Baier
2009-02-16Fix a bunch of the ol' trivial audio-specific-for-no-particular-reason things.David Robillard
2009-02-16Fix crash iterating over sequences with no controls (and Sequence iterator sa...David Robillard
2009-02-16Fix time / positioning of PC flags (beat time).David Robillard
2009-02-16Don't do a linear search through controls for program change for no reason.David Robillard
2009-02-16Don't bind playlist_modified with a shared_ptr<Playlist> parameter.David Robillard
2009-02-16Fix crash when NullAutomation is created (which shouldn't be happening, but h...David Robillard
2009-02-16Time unit translation for AutomationLine (correctly display MIDI controller d...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-16Fix horizontal positioning of PC flags.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-15Trim include dependency tree (particularly on evoral/Sequence.hpp).David Robillard
2009-02-15Clean up fugly debug printing stuff.David Robillard
2009-02-15Bring the note mode menu back from the dead.David Robillard
2009-02-15Fix crash on reading meta event.David Robillard
2009-02-15Factor out region layering.David Robillard
2009-02-15Remove dead code.David Robillard
2009-02-15Fix genererally retarded and broken note range / diskstream display / etc. re...David Robillard
2009-02-15The Big Change: Store time in MidiModel as tempo time, not frame time.David Robillard
2009-02-15Make smf_track_get_next_event gracefully handle empty tracks.David Robillard
2009-02-15Commit of the century, right here.David Robillard
2009-02-15Oops. Fix XML stuff in GUI as well.David Robillard
2009-02-15More contrast for MIDI notes.David Robillard
2009-02-15Session XML style consistency (tag names are capitalized).David Robillard
2009-02-15Tidy, remove dead code.David Robillard
2009-02-15Tidy.David Robillard
2009-02-15Shutup.David Robillard
2009-02-15Cache file position in SMFSource::read_unlocked (i.e. don't seek to start and...David Robillard
2009-02-15Clean up.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-14Tidy.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