summaryrefslogtreecommitdiff
path: root/libs/ardour/linux_vst_info_file.cc
AgeCommit message (Collapse)Author
2013-06-06fix memory leaks and compiler warnings in LXVST codeRobin Gareus
2013-01-16add copyright commentsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13856 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-03-14Fix comment and one return value.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@11690 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-03-13use g_fopen()Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@11667 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-03-13No-op; coding style.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@11660 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-03-13Centralise and fix up path creation for Linux VST info files; prevents ↵Carl Hetherington
creation of files called .foo.so rather than .foo.so.fsi. git-svn-id: svn://localhost/ardour2/branches/3.0@11659 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-03-13Use fgets and sscanf to read numbers rather than fscanf, avoiding strange ↵Carl Hetherington
occurrence of fscanf (..., %dn, ...) eating a blank line immediately after the number that it reads; fix erroneous warning about failure to get VST information. git-svn-id: svn://localhost/ardour2/branches/3.0@11658 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-02-28More verbosity for Linux VST loading.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@11542 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-02-28Move a few declarations to first use.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@11541 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-02-28We already checked for vstfx being NULL, so the secondCarl Hetherington
check can reasonably be an assert. git-svn-id: svn://localhost/ardour2/branches/3.0@11540 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-02-27Fix previous commit.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@11532 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-02-27Be slightly more verbose about vstfx_get_info errors.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@11531 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-23Rename linux VST files to be more friendly.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10808 d708f5d6-7413-0410-9779-e7cbd77b26cf