summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-05-23Remove Soundcloud upload from export format specificationColin Fletcher
2014-05-22add GPLv2 to exec_wrapperRobin Gareus
2014-05-21waves_backend (MSVC project) - Adapt for using Waves's (customized) portaudio...John Emmas
2014-05-21jack_backend (MSVC project) - Adapt for using portaudio_x86 library (Windows)John Emmas
2014-05-21Add newly introduced sources to MSVC projectsJohn Emmas
2014-05-21Use Glib::usleep() for consistencyJohn Emmas
2014-05-21enforce style-guide #3, #26 and #27Robin Gareus
2014-05-21CoreMidi is also needed on OSX.6Robin Gareus
2014-05-21fix type typoRobin Gareus
2014-05-19remove debug output from system_execColin Fletcher
2014-05-19Merge branch 'mingw-updates' of https://github.com/mojofunk/ardour into cairo...Paul Davis
2014-05-19Merge branch 'export-dialog' into cairocanvasColin Fletcher
2014-05-18Add back libardour wrappers for PBD::SystemExecColin Fletcher
2014-05-18Use ARDOUR namespace for SystemExecColin Fletcher
2014-05-18SystemExec: copy last argument from command line to argv[]Colin Fletcher
2014-05-17partial fix for #5871 - midi-buffer sizeRobin Gareus
2014-05-17vst - fix effGetParameterProperties; label may be unset.Robin Gareus
2014-05-17vst-scanner app: properly init and use libpbd's TransmitterRobin Gareus
2014-05-16more gettimeofday() -> g_get_monotonic_time()Robin Gareus
2014-05-16and one more gettimeofday() transition (mackie timers)Robin Gareus
2014-05-16yet another gettimeofday() removal (glibmm idle)Robin Gareus
2014-05-16outline portable implementation to replace clock_gettime()Robin Gareus
2014-05-16replace gettimeofday() with g_get_monotonic_time()Robin Gareus
2014-05-16DummyAudioBackend: configurable number of MIDI portsRobin Gareus
2014-05-15DummyAudioBackend: prepare configurable number of midi portsRobin Gareus
2014-05-15fix midi output on audio-tracks (e.g. audio->midi plugins)Robin Gareus
2014-05-14don't use llrint on already-integral variablesDevin J. Pohly
2014-05-14fix accumulated rounding error in BBT gridDevin J. Pohly
2014-05-14Use Glib::usleep in DummyAudioBackend rather than ::usleepTim Mayberry
2014-05-14Remove incorrect code for mingw in DummyAudioBackend::in_process_threadTim Mayberry
2014-05-14Use COMPILER_MINGW define rather than __MINGW64__Tim Mayberry
2014-05-14Reinstate code removed that allows building with mingw and the pthreads-win32...Tim Mayberry
2014-05-14Always link to ole32 when building with mingw for get_win_special_folderTim Mayberry
2014-05-14Fix pattern to match possible audio backends on windowsTim Mayberry
2014-05-10Bug fix imported from Mixbus2 (SVN r11025)John Emmas
2014-05-07first pass at tightening up waveform drawing algorithm to generally round dow...Paul Davis
2014-05-06provide plugins with all available buffers.Robin Gareus
2014-05-06Add some more missing #includesJohn Emmas
2014-05-06'atomic_ops' to use glib, rather than Waves's inbuilt atomic operationsJohn Emmas
2014-05-06Add a return value to 'WCMRPortAudioDeviceManager::getDeviceAvailableSampleRa...John Emmas
2014-05-06Add a couple of pthread helper macrosJohn Emmas
2014-05-06Add 'waves_backend.vcproj'John Emmas
2014-05-06Add the 'porttime' source file for WindowsJohn Emmas
2014-05-06Add some type guards to 'wstdint.h' (in case we previously #included some hea...John Emmas
2014-05-06Add some casting and namespace specifiers to keep MSVC happyJohn Emmas
2014-05-06Add a couple of missing header files (needed for cin /cout etc)John Emmas
2014-05-06Add 'midi_scene_change' sources to ardour.vcprojJohn Emmas
2014-05-02a variety of changes to finalize (?) (MIDI) SceneChange functionalityPaul Davis
2014-05-02tell the SceneChanger to emit any relevant scene changes after a locatePaul Davis
2014-05-02changing the start (position) of a marker with a scene change needs to update...Paul Davis