summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-03VST cache file transition.Robin Gareus
2015-08-03don’t set paClipOff, have portaudio clip to -1,+1Robin Gareus
2015-08-03Windows XP compatRobin Gareus
2015-08-04Fix MIDI input on Portaudio Backend with 32bit Windows release/optimized buildsTim Mayberry
2015-08-03don't resize plugin-scan-report window, use sensitivity.Robin Gareus
2015-08-03dump VST blacklist at end of scanRobin Gareus
2015-08-03translatable VST error/info messagesRobin Gareus
2015-08-03fix byte-order detection for gcc < v4.4.Robin Gareus
2015-08-03Fix typo in 8c45d4 preventing compileTim Mayberry
2015-08-03sha1: cleanup & separate unit testRobin Gareus
2015-08-03VST cache rework (part one)Robin Gareus
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