• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

vstgui/H03-May-2022-169,906132,173

.gitignoreH A D02-Apr-20211.4 KiB4342

.travis.ymlH A D02-Apr-20211.2 KiB5043

LICENSEH A D02-Apr-20211.8 KiB2827

README.mdH A D02-Apr-20212.3 KiB5342

README.md

1# VSTGUI
2[![Build Status](https://travis-ci.com/scheffle/vstgui.svg?branch=master)](https://travis-ci.com/scheffle/vstgui)
3
4VSTGUI is a user interface toolkit mainly for audio plug-ins (VST, AAX, AudioUnit, etc...)
5 and it is designed for working well with VST3 plug-ins.
6
7## History
8- First developed inhouse of Steinberg Media Technologies (around 1998) for their first VST plug-ins.
9- Later added as binary libraries to the official VST SDK.
10- Since May 2003 VSTGUI is open source.
11
12## System requirements
13Supported OS:
14
15- Microsoft Windows 7-10
16- Apple OSX 10.9-10.13
17- Apple iOS 8-11
18- Linux (Preview)
19
20Supported IDE:
21- Visual Studio 2015/2017
22- minimum Xcode 8
23- Qt Creator
24
25## License
26BSD style
27
28    VSTGUI LICENSE
29    (c) Steinberg Media Technologies, All Rights Reserved
30
31    Redistribution and use in source and binary forms, with or without modification,
32    are permitted provided that the following conditions are met:
33
34      * Redistributions of source code must retain the above copyright notice,
35        this list of conditions and the following disclaimer.
36      * Redistributions in binary form must reproduce the above copyright notice,
37        this list of conditions and the following disclaimer in the documentation
38        and/or other materials provided with the distribution.
39      * Neither the name of the Steinberg Media Technologies nor the names of its
40        contributors may be used to endorse or promote products derived from this
41        software without specific prior written permission.
42
43    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
44    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
45    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A  PARTICULAR PURPOSE ARE DISCLAIMED.
46    IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
47    INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
48    BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
49    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
50    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
51    OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE  OF THIS SOFTWARE, EVEN IF ADVISED
52    OF THE POSSIBILITY OF SUCH DAMAGE.
53