summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2013-01-17fix up Location::first_location_(after|before) to do the right thing when mar...Paul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16use regex to match [mM][iI][dD] file extension for MIDI files, thus making i...Paul Davis
2013-01-08tentative redesign of MIDI looping, will probably fix #5050 but needs more ex...Paul Davis
2013-01-07reinstate wiimote support, thanks to work by jannis pohlmannPaul Davis
2013-01-04allow region list selection of whole file regions to select every instance of...Paul Davis
2013-01-03expose operation to remove subgroupPaul Davis
2013-01-02various fixes for moving markers, fixes a crash reported by tim blechmann and...Paul Davis
2012-12-26remove "edit" property from track/bus groups; use "select" property which sho...Paul Davis
2012-12-20replace characters that would make an export filename illegal on any/all file...Paul Davis
2012-12-19prevent MIDI tracks from ever being in MonitoringSilence state, allows use of...Paul Davis
2012-12-18change default font scaling to 80% which makes a newly installed ardour come ...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-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-12finalize fix for MIDI track monitoringPaul Davis
2012-12-07Make export type an enum and pass it to the profile manager instead of the xm...Sakari Bergen
2012-12-07fix issues with rec-enabling being done in RT context by splitting it into tw...Paul Davis
2012-12-06various fixes for exporting, including correct handling of errors during expo...Paul Davis
2012-12-04dramatically speed up the addition of large numbers of busses + tracks. consi...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-18Deliver MIDI events to atom ports that support it, merged with transport events.David Robillard
2012-11-18Better implementation of LV2 plugin<=>UI communication.David Robillard
2012-11-17Sent precise transport information to LV2 plugins via events.David Robillard
2012-11-16Tidy up tempo.h and add some documentation.David Robillard
2012-11-14provide the ability to enable + disable tooltipsPaul Davis
2012-11-14likely fixes for most remaining issues with data in automation/control lists,...Paul Davis
2012-11-13implement TC offset for slave&generator.Robin Gareus
2012-11-13revert to a 0..2 scale for MIDI velocity control, so that we can increase MID...Paul Davis
2012-11-13change handling of MIDI gain so that we present a linear fader spanning 0..12...Paul Davis
2012-11-13add alt-i as a binding in both the editor and mixer windows to toggle the sta...Paul Davis
2012-11-13complete r13404 - use double for timecode fps.Robin Gareus
2012-11-12slave delta: move sign next to the digitRobin Gareus
2012-11-11add slave and generator Timecode offset (no UI yet)Robin Gareus
2012-11-11first round of audio-clock font rendering updateRobin Gareus
2012-11-09move auditioner output configuration params from session to global config varsPaul Davis
2012-11-09LTC encoder: fix signal polarityRobin Gareus
2012-11-07experimental option to support LTC 29.97000 fps generators.Robin Gareus
2012-11-07new MTDM implementation from Fons' latest jack_delay implementationPaul Davis
2012-11-04MTC slave: disable seekahead, implement own sync-lockedRobin Gareus
2012-10-29LTC: break out xrun and latency callbacks.Robin Gareus
2012-10-29change is the only constant, againPaul Davis
2012-10-29change is the only constantPaul Davis
2012-10-29another fix for complaints from OS X gcc about constnessPaul Davis
2012-10-28LTC (slave&gen): no reset on graph-changeRobin Gareus