summaryrefslogtreecommitdiff
path: root/libs/backends/wavesaudio
AgeCommit message (Expand)Author
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from .cpp and .hpp files missed by pr...Paul Davis
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-11spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmÃ...Paul Davis
2015-07-02MSVC doesn't have 'sleep()' (it uses 'Sleep()' with a capital 'S') so let's m...John Emmas
2015-06-30pthread_equal returns non-zero if equal. amend 5ab0288Robin Gareus
2015-06-30at least make it compile with mingw.Robin Gareus
2015-06-29new PBD::DEBUG API changes for Waves backendPaul Davis
2015-06-29Fixed up types mismatch in AudioCallback and AudioCllbackData structGZharun
2015-06-29fix typo in wavesbackend codePaul Davis
2015-06-29Waves Backend MERGED from TracksGZharun
2015-06-29Backend MERGE:GZharun
2015-06-29Reverted Ben's default buffer size function implementation.GZharun
2015-06-29Reverted Ben's m_DefaultBufferSize stuff as it looks redundant. Will be put b...GZharun
2015-06-29remove more explicit compiler flags by placing them in the compiler flags dic...Paul Davis
2015-06-29minor fix for wavesaudio backend after earlier changes + merge/meld madnessPaul Davis
2015-06-29meld-driven unification of current ardour-ish WavesAudio backend and current ...Paul Davis
2015-06-29cosmetic fix (grygorii)GZharun
2015-06-29Added optimized AVX function for sample processingPaul Davis
2015-06-29Fixed f65026f0a1cbc64862a82109c28f5d493fc45f2e merged commit related to waves...GZharun
2015-06-29copy all XCode project files from Tracks.Paul Davis
2015-06-29[Summary] Added possibility to identify IO thread which does not have require...GZharun
2015-05-03fix portengin get_ports() flags APIRobin Gareus
2015-04-21another merge fixBen Loftis
2015-04-21merge fix for tempo branchBen Loftis
2015-03-31fixes for recent waves tracks => ardour cherry-picks of the wavesaudio backendPaul Davis
2015-03-31manually merge current version of WavesMidiDevice::{open,close}()Paul Davis
2015-03-31[Summary] Audio Backend code cleanup - PORTION BValeriy Kamyshniy
2015-03-31[Summary] Audio Backend code cleanup - PORTION AValeriy Kamyshniy
2015-03-31[Summary] Changed midi stop order related to audioGreg Zharun
2015-03-31[Summary] Removed unnecessary abortionGreg Zharun
2015-03-31[Summary] Very seldom crash. Cleared temp data gave almost stable workGreg Zharun
2015-03-31[Summary] Fixed crash on MAC when MIDI device name is 0 refGZharun
2015-03-31[Summary] Removed useless outputGreg Zharun
2015-03-31[Summary] Added actions to handle abnormal behavior during stream stop for MI...Greg Zharun
2015-03-31[Summary] Made device control panel open request synchronized with other crit...Greg Zharun
2015-03-31[Summary] Following review Paul did after 9b0fc7b743219b8daecbef91c9772937fd8...Valeriy Kamyshniy
2015-03-28Backend - change midi optons string.nick_m
2015-03-11mingw: all code is position independentRobin Gareus
2015-03-04fix for previous checkin; should allow waves midi backend to workBen Loftis
2015-03-03Change order of midi entries so a new backend will default to a working midi ...Ben Loftis
2015-03-03Change order of midi entries so a new backend will default to a working midi ...Ben Loftis
2015-02-20fix erroneous merge for wavesaudio backendPaul Davis
2015-02-20[Summary] In internal Waves backend API, switching sample time from 32 bits t...Valeriy Kamyshniy
2015-02-20[Summary] In internal Waves backend API, switching sample time from 32 bits ...VKamyshniy
2015-02-19fix incorrect type for Waves' backend's _sample_time_at_cycle_startPaul Davis
2015-02-19change Audio backend sample time methods to use a 64 bit timelinePaul Davis
2015-02-16remove lib versioning for internal pluginsRobin Gareus
2015-02-06fix 192k rateBen Loftis
2015-01-19Hotfix crash in OSX engine dialog.Robin Gareus