summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-03add sha1-hash calc.Robin Gareus
2015-08-03quiet unzipRobin Gareus
2015-07-31Specifically #include <mmsystem.h> to get us TIMECAPSJohn Emmas
2015-07-31Add some newly introduced sources to our MSVC project (portaudio_backend)John Emmas
2015-07-31Use llabs (rather than std::abs) for compatibility with MSVCJohn Emmas
2015-07-31Use BOOL (rather than WINBOOL) for compatibility with MSVCJohn Emmas
2015-07-31add missing pthread.h includesRobin Gareus
2015-07-31Add functionality to show ASIO control panelTim Mayberry
2015-07-31Use MMCSS to elevate the thread priorities for audio and MIDI threadsTim Mayberry
2015-07-31Add MMCSS related code for raising thread priority on WindowsTim Mayberry
2015-07-31Implement AudioBackend::driver_name() in PortaudioBackendTim Mayberry
2015-07-31Add extra DEBUG_TRACE output to PortaudioBackendTim Mayberry
2015-07-31WinMME based midi input/output for portaudio backendTim Mayberry
2015-07-31Fix for PortAudioBackend::available_sample_ratesTim Mayberry
2015-07-31Support selecting separate input and output devices in portaudio backendTim Mayberry
2015-07-31Refactor PortAudioIO::discover into three private methodsTim Mayberry
2015-07-31Set default input/output device based on selected host api rather than global...Tim Mayberry
2015-07-31Fix crash when unable to open portaudio streamTim Mayberry
2015-07-31Add host api/driver selection to PortaudioBackendTim Mayberry
2015-07-31Fix state restoration in Engine dialog for Backends with driver selectionTim Mayberry
2015-07-30make it easier to get errors out of GTK + GlibRobin Gareus
2015-07-30Replace "%z" modifier with glib macro for portability.Robin Gareus
2015-07-30fix file metadata tagging on windows.Robin Gareus
2015-07-30use “CPU family” to match ppc, ppc7400, etc.Robin Gareus
2015-07-30prepare for MB/PPCRobin Gareus
2015-07-29Don’t create MTC debug string if it’s not needed.Robin Gareus
2015-07-29oops.Robin Gareus
2015-07-28work-around OSX loadlocale thread safety.Robin Gareus
2015-07-28Revert "debug/fix LV2 state loading on OSX 10.5/PPC"Robin Gareus
2015-07-28don't crash if taglib cannot open fileRobin Gareus
2015-07-27Merge branch 'ovenwerks-master'Paul Davis
2015-07-27Clean up extra white space added by editor.Len Ovens
2015-07-27Handle the 4 common encoder types.Len Ovens
2015-07-27Added MasterPosition value=0 to all mcp device files as this is saved and wil...Len Ovens
2015-07-27Add enc to midi map for mcp style encoders.Len Ovens
2015-07-27Make program change toggle or 1 only.Len Ovens
2015-07-27Allow any one midi event to control only one thing.Len Ovens
2015-07-27fix LV2 freewheeling port, explicit cast bool to float.Robin Gareus
2015-07-27debug/fix LV2 state loading on OSX 10.5/PPCRobin Gareus
2015-07-27add Session::routes_solo_changed(), a plural method which makes changing many...Paul Davis
2015-07-27fixes/updates for move to ::open()Robin Gareus
2015-07-26Move ARDOUR::touch_file to pbd/file_utils.hTim Mayberry
2015-07-26Use g_open instead of ::open in ARDOUR::touch_file for portabilityTim Mayberry
2015-07-25Use g_open and sf_open_fd in SndFileSource for portabilityTim Mayberry
2015-07-25Use g_open and sf_open_fd in SndFileImportable instead of sf_open and Glib::l...Tim Mayberry
2015-07-25Use g_open instead of ::open in translation related utility functionsTim Mayberry
2015-07-25Use g_open instead of ::open in AudioSource for portabilityTim Mayberry
2015-07-25Use GStatBuf in AudioSource::initialize_peakfile for portabilityTim Mayberry
2015-07-25Revert "When peakfiles get opened using a non-glib function (in a non-English...Tim Mayberry
2015-07-25Revert "When saving a session (in a non-English locale) make sure that we use...Tim Mayberry