History log of /haiku/src/add-ons/media/media-add-ons/vst_host/VSTAddOn.cpp
Revision Date Author Comments
# fb5c24d8 09-Oct-2021 Adrien Destugues <pulkomandy@pulkomandy.tk>

MediaAddOn: missing const

Pretty much all add-ons are setting this to point to a const string, so
we should make sure that nothing tries to modify it.


# 4eea0741 24-Apr-2015 Gerasim Troeglazov <3dEyes@gmail.com>

vst_host: use FindPaths instead find_directory


# 6653e748 23-Apr-2015 Gerasim Troeglazov <3dEyes@gmail.com>

vst_host: remove vstplugin folder creation, code clean-up


# 38fa81bf 03-Oct-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Remove B_COMMON*_DIRECTORY and kCommon*Directory constants

* This does intentionally break source compatibility, so that a review
of concerned code is forced.
* Binary compatibility should be maintained in most cases. The values
of the constants for the writable directories are now used for the
writable system directories. The values for the non-writable
directories are mapped to "/boot/system/data/empty/...", an empty or
non-existent directory, so that they will simply be skipped in search
paths. Only code that explicitly expects to find something in a
B_COMMON_* directory, will fail.


# 292cd8a9 16-Oct-2012 threedeyes <3dEyes@gmail.com>

Style cleanup: removed unnecessary braces.


# 6c874a26 14-Oct-2012 threedeyes <3dEyes@gmail.com>

Style cleanup. 80 character line limit.


# df969bab 13-Oct-2012 threedeyes <3dEyes@gmail.com>

Added VSTHost media add-on.


# 4eea0741422175450c25308b96809ed65e33b5ba 24-Apr-2015 Gerasim Troeglazov <3dEyes@gmail.com>

vst_host: use FindPaths instead find_directory


# 6653e748736ad95dd8e13f9f36cb802753741ea7 23-Apr-2015 Gerasim Troeglazov <3dEyes@gmail.com>

vst_host: remove vstplugin folder creation, code clean-up


# 38fa81bf8f0ccc37a615a9f5bd333f9b781322b3 03-Oct-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Remove B_COMMON*_DIRECTORY and kCommon*Directory constants

* This does intentionally break source compatibility, so that a review
of concerned code is forced.
* Binary compatibility should be maintained in most cases. The values
of the constants for the writable directories are now used for the
writable system directories. The values for the non-writable
directories are mapped to "/boot/system/data/empty/...", an empty or
non-existent directory, so that they will simply be skipped in search
paths. Only code that explicitly expects to find something in a
B_COMMON_* directory, will fail.


# 292cd8a93441aa0956ca87e9edaa8e495960bcd9 16-Oct-2012 threedeyes <3dEyes@gmail.com>

Style cleanup: removed unnecessary braces.


# 6c874a26fcde8a0fd139f3b76b3abb7fbc3c582c 14-Oct-2012 threedeyes <3dEyes@gmail.com>

Style cleanup. 80 character line limit.


# df969bab298ad637c23c0e267ef786efc1db5fcf 13-Oct-2012 threedeyes <3dEyes@gmail.com>

Added VSTHost media add-on.