summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2015-08-24Exclude empty CC-params from "Show Existing Automation"Robin Gareus
2015-08-24Do not send non-automated MIDI-CCs on locate.Robin Gareus
If a "CC" automation lane was visible at least once, a Control Object is created and henceforth saved with the session: <Object id="automation TrackID TYPE" ../> It is currently not possible to remove this object. (Automation > clear will only zero all events, but not remove the Control itself. The bug: After showing a MIDI-CC lane at least once Events are sent for this CC. If there is no corresponding value in the .mid, it will be zero after session reload. see also 7e2c8ac Still ToDo: "Show existing automation" shows the lane even if there are no values nor any automation at all for the given CC.
2015-08-22Fix auditioner underrun when seeking.Robin Gareus
prevents "disk too slow" message when seeking in the auditioner.
2015-08-22fix some compiler warnings (float/double)Robin Gareus
2015-08-20clear out some SessionHandleRef's on close.Robin Gareus
2015-08-20potential fix for #6515 - stall/crash during route deletionRobin Gareus
introduced in 4.1-78-g11e371c
2015-08-20clear waveform cache when shape changes - fixes #6525Robin Gareus
2015-08-20save/load generic-midi motorized setting - fixes #5296Robin Gareus
2015-08-19Add undo history related debug output for debugging Undo/Redo issuesTim Mayberry
2015-08-19Add PBD::DebugBit for debugging issues with undo historyTim Mayberry
2015-08-19fix error-levelRobin Gareus
2015-08-19code consistency and hints for static analysisRobin Gareus
2015-08-18Change return type and name of get_win_special_folderTim Mayberry
Rename it get_win_special_folder_path to indicate what it is returning Move documentation for the function into the header and use doxygen style comments. Fixes a couple of memory leaks in ArdourVideoToolPaths class although it looks as if there are more.
2015-08-18Add utility function to get windows packaging directory to avoid memory leaksTim Mayberry
There were a few other small leaks in pbd and evoral test code but I didn't bother changing them. Perhaps this function would be better off in PBD:: so it can be used everywhere.
2015-08-18Fix Searchpath::operator+ to return by value rather than reference and not ↵Tim Mayberry
modify *this ladspa_search_path was the only function using this API and it is unaffected by the change
2015-08-17update comment regarding lv2 buffersizesRobin Gareus
2015-08-16Add '_xgetbv()' for MSVC-9 and earlierJohn Emmas
2015-08-16compat for old sessions with missing plugins (+doc)Robin Gareus
2015-08-15Update Route to handle UnknownProcessors as Stubs.Robin Gareus
2015-08-15implement stub UnknownProcessorRobin Gareus
2015-08-15fix a typoRobin Gareus
2015-08-15save [actual] plugin i/o-configurationRobin Gareus
for use with placeholder stub in case the plugin becomes n/a.
2015-08-14use buf-size.h only with lv2-1.2 or laterRobin Gareus
2015-08-14relax LV2 buffersize restrictionsRobin Gareus
check only required features, not optional ones.
2015-08-14don't even list LV2 plugins that cannot be used.Robin Gareus
2015-08-14Fixed Mackie control port naming for extender use (fixes #6500)Len Ovens
2015-08-14refuse to load LV2 plugins if buffersize requirements cannot be satisfied.Robin Gareus
2015-08-14fix Dummy backend API. Already_configured means "externally".Robin Gareus
2015-08-14tweaks for AVX detectionPaul Davis
2015-08-14allow to export loop-range w/o looping. fixes #6508Robin Gareus
2015-08-13Fixed feedback for MCP buttons and LEDs not working.Len Ovens
2015-08-13Added end of line to debug statmentLen Ovens
2015-08-13update german translation (from Edgar Aichinger)Paul Davis
2015-08-13fix live resampling (auditioning, embedded src)Robin Gareus
2015-08-13clarify variable nameRobin Gareus
TODO: use a central shared location for this, and Do not allow disk_read_chunk_frames/set_disk_write_chunk_frames to exceed it.
2015-08-13fix import resampling (don’t cut end short)Robin Gareus
2015-08-13fix resampling (auditioning)Robin Gareus
2015-08-12punctuation nitpickRobin Gareus
2015-08-12fix PPC buildsRobin Gareus
2015-08-12limit bounce processing size (fixes crashes in plugins)Robin Gareus
compare to LV2_BUF_SIZE__maxBlockLength
2015-08-12another waf/regexp issue (amend 4666711)Robin Gareus
2015-08-12correctly switch between windows and (other) when deciding whether to use ↵Paul Davis
AVX code
2015-08-11comment tweak to show that the __cpuid() intrinsic belongs to MSVC and mingwPaul Davis
2015-08-12fix mingw compilationRobin Gareus
2015-08-11can't use xgetbv instruction with apple gcc under OS X LionPaul Davis
2015-08-11remove unnecessary namespace forward declPaul Davis
2015-08-11use new FPU singleton pattern in libs/ardourPaul Davis
2015-08-11clean up FPU code with some ideas from Chromium and the webPaul Davis
2015-08-12Fix for crash when loading DrumGizmo VST editor on WindowsTim Mayberry
2015-08-11fix stupid logic error in testing separate bits required for AVX supportPaul Davis