blob: 44eb679f12e85e69f6f4a128db48f427884aa9a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
post_install() {
cat << MSG
> Ardour 3 has support for native "Linux" VSTs. You may want to export
> LXVST_PATH to include any custom directories of *.so VST plug-ins.
> Ardour 3 also supports video (timeline and monitoring), but aside from
> xjadeo the required external programs need to be retrieved from:
http://x42.github.io/harvid/
> Please consider supporting Paul Davis, lead developer of Ardour, by
> either subscribing or at least donating to the project's cause:
https://community.ardour.org/s/subscribe
https://community.ardour.org/donate
> With your continued support, Ardour will continue to improve and will
> one day no longer be dependent on unstable funding.
MSG
}
# vim:set ts=2 sw=2 et:
|