summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-10complete ringbuffer bindingsRobin Gareus
2016-07-10add a raw midi buffer plugin exampleRobin Gareus
2016-07-10add raw midi buffer bindingRobin Gareus
2016-07-10re-layout import dialog (better fit for narrow screens)Robin Gareus
2016-07-10fix plugin bypass -- thinko in 54d8def6Robin Gareus
2016-07-10towards export latency compensationRobin Gareus
2016-07-10align stem-export (raw track outputs (with and w/p processing)Robin Gareus
2016-07-09possible fix for off-by-one issue with MIDI binding maps etc.Paul Davis
2016-07-09fix initialization orderPaul Davis
2016-07-09const bool METHOD() const makes no sensePaul Davis
2016-07-09Better heuristics for guessing the primary type of an input or outputJulien "_FrnchFrgg_" RIVAUD
2016-07-09update_io_button: store input() or output() in a variableJulien "_FrnchFrgg_" RIVAUD
2016-07-09better safe than sorryRobin Gareus
2016-07-10Revert incorrect 'optimisation' from 4f7a4cd2333.nick_m
2016-07-10Minimise duplicate calls to CairoWidget::set_dirty() in the editor summary.nick_m
2016-07-10Edit note dialog fixes.nick_m
2016-07-10Always set the musical position in Region::recompute_position_from_lock_style().nick_m
2016-07-10Fix missing note divisor when creating regions, ensure an existing musical ti...nick_m
2016-07-10Midi note resizing uses exact beat.nick_m
2016-07-10Use exact beat when adding midi notes.nick_m
2016-07-10Simplify Editor::mouse_add_new_meter_event() a bit.nick_m
2016-07-10Tempo map updates.nick_m
2016-07-10Fix long-standing spelling bug.nick_m
2016-07-10Fix missing tempi recompute, improve adding meter/tempo failure.nick_m
2016-07-10Stop passing references to things that may disappear when a metric section is...nick_m
2016-07-10Fail properly when adding a new audio locked meter's tempo.nick_m
2016-07-10Check meter/tempo section exists in copy drag.nick_m
2016-07-10Indicate meter frame even when adding a music-locked meter from the gui.nick_m
2016-07-10Fix broken meter manipulation in exact_beat.nick_m
2016-07-10Back to using exact beats for midi region start_beats calculation when trimming.nick_m
2016-07-10Fix bad comment.nick_m
2016-07-10Use frame-based (non-exact) beat calculation to set new start in midi region ...nick_m
2016-07-10Experimental patch to ensure playback buffer bounds use minimal beat->frame r...nick_m
2016-07-10AudioPlaylist doesn't double-notify that contents have changed if bounds have...nick_m
2016-07-10AudioRegionView - don't do coverage frames unless we're in stacked mode.nick_m
2016-07-10Editor region list only updates columns that have changed,nick_m
2016-07-10Remove extra ContentsChanged signal on tempo map change.nick_m
2016-07-10Make bbt ruler visible in default session.nick_m
2016-07-10Fix note trimming over tempo changes, correct note length properly when resiz...nick_m
2016-07-10Restore earlier midi region trim display.nick_m
2016-07-10Exact beat for added regions.nick_m
2016-07-10Only update midi regions having a playlist after tempo map change, fix 0 leng...nick_m
2016-07-10Avoid the use of dynamic_cast in TempoMap for performance improvement.nick_m
2016-07-10Use Note::set (Rect) for speed improvement when rendering notes.nick_m
2016-07-10Add Note::set (Rect) for optimisation purposes (minimise begin/end changes)nick_m
2016-07-10Temporary work-around for note colour.nick_m
2016-07-10Make TempoMap::bbt_at_frame() more efficient.nick_m
2016-07-10Show correct bbt representation of region length in region list.nick_m
2016-07-10Improve performance of automation range moves.nick_m
2016-07-10Quick fix to get trim working again (bahaving oddly during trim right now)nick_m