summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-07-25Revert "A few more instances of non-glib 'open()' getting used without locale...Tim Mayberry
2015-07-25Add unit test to check that libxml2 expects utf-8 encoded file paths on WindowsTim Mayberry
2015-07-25Only create one test output directory in file copy testTim Mayberry
2015-07-25Add unit test to assert that using locale_from_utf8/::open will fail for some...Tim Mayberry
2015-07-25Remove sse optimization sources from test applicationsTim Mayberry
2015-07-24tweak OSX packagingRobin Gareus
2015-07-24VST info: use g_fopen() for Windows compat.Robin Gareus
2015-07-24coreaudio aggregate device fix for 10.5Robin Gareus
2015-07-23A few more instances of non-glib 'open()' getting used without locale-specifi...John Emmas
2015-07-23When printing an XML related error, guard against NULL pointers getting passe...John Emmas
2015-07-23When saving a session (in a non-English locale) make sure that we use a local...John Emmas
2015-07-23When peakfiles get opened using a non-glib function (in a non-English locale)...John Emmas
2015-07-23don’t bother to set OSX DMG icon on old systemsRobin Gareus