summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-07-12a-reverb prototype (based on setBfree b_reverb)Robin Gareus
2016-07-12remove pointless version of Stripable::set_presentation_order()Paul Davis
2016-07-12fix a a-eq ttl typoRobin Gareus
2016-07-12fix simple but fatal mistake in defining PBD::Controllable::Flags enums.Paul Davis
2016-07-12fix compilation with lv2 < 1.10 (lv2 extended)Robin Gareus
2016-07-12a-eq tweaks:Robin Gareus
2016-07-12update MIDIEvent lua bindings/exampleRobin Gareus
2016-07-11OSC: finish feedback for well known controls. Simplify some others.Len Ovens
2016-07-11remove debug outputRobin Gareus
2016-07-11add a convenient lua forward mapped buffers methodRobin Gareus
2016-07-11proper semantics for variable port-countRobin Gareus
2016-07-11remove implicit labels from a-eqRobin Gareus
2016-07-11add a MTC/sysex test sequenceRobin Gareus
2016-07-11lua MidiBuffer bindingsRobin Gareus
2016-07-10White space fix only. (Spaces to tabs)Len Ovens
2016-07-10add a single-element ring-buffer write functionRobin Gareus
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10complete ringbuffer bindingsRobin Gareus
2016-07-10add raw midi buffer bindingRobin 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 safe than sorryRobin Gareus
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-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-10Fail properly when adding a new audio locked meter's tempo.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-10Remove extra ContentsChanged signal on tempo map change.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-10Make TempoMap::bbt_at_frame() more efficient.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
2016-07-10Complete the task of Playlist::flush_notifications ()nick_m
2016-07-10Improve the performance of TempoMap::frame_at_beat ().nick_m
2016-07-10Remove frame conversion for MidiRegionView::note_in_region_range(), speed up ...nick_m
2016-07-10Paste uses exact beats. rework _start_beats calculation in copy-with-offset c...nick_m
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m