summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2018-07-11Correct a couple of typosJohn Emmas
2018-07-10Fix lv2-state templates with external files.Robin Gareus
2018-07-09NO-OP: Rename disk-reader buffer for consistencyRobin Gareus
2018-07-09Prepare API for per disk-reader de-clickRobin Gareus
2018-07-09Remove unused CubicInterpolation from sessionRobin Gareus
2018-07-09Separate ChannelInfo for disk reader and writerRobin Gareus
2018-07-09Remove unused disk-reader vari-speedRobin Gareus
2018-07-09move rt-stop to routeRobin Gareus
2018-07-09Remove unused AutoLoopDeclick, PendingLoopDeclickRobin Gareus
2018-07-09Remove global declick APIRobin Gareus
2018-07-08make velocity bars thinner (from alex mitchell)Paul Davis
2018-07-06OSC: custom mode should turn temp mode offLen Ovens
2018-07-06OSC: record tally should include master recordLen Ovens
2018-07-06OSC: Use spill instead of collectLen Ovens
2018-07-05OSC: make temp modes work with linked surfaces tooLen Ovens
2018-07-05remove debug outputPaul Davis
2018-07-05system common and system realtime messages are not valid in SMF filesPaul Davis
2018-07-05catch various libsmf errors rethrown as exceptionsPaul Davis
2018-07-05change all use of g_critical() in libsmf() to g_warning()Paul Davis
2018-07-05Prepare CC121 ctrl surface for MixbusRobin Gareus
2018-07-05Accommodate newly introduced source(s) in our MSVC project (cairocanvas)John Emmas
2018-07-04OSC: Set lowest select meter to -120 for mixbusLen Ovens
2018-07-04ignore system reset messages entirely in the MIDI parserPaul Davis
2018-07-03method for setting whether or not to show velocity barsPaul Davis
2018-07-03reverse velocity display related commitsPaul Davis
2018-07-03enum convert for VelocityDisplayOptionPaul Davis
2018-07-03add VelocityDisplayOption enum; indent TrackAutoNamingRule decl. correctlyPaul Davis
2018-07-03fix rectangle computation, and re-use alex' color computationPaul Davis
2018-07-03add a guess at appropriate color management for note velocity displayPaul Davis
2018-07-03use new Canvas::Note object for (sustained) note displayPaul Davis
2018-07-03initial implementation of a more specialized canvas item for (sustained) notesPaul Davis
2018-07-03minor code optimization for Rectangle::render()Paul Davis
2018-07-02OSC: Make sure group name for select gets updatedLen Ovens
2018-06-30OSC: bugfix, select/next\previous sometimes resets to old stripLen Ovens
2018-06-30OSC: Add collect of groups or subgroupsLen Ovens
2018-06-30Add method to find subgroup_busLen Ovens
2018-06-30Fix code styleLen Ovens
2018-06-28when creating a route from a template, use correct call to setup XML state so...Paul Davis
2018-06-28call IO::prepare_for_reset() on BOTH IO nodes of a PortInsert's XML state, no...Paul Davis
2018-06-25fix mixing scope bracePaul Davis
2018-06-25Accommodate recently removed source(s) in our MSVC project (libardour)John Emmas
2018-06-24OSC: make select logic more sensibleLen Ovens
2018-06-21add Ctl_Dial to get better behaviour when binding a MIDI controller KNOB/DIAL...Paul Davis
2018-06-21remove debug outputPaul Davis
2018-06-21remove Session::controllable_by_descriptor() and move code into GenericMIDI c...Paul Davis
2018-06-20Put duplicate code of a-comp and a-expander into one file ...Johannes Mueller
2018-06-20Consolidated a-comp/a-exp run_mono() and run_stereo() to one run()Johannes Mueller
2018-06-20Make makeup_gain smoothening of a-expander same as in a-compJohannes Mueller
2018-06-20OSC: fix pre gcc5 problemLen Ovens
2018-06-20OSC: Add /select/vca/toggleLen Ovens