summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-07-10Fix ordering thinko in note selected colour.nick_m
2016-07-10Complete the task of Playlist::flush_notifications ()nick_m
2016-07-10Performance - don't redisplay model immediately in MidiRegionView::enable_dis...nick_m
2016-07-10Performance tweak - NoteBase doesn't recalculate colour as often.nick_m
2016-07-10Improve midi model redraw performance by caching colours.nick_m
2016-07-10Improve the performance of TempoMap::frame_at_beat ().nick_m
2016-07-10Use mostly beat-based calculation for displayed midi note position.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
2016-07-10Make some musical operations on music-locked regions operate in beats.nick_m
2016-07-09move latency-recompute into dedicated thread.Robin Gareus
2016-07-09handle internal-sends from audio to midi bussesRobin Gareus
2016-07-09commence testingRobin Gareus
2016-07-09move LatencyChanged detection from Plugin to Processor (plugin-insert)Robin Gareus
2016-07-09Make MIDI busses possible targets of internal sendsJulien "_FrnchFrgg_" RIVAUD
2016-07-09Make internal sends aware of non-audio dataJulien "_FrnchFrgg_" RIVAUD
2016-07-09Make Delivery::run more Datatype-agnosticJulien "_FrnchFrgg_" RIVAUD
2016-07-09Assert that nobody calls IO::copy_to_output with empty bufsJulien "_FrnchFrgg_" RIVAUD
2016-07-08fix port-sort order for good.Robin Gareus
2016-07-08OSC: Add well known controls for pan and compressorLen Ovens
2016-07-08pre-sort port-namesRobin Gareus
2016-07-08fix incorrect behaviour of mixer strip [X] (hide) buttonsPaul Davis
2016-07-08untested hack for AU multi-bus outputs which are not explicitly listedRobin Gareus
2016-07-08fix thinkoPaul Davis
2016-07-08towards a generic plugin grid layoutRobin Gareus
2016-07-08add an plugin API to query generic-gui grid-layoutRobin Gareus
2016-07-08first step to separate generic-gui layoutRobin Gareus
2016-07-08make route group master a real property.Paul Davis
2016-07-08signed VCA numbersPaul Davis
2016-07-08change VCA number to signed.Paul Davis
2016-07-09a-EQ: Tweak default values and inline display scale +-20dBDamien Zammit
2016-07-08treat VCA assign as a RouteGroup property.Paul Davis
2016-07-08fix region action sensitivity issues.Paul Davis
2016-07-07OSC: Add feedback for known pan controls and known compressor controlsLen Ovens
2016-07-07fix AU bus sidechainingRobin Gareus
2016-07-07update lua-biquad: add en/disableRobin Gareus
2016-07-07implement designated enable/bypass port for lua-procRobin Gareus
2016-07-07backup lua-test/devel util codeRobin Gareus
2016-07-07rewrite spectrogram using PBD::RingbufferRobin Gareus
2016-07-07add LuaTableRef to DSP API as alternative to shared-memRobin Gareus
2016-07-07some more lua-bindingsRobin Gareus
2016-07-07prepare sharing C++ class instances across lua-interpretersRobin Gareus