ardour.git
2015-09-02 Tim MayberryUse StandardDevices enum in PortaudioIO for default...
2015-09-02 Tim MayberryAdd StandardDevice enum to portaudio_io.h header
2015-09-02 Tim MayberryUse translated error message in PortaudioBackend for...
2015-09-02 Tim MayberryUse translated error message for failing to set thread...
2015-09-02 Tim MayberryUse AudioBackend::get_standard_device_name for "None...
2015-09-02 Tim MayberryAdd enums to AudioBackend class for getting standard...
2015-09-02 Tim MayberryUse pretty name infrastructure to display MIDI device...
2015-09-01 Robin Gareushandle waveform drawing thread shutdown
2015-09-01 Robin Gareusrefine "recent" column headers
2015-09-01 Robin GareusDisplay column headers for "recent session"
2015-09-01 Robin Gareushandle GUIs of missing or disabled plugins
2015-09-01 Robin Gareusadd option to disable or bypass plugins
2015-09-01 Robin GareusPrepare option to disable Plugins completely
2015-09-01 Robin Gareusfix AU port count - NI Reaktor5
2015-08-28 Robin Gareusfix crash with missing .mid
2015-08-28 Robin Gareusfix possible deadlock on session-close
2015-08-28 Robin Gareuscoreaudio: re-classify port-errors as warnings
2015-08-28 Robin Gareussynchronous shutdown of process graph.
2015-08-28 Robin Gareuspre-seed session-state-version.
2015-08-28 Tim MayberryDon't truncate pretty port names when setting up port...
2015-08-28 Robin Gareusfix midi note de-select #6534
2015-08-27 Mathias BuhrFixes a double mutex unlock for Linux VSTs
2015-08-27 Ben Loftisclean-up previous commit
2015-08-27 Robin Gareususe program-name for internal ports
2015-08-27 Robin Gareusclarify midi-iterator comment
2015-08-27 Robin Gareusfix initial transform dialog display (override show_all)
2015-08-27 John EmmasModify some functions to alleviate overflow / precision...
2015-08-26 nick_mAllow creation of region gain points by clicking on...
2015-08-25 Robin Gareusfix linked midi-regions on different tracks #6541
2015-08-24 Robin Gareusfix processor paste location - fixes #6536
2015-08-24 Robin GareusExclude empty CC-params from "Show Existing Automation"
2015-08-24 Robin GareusDo not send non-automated MIDI-CCs on locate.
2015-08-23 Robin Gareusallow file-browser in generic-plugin-GUI to expand.
2015-08-23 Robin Gareusfix mixer-strip input button update
2015-08-22 Robin Gareusmore python2/3 compat
2015-08-22 Len OvensAdd MCP device files for extender use.
2015-08-22 Robin GareusFix auditioner underrun when seeking.
2015-08-22 Robin Gareusfix some compiler warnings (float/double)
2015-08-22 Robin GareusAdd 100% shuttle controls option - closes #6537
2015-08-21 Robin Gareussupport the young serpents
2015-08-20 Robin Gareusclear out some SessionHandleRef's on close.
2015-08-20 Robin Gareuspotential fix for #6515 - stall/crash during route...
2015-08-20 Robin Gareusclear waveform cache when shape changes - fixes #6525
2015-08-20 Robin Gareusfix typo in prev commit
2015-08-20 Robin Gareusfix "locked" + "locked to video" bug.
2015-08-19 Robin Gareussave/load generic-midi motorized setting - fixes #5296
2015-08-19 Ben LoftisAdd missing actions from MB2 for Mike:
2015-08-19 Robin Gareusprovisional processor control-box tweaks - possible...
2015-08-19 Tim MayberryFix undo/redo when changing fade out length
2015-08-19 Tim MayberryAdd undo history related debug output for debugging...
2015-08-19 Tim MayberryAdd PBD::DebugBit for debugging issues with undo history
2015-08-19 Robin Gareusfix error-level
2015-08-19 Robin Gareuscode consistency and hints for static analysis
2015-08-18 Tim MayberryChange return type and name of get_win_special_folder
2015-08-18 Tim MayberryAdd utility function to get windows packaging directory...
2015-08-18 Tim MayberryRemove unused function in bundle_env_mingw.cc
2015-08-18 Tim MayberryFix Searchpath::operator+ to return by value rather...
2015-08-18 Tim MayberryFix crash when clicking on tempo or meter in main clock...
2015-08-17 Tim MayberryChange interface to reset click sounds to default in...
2015-08-17 Tim MayberryInstall cursor hotspot file with --dist-target=mingw
2015-08-17 Tim MayberryRemove duplicate code in wscript after merge
2015-08-16 Robin GareusNOOP, remove trailing whitespace
2015-08-16 Robin Gareusdon't create unneeded dirs in linux bundle
2015-08-16 Robin Gareusupdate comment regarding lv2 buffersizes
2015-08-16 Robin Gareusonly copy lv2core .ttl (exclude headers) to bundle
2015-08-16 Guy ShermanTweaked build and run for windows
2015-08-16 John EmmasAdd '_xgetbv()' for MSVC-9 and earlier
2015-08-16 Robin Gareuscompat for old sessions with missing plugins (+doc)
2015-08-15 Robin Gareusrework processor box: handle n/a plugins
2015-08-15 Robin Gareusprepare UI for missing plugins
2015-08-15 Robin GareusUpdate Route to handle UnknownProcessors as Stubs.
2015-08-15 Robin Gareusimplement stub UnknownProcessor
2015-08-15 Robin Gareusfix a typo
2015-08-15 Robin Gareussave [actual] plugin i/o-configuration
2015-08-15 Robin Gareuscont'd work on piano roll highlighting.
2015-08-15 Robin GareusHighlight note in piano roll - #6510
2015-08-14 Robin Gareusfix locate to wallclock fix for PM (>= 2^31 samples)
2015-08-14 Robin Gareususe buf-size.h only with lv2-1.2 or later
2015-08-14 Robin Gareusrelax LV2 buffersize restrictions
2015-08-14 Robin Gareusdon't even list LV2 plugins that cannot be used.
2015-08-14 Len OvensFixed Mackie control port naming for extender use ...
2015-08-14 Robin Gareusrefuse to load LV2 plugins if buffersize requirements...
2015-08-14 Robin Gareusfix Dummy backend API. Already_configured means "extern...
2015-08-14 Paul Davistweaks for AVX detection
2015-08-14 Tim MayberryFix bug #6337, clicking in canvas without session loade...
2015-08-14 Robin Gareusallow to export loop-range w/o looping. fixes #6508
2015-08-14 Robin Gareussave-as: default to current session name.
2015-08-13 Robin Gareusdon't allow save-as to write to an existing dir.
2015-08-13 Len OvensFixed feedback for MCP buttons and LEDs not working.
2015-08-13 Paul Davisprovide a mechanism for ./waf dist to work without...
2015-08-13 Robin Gareusinstaller option to deploy libportaudio w/o WASAPI
2015-08-13 Len OvensAdded end of line to debug statment
2015-08-13 Paul Davisupdated russian translation (from Alexandre Prokoudine) 4.2
2015-08-13 Paul Davisupdate german translation (from Edgar Aichinger)
2015-08-13 Paul Davisfix two oddities in strings
2015-08-13 Robin Gareusfix live resampling (auditioning, embedded src)
2015-08-13 Robin Gareusclarify variable name
2015-08-13 Robin Gareusfix import resampling (don’t cut end short)
2015-08-12 Paul Davisremove auto-return-target stuff from preferences; Ardou...
2015-08-12 Robin Gareusfix resampling (auditioning)
next