synchronous shutdown of process graph.
[ardour.git] / libs /
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-27 Robin Gareusclarify midi-iterator comment
2015-08-27 John EmmasModify some functions to alleviate overflow / precision...
2015-08-25 Robin Gareusfix linked midi-regions on different tracks #6541
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-22 Robin GareusFix auditioner underrun when seeking.
2015-08-22 Robin Gareusfix some compiler warnings (float/double)
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-19 Robin Gareussave/load generic-midi motorized setting - fixes #5296
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 MayberryFix Searchpath::operator+ to return by value rather...
2015-08-16 Robin Gareusupdate comment regarding lv2 buffersizes
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 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-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 Robin Gareusallow to export loop-range w/o looping. fixes #6508
2015-08-13 Len OvensFixed feedback for MCP buttons and LEDs not working.
2015-08-13 Len OvensAdded end of line to debug statment
2015-08-13 Paul Davisupdate german translation (from Edgar Aichinger)
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 Robin Gareusfix resampling (auditioning)
2015-08-12 Robin Gareuspunctuation nitpick
2015-08-12 Robin Gareusfix PPC builds
2015-08-12 Robin Gareuslimit bounce processing size (fixes crashes in plugins)
2015-08-12 Robin Gareusanother waf/regexp issue (amend 4666711)
2015-08-12 Paul Daviscorrectly switch between windows and (other) when decid...
2015-08-12 Paul Daviscomment tweak to show that the __cpuid() intrinsic...
2015-08-12 Robin Gareusfix mingw compilation
2015-08-12 Paul Daviscan't use xgetbv instruction with apple gcc under OS...
2015-08-12 Paul Davisremove unnecessary namespace forward decl
2015-08-12 Paul Davisuse new FPU singleton pattern in libs/ardour
2015-08-12 Paul Davisclean up FPU code with some ideas from Chromium and...
2015-08-12 Tim MayberryFix for crash when loading DrumGizmo VST editor on...
2015-08-12 Paul Davisfix stupid logic error in testing separate bits require...
2015-08-11 Paul Davisthe AVX functions for linux are stubs - they just use...
2015-08-11 Robin Gareusremove -Woverload-virtual ambiguity (from 1d3690d)
2015-08-11 Paul Davisimproved solution for xgetbv() on windows and linux...
2015-08-11 Paul Davis#ifdef out AVX detection on APPLE
2015-08-11 Paul Davisadd required test of OS support for AVX register use
2015-08-11 Paul Davisadd test for CPU/FPU AVX capabilities
2015-08-11 Robin Gareusfix deadlock at exit on SMP systems
2015-08-11 Robin Gareusfix jack startup on OSX (w/midi)
2015-08-11 Robin GareusALSA backend: query and cache available device-parameters
2015-08-11 Robin Gareusadd API to query ALSA supported parameters
2015-08-11 Robin Gareusadd API to get combobox option count.
2015-08-11 Robin Gareuscoreaudio backend: SR/BS query for separate devices
2015-08-11 Robin GareusBackend API to query rates&sizes for separate I/O.
2015-08-11 Robin Gareusfix coreaudio half-duplex buffersize query
2015-08-10 Paul Davisfix unbelievable typo that broke solo propagation
2015-08-10 Paul Davisconvert Route::_solo_isolated from counter to a boolean.
2015-08-10 John EmmasOops - forgot I'd need to add an entry to 'ptformat...
2015-08-10 John EmmasHmmm... not sure why it didn't add my new files. Trying...
2015-08-10 John EmmasAdd support for building the new 'ptformat' library...
2015-08-10 Robin GareusMerge branch 'pt5-fix' of https://github.com/zamaudio...
2015-08-10 Paul DavisMerge branch 'ovenwerks-master'
2015-08-10 Len OvensMake MCP MasterPosition match MIDI port number.
2015-08-10 Damien ZammitRemove printf
2015-08-09 John EmmasMake sure that the ostream operator << (for class ChanC...
2015-08-09 Damien ZammitFix to PT5 format, (stereo tracks still not fully suppo...
2015-08-09 John EmmasMSVC doesn't define __LITTLE_ENDIAN__
2015-08-09 John EmmasAdd a newly introduced source file to our MSVC project...
2015-08-09 John EmmasAdd a newly introduced #define to our MSVC build projec...
2015-08-09 Robin Gareusremember actual processor configuration
2015-08-08 Robin GareusMerge branch 'pt-5-7-x' of https://github.com/zamaudio...
2015-08-08 Damien ZammitFix more warnings
2015-08-08 Damien ZammitAdded pt5 pt7 ptx initial format support
2015-08-08 Robin Gareusamend 0e3991e (can_support.. AND configure..)
2015-08-07 Robin GareusAU: discard relationship with master-bus channel count.
2015-08-07 Robin GareusAU: fix debug output
2015-08-07 Robin Gareusremove more cruft (dead assignments)
2015-08-07 Robin Gareusremove cruft
2015-08-07 Robin Gareusgive copy_vector() another chance.
2015-08-07 Robin GareusVST use scratch buffers for processing.
2015-08-07 Robin Gareusfix VST plugin crash (from 35a9c63)
2015-08-06 Tim MayberrySet the default host api in PortaudioBackend when initi...
2015-08-06 Damien ZammitFixed pt import start offsets and samplerate mismatch...
2015-08-05 Robin Gareusfix ptf library deplyoment
2015-08-05 Damien ZammitAdded PT .ptf session audio import functionality
next