summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-13updated russian translation (from Alexandre Prokoudine)4.2Paul Davis
2015-08-13update german translation (from Edgar Aichinger)Paul Davis
2015-08-13fix two oddities in stringsPaul 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-12remove auto-return-target stuff from preferences; Ardour exposes this via ↵Paul Davis
auto-return and nothing else
2015-08-13fix resampling (auditioning)Robin Gareus
2015-08-12add buffering preset combo selector to preferences dialogPaul Davis
2015-08-12punctuation nitpickRobin Gareus
2015-08-12add damo22 to authors (ptformat)Robin 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-13Fix state restoration in EngineControl dialog for backends with driver selectionTim Mayberry
We want to save the driver name even when the engine is running and the driver combo is insensitive
2015-08-12another waf/regexp issue (amend 4666711)Robin Gareus
2015-08-12python /^x86_64/ does not match 'x86_64-w64-mingw32-gcc' so what..Robin Gareus
2015-08-12regexp funRobin 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-11use new FPU singleton pattern in gtk2_ardourPaul 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-12hide “Midi Setup” button on OSX and Windows.Robin Gareus
2015-08-11fix stupid logic error in testing separate bits required for AVX supportPaul Davis
2015-08-11the AVX functions for linux are stubs - they just use non-optimized code. ↵Paul Davis
Don't consider using them. Someone needs to port the AVX assembler away from mingw/windows calling conventions and back to linux
2015-08-11remove -Woverload-virtual ambiguity (from 1d3690d)Robin Gareus
2015-08-11remove -Woverload-virtual ambiguity (from 1d3690d)Robin Gareus
this breaks compilation in engine_dialog.cc
2015-08-11improved solution for xgetbv() on windows and linux with all compilersPaul Davis
2015-08-11#ifdef out AVX detection on APPLEPaul Davis
2015-08-11add required test of OS support for AVX register usePaul Davis
2015-08-11add test for CPU/FPU AVX capabilitiesPaul Davis
2015-08-11update driver selection sensitivityRobin Gareus
2015-08-11fix deadlock at exit on SMP systemsRobin Gareus
graph process-threads won't terminate properly while active.
2015-08-11refine "Running" message.Robin Gareus
2015-08-11fix jack startup on OSX (w/midi)Robin Gareus
2015-08-11don't allow to change devices while engine is running.Robin Gareus
2015-08-11ALSA backend: query and cache available device-parametersRobin Gareus
2015-08-11add API to query ALSA supported parametersRobin Gareus
2015-08-11allow to stop engine for re-configureRobin Gareus
2015-08-11consolidate engine-dialog widget sensitivity logic.Robin Gareus
Use a single function with the complete logic. Since the callgraph is complex, there is internal state as well as GUI state (different pages), do not rely on individual methods to get it right. A widget's sensitivity should only be controlled by one function.
2015-08-11add API to get combobox option count.Robin Gareus
The data model needs to be checked to count available options. Directly using ComboBoxText::children()::size() counts widgets.
2015-08-11Engine Dialog: use new APIRobin Gareus
2015-08-11coreaudio backend: SR/BS query for separate devicesRobin Gareus
2015-08-11Backend API to query rates&sizes for separate I/O.Robin Gareus
2015-08-11Fix to ensure there are always sample rates and buffer sizes in the dropdownTim Mayberry
This can happen if both input and output devices are set to None for instance on backends that report no supported SR or buffer size for the None device.
2015-08-11Extract two utility methods from ↵Tim Mayberry
EngineControl::set_samplerate/bufferize_popdown_strings