1# CSOUND FOR WINDOWS
2
3(Note: This document is out of date and should be revised or removed.)
4
5Version 6.09 beta
6
7[![Build Status](https://travis-ci.org/csound/csound.svg?branch=develop)](https://travis-ci.org/csound/csound)
8![Coverity Status](https://scan.coverity.com/projects/1822/badge.svg)
9[![Build status](https://ci.appveyor.com/api/projects/status/1qamc986774rsbjq/branch/develop?svg=true)](https://ci.appveyor.com/project/csound/csound/branch/develop)
10
11Csound is a user-programmable and user-extensible sound processing language and software sound synthesizer. Csound contains arguably the largest collection of unit generators of any software sound synthesizer. Online resources include many example pieces, instrument definitions, and tutorials.
12
13Csound is copyright (c) 1991 Barry Vercoe, John ffitch, and other contributors.
14
15Csound is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
16
17Csound is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
18
19You should have received a copy of the GNU Lesser General Public License along with this software; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
20
21# THE WINDOWS INSTALLER
22
23The Windows installer for Csound comes with:
24
251. The Csound shared library, which contains Csound's core functionality.
262. A number of programming language interfaces to Csound:
27    1. C and C++, along with header files and libraries for embedding and calling Csound.
28    2. Python (both running Csound from Python, and running Python from Csound).
29    3. Java.
30    4. Common Lisp.
314. Command-line programs, including Csound itself and a variety of utility programs.
325. The CsoundQt editor for Csound, including the ability to define custom user interfaces in Csound, or even to run local Web pages that embed Csound and give Csound access to all the capabilities of HTML5 including JavaScript, WebGL, local data store, math typesetting, and on and on.
336. Csound.node, which embeds Csound in NW.js, with much the same results as running HTML5 code in CsoundQt, but with less overhead. NW.js must be installed separately. Be sure to install a recent version of NW.js for 64 bit CPU architecture, and select the SDK version of NW.js to get the JavaScript debugger.
347. A variety of unit generators, see the Csound Reference Manual for a listing. Not all are available on Windows. The vst4cs opcodes, which enable Csound to host VST plugins, are included.
358. CsoundVST, which enables Csound to be used as a VST plugin in VST hosts.
36
37All programs and libraries contained in the Windows installer are built with Microsoft Visual Studio 2017 for 64 bit CPU architecture, and thus C++ components and interfaces of Csound are binary compatible with all other software built with MSVS 2017 for 64 bit CPU architecture.
38
39# SELECTED CSOUND RESOURCES
40
41Csound home page (including Csound for other operating systems) at http://csound.github.io/index.html. Contains links to many more resources!
42
43CsoundQt home page at http://csoundqt.github.io/.
44
45Csound on GitHub at https://github.com/csound/csound.
46
47Csound for Android app on the Google Play Store at https://play.google.com/store/apps/details?id=com.csounds.Csound6&hl=en.
48
49Online version of the Csound Reference Manual at https://gogins.github.io/csound/html/indexframes.html.
50
51Online version of the Csound API Documentation at http://csound.github.io/docs/api/index.html.
52
53FLOSS Manual for Csound at http://floss.booktype.pro/csound/preface/.
54
55blue, a composition environment for Csound with extensive capabilities, at http://blue.kunstmusik.com/.
56
57Cabbage, a Csound editor that can create VST plugins with custom interfaces, at http://www.cabbageaudio.com/.
58
59