summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-04-15fix ridiculous spelling errorPaul Davis
2014-04-14Make sure that the input string doesn't go out of scope when using boost::tok...John Emmas
2014-04-14remove code intended for use with basename(), fix memory leak since g_path_ge...Robin Gareus
2014-04-14clean up 6cc2812f2e8 (interim vst fixes)Robin Gareus
2014-04-14despite what MSVC thinks, C is not C++.Robin Gareus
2014-04-14more work on linking file existence and removabilityPaul Davis
2014-04-14check whether a source with the same path exists in session list not just on ...Paul Davis
2014-04-14further code simplification and rationalization related to MIDI source/file r...Paul Davis
2014-04-14dramatic change in logic and naming for operations related to adding a MIDI r...Paul Davis
2014-04-12remove unnecessary includeRobin Gareus
2014-04-11another stab at a working vst on windowsunknown
2014-04-11more vst tweaksunknown
2014-04-11interim vst fixesunknown
2014-04-11amend previous commit, remove cruft, no more extern function pointersRobin Gareus
2014-04-11export fst functions (for MSVC)Robin Gareus
2014-04-11Oops - correct some typos in my previous commitJohn Emmas
2014-04-11Make sure we use the correct style of filepath separator on WindowsJohn Emmas
2014-04-11Remove 'pipex' from my pbd.vcproj as it's not needed for Ardour3John Emmas
2014-04-11final eradication of jack header files from anything except the JACK backendPaul Davis
2014-04-10remove use of JACK headers to allow building on systems without JACKPaul Davis
2014-04-10redesign technique for naming/creating regions for MIDI clone (or other non-c...Paul Davis
2014-04-10remove inclusion of jack.h so that we can build on a platform without JACKPaul Davis
2014-04-10name-change of RuntimeProfile elementPaul Davis
2014-04-10add new element to ARDOUR::RuntimeProfilePaul Davis
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
2014-04-07Make tests build again (fix linker issues)Sakari Bergen
2014-04-04after cloning a MIDI region, mark the source file as non-removable. Fixes rep...Paul Davis
2014-04-04fix conceptual error/thinko in EnvironmentalProtectionAgency when using unset...Paul Davis
2014-04-04clarify comments for SndFileSource constructorsPaul Davis
2014-04-04fix typo in commentPaul Davis
2014-03-24comment tweakPaul Davis
2014-03-24fix a race condition between the death of a thread that communicates with an ...Paul Davis
2014-03-24Modify some initialization slightly to keep MSVC happyJohn Emmas
2014-03-24fix return in ::drop_device()Paul Davis
2014-03-24call AudioBackend::drop_device() when dropping a backend.Paul Davis
2014-03-24add ::drop_device() method to ARDOUR::AudioBackendPaul Davis
2014-03-23proper vpab speaker constraintsRobin Gareus
2014-03-23just bail out (to prevent further harm) if no panners are found.Robin Gareus
2014-03-23fix undefined value, support netjack2Robin Gareus
2014-03-23fix yet another possible memory leakRobin Gareus
2014-03-23catch OOMRobin Gareus
2014-03-23assure midi patch ID is set before assigning itRobin Gareus
2014-03-23remove dead code (PIChaser has been superseded with PLL,DLL)Robin Gareus
2014-03-23fix timecode initializationRobin Gareus
2014-03-23fix some memory leaksRobin Gareus
2014-03-23fix mismatch typo in sizeofRobin Gareus
2014-03-23fix edge case (partial write of LV2 worker message size)Robin Gareus
2014-03-22remove unused header fileRobin Gareus
2014-03-22replace use of Gio:: for plugin stateRobin Gareus
2014-03-22replace use of Gio:: with primitives (fix for #5889 part 1)Robin Gareus