fix freesound URL parameter escape
[ardour.git] / libs /
2012-12-20 Paul Davisreplace characters that would make an export filename...
2012-12-19 Paul Davisequivalent change for midi tracks as was done for audio...
2012-12-19 Paul Davisfeedback for toggled MIDI controls now sends 0 or 127...
2012-12-19 Paul Davisprevent MIDI tracks from ever being in MonitoringSilenc...
2012-12-19 Paul Davisprevent crash when saving learned MIDI binding that...
2012-12-18 Paul Davischange default font scaling to 80% which makes a newly...
2012-12-18 Paul Davisfix up discovery of VAMP plugins after ./waf install...
2012-12-17 Paul Davisremove use of a boost::fast_pool_allocator without...
2012-12-16 Paul Davissome explanatory text for CrossThreadPool, so that...
2012-12-14 Paul Davismerge robin gareus' libltc into ardour source tree...
2012-12-13 Ben Loftiscrossfade hack and slash. removed overlap checks,...
2012-12-13 Paul Davisremove debug output
2012-12-13 Paul Davisreinstate the windows way for GUIIdle's but limit the...
2012-12-12 Paul Davisbecause sometimes there are good reasons for not doing...
2012-12-12 Paul Davissometimes, you just have to do what a windows programme...
2012-12-12 Ben Loftismuted regions should be totally ignored during playlist...
2012-12-12 Paul Davisfinalize fix for MIDI track monitoring
2012-12-12 Paul Davisif we're not going to use pixfbuf (images) for faders...
2012-12-11 Paul Davisfix uninitialized variable causing error delivering...
2012-12-11 Paul Davismake sure that JACK MIDI ports know about Jack halting...
2012-12-10 Paul Davispixfader: don't change drawing state (prelight) just...
2012-12-10 Ben Loftistweak to plugin parameter sliders in mixer strips
2012-12-09 Paul Davisdisable spline interpolation for curves - use linear...
2012-12-08 Paul Davisfix automation/control list behaviour when manually...
2012-12-07 Ben Loftismore theming and layout tweaks. new faders that pre...
2012-12-07 Sakari BergenMake export type an enum and pass it to the profile...
2012-12-07 Paul Davisfix wierd rec-enable behaviour, at possible expense...
2012-12-07 Paul Davisfix issues with rec-enabling being done in RT context...
2012-12-07 Paul Davischange presentation of shortcut in tooltips and fix...
2012-12-06 Ben Loftisseveral theme changes. changed drawing of rounded_rect...
2012-12-06 Paul Davisvarious fixes for exporting, including correct handling...
2012-12-05 Paul Davistentative fix for MIDI monitoring bug - just use existi...
2012-12-05 Paul DavisSession should disconnect from all signals during its...
2012-12-04 Paul Davisdramatically speed up the addition of large numbers...
2012-12-03 Paul Davisdo not try to write from JackMIDIPort::write() if we...
2012-12-02 Paul Davisremove debugging output; properly handle cases in Curve...
2012-11-30 Paul Davisstill more debugging output
2012-11-30 Paul Davisstill more debugging output
2012-11-30 Paul Davisstill more debugging output
2012-11-30 Paul Davismore debugging output
2012-11-30 Paul Davisdebugging output
2012-11-30 Robin Gareusfix x-fades (part one)
2012-11-30 Robin Gareusadd reverse iterator to event list (prepare x-fade...
2012-11-21 Paul Davisfrom the depths of thorwil's dumpster diving comes...
2012-11-21 Paul Davisadd more DEBUG::Solo output ; fix assignment of remote...
2012-11-19 Paul Davisreset default automation interval to 30msec
2012-11-19 Paul Davisremove unused Automatable::automation_interval and...
2012-11-19 Paul Davistweak config param for automation sampling interval...
2012-11-18 Robin Gareusfix prev commit (stupid C++ needs explicit typecast)
2012-11-18 Robin Gareusprevent subveclen to wrap at 2^31
2012-11-18 Robin Gareusfix LTC frame TVstandard offset
2012-11-18 Robin Gareusfix drop-frame TC subframe rounding
2012-11-18 David RobillardDeliver MIDI events to atom ports that support it,...
2012-11-18 David RobillardGracefully ignore plugins with no ports, or invalid...
2012-11-18 David RobillardBetter implementation of LV2 plugin<=>UI communication.
2012-11-18 Robin Gareusfix LTC frame offset for video standards
2012-11-18 Robin Gareusfix LTC frame alignment
2012-11-17 Robin Gareusupdate to libltc-1.1.0
2012-11-17 David RobillardSent precise transport information to LV2 plugins via...
2012-11-16 David RobillardTidy up tempo.h and add some documentation.
2012-11-15 Carl HetheringtonFix libardour test build.
2012-11-15 Paul Davisadd a "guard" point after a write/touch automation...
2012-11-14 Paul Davisprovide the ability to enable + disable tooltips
2012-11-14 Paul Davisadd missing <<endmsg
2012-11-14 Paul Davisdo not add 2.X search path if its already present in...
2012-11-14 Paul Davisremove debug output
2012-11-14 Paul Davisuse const static member instead of a magic number
2012-11-14 Paul Davislikely fixes for most remaining issues with data in...
2012-11-14 Paul Davischange message displayed when there is an open file...
2012-11-14 Paul Davisput automation list into or out of Touch mode before...
2012-11-13 Robin Gareusimplement TC offset for slave&generator.
2012-11-13 Paul Davisrevert to a 0..2 scale for MIDI velocity control, so...
2012-11-13 Paul Davischange handling of MIDI gain so that we present a linea...
2012-11-13 Robin Gareusadd timecode format parser
2012-11-13 Paul Davisadd alt-i as a binding in both the editor and mixer...
2012-11-13 Robin Gareusoverhaul timecode calculations
2012-11-13 Robin Gareuscomplete r13404 - use double for timecode fps.
2012-11-12 Paul Davisfix #5076 - we failed to actually find any existing...
2012-11-12 Robin Gareusslave delta: move sign next to the digit
2012-11-12 Paul Davisfix for #5078 - not considering unused playlists when...
2012-11-11 Robin Gareusadd slave and generator Timecode offset (no UI yet)
2012-11-11 Robin Gareusreintroduce space before delta "sample" lable
2012-11-11 Paul Davismake Cairo{HV}Packer fetch bg information from a style...
2012-11-11 Robin Gareusfirst round of audio-clock font rendering update
2012-11-10 Robin Gareusadd a delta sign to the slave delta display.
2012-11-10 Robin Gareusupdate slave clocks -- to use long minus
2012-11-09 Robin Gareusmake timecode offset work
2012-11-09 Paul Davismove auditioner output configuration params from sessio...
2012-11-09 Robin GareusDon't notify user if fps changes only affect speed...
2012-11-09 Robin GareusLTC encoder: relax alignment constraint under some...
2012-11-09 Robin GareusLTC slave fix fps detection with 29.97000 option
2012-11-09 Robin Gareususe double for timecode fps.
2012-11-09 Robin GareusLTC encoder: fix signal polarity
2012-11-09 Robin GareusLTC encoder: clear user-bits
2012-11-09 Robin GareusMTC slave: 2997fudge option
2012-11-09 Robin Gareusfix LTC slave initial TC track values
2012-11-07 Robin Gareusexperimental option to support LTC 29.97000 fps generators.
2012-11-07 Paul Davisnew MTDM implementation from Fons' latest jack_delay...
2012-11-07 Robin Gareusfix required-sample count for cubic interpolation.
2012-11-05 Robin GareusLTC slave: suppress warning during shutdown
next