summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-12-21fix for problem when reverse playback hits 00:00:00:00 (may be incomplete)Robin Gareus
2012-12-20replace characters that would make an export filename illegal on any/all file...Paul Davis
2012-12-19equivalent change for midi tracks as was done for audio in rev 13615, fixes M...Paul Davis
2012-12-19feedback for toggled MIDI controls now sends 0 or 127, not various in-between...Paul Davis
2012-12-19prevent MIDI tracks from ever being in MonitoringSilence state, allows use of...Paul Davis
2012-12-19prevent crash when saving learned MIDI binding that is now missing its contro...Paul Davis
2012-12-18change default font scaling to 80% which makes a newly installed ardour come ...Paul Davis
2012-12-18fix up discovery of VAMP plugins after ./waf install, which fixes crashes whe...Paul Davis
2012-12-17remove use of a boost::fast_pool_allocator without a mutex for Evoral::Contro...Paul Davis
2012-12-16some explanatory text for CrossThreadPool, so that it is possible (maybe) to ...Paul Davis
2012-12-14merge robin gareus' libltc into ardour source tree for conveniencePaul Davis
2012-12-13crossfade hack and slash. removed overlap checks, overlap mode, default leng...Ben Loftis
2012-12-13remove debug outputPaul Davis
2012-12-13reinstate the windows way for GUIIdle's but limit the scope of the connection...Paul Davis
2012-12-12because sometimes there are good reasons for not doing things the way a windo...Paul Davis
2012-12-12sometimes, you just have to do what a windows programmer would do. add a glob...Paul Davis
2012-12-12muted regions should be totally ignored during playlist read()Ben Loftis
2012-12-12finalize fix for MIDI track monitoringPaul Davis
2012-12-12if we're not going to use pixfbuf (images) for faders, then lets not create a...Paul Davis
2012-12-11fix uninitialized variable causing error delivering various MIDI messages at ...Paul Davis
2012-12-11make sure that JACK MIDI ports know about Jack halting in the "halted info" c...Paul Davis
2012-12-10pixfader: don't change drawing state (prelight) just because a leave event ar...Paul Davis
2012-12-10tweak to plugin parameter sliders in mixer stripsBen Loftis
2012-12-09disable spline interpolation for curves - use linear interpolation; configura...Paul Davis
2012-12-08fix automation/control list behaviour when manually adding a point within exi...Paul Davis
2012-12-07more theming and layout tweaks. new faders that pre-light. fixed some spaci...Ben Loftis
2012-12-07Make export type an enum and pass it to the profile manager instead of the xm...Sakari Bergen
2012-12-07fix wierd rec-enable behaviour, at possible expense of adding more RT costPaul Davis
2012-12-07fix issues with rec-enabling being done in RT context by splitting it into tw...Paul Davis
2012-12-07change presentation of shortcut in tooltips and fix include pathsPaul Davis
2012-12-06several theme changes. changed drawing of rounded_rectangle to be more corre...Ben Loftis
2012-12-06various fixes for exporting, including correct handling of errors during expo...Paul Davis
2012-12-05tentative fix for MIDI monitoring bug - just use existing monitoring code, i....Paul Davis
2012-12-05Session should disconnect from all signals during its destruction, earlyPaul Davis
2012-12-04dramatically speed up the addition of large numbers of busses + tracks. consi...Paul Davis
2012-12-03do not try to write from JackMIDIPort::write() if we are disconnected from JA...Paul Davis
2012-12-02remove debugging output; properly handle cases in Curve::_get_vector() where ...Paul Davis
2012-11-30still more debugging outputPaul Davis
2012-11-30still more debugging outputPaul Davis
2012-11-30still more debugging outputPaul Davis
2012-11-30more debugging outputPaul Davis
2012-11-30debugging outputPaul Davis
2012-11-30fix x-fades (part one)Robin Gareus
2012-11-30add reverse iterator to event list (prepare x-fade fix)Robin Gareus
2012-11-21from the depths of thorwil's dumpster diving comes a fix incorrect solo behav...Paul Davis
2012-11-21add more DEBUG::Solo output ; fix assignment of remote control ID's from XML ...Paul Davis
2012-11-19reset default automation interval to 30msecPaul Davis
2012-11-19remove unused Automatable::automation_interval and related codePaul Davis
2012-11-19tweak config param for automation sampling interval, set to 500msec by defaul...Paul Davis
2012-11-18fix prev commit (stupid C++ needs explicit typecast)Robin Gareus