Browse Source

Update README

tags/v0.6.0
Andrew Belt 7 years ago
parent
commit
ac851d736c
2 changed files with 7 additions and 1 deletions
  1. +1
    -1
      Makefile
  2. +6
    -0
      README.md

+ 1
- 1
Makefile View File

@@ -1,7 +1,7 @@
SLUG = Fundamental
VERSION = 0.5.1

SOURCES = $(wildcard src/*.cpp)
SOURCES += $(wildcard src/*.cpp)

DISTRIBUTABLES += $(wildcard LICENSE*) res



+ 6
- 0
README.md View File

@@ -3,6 +3,12 @@
The Fundamental plugin pack gives you a basic foundation to create simple synthesizers, route and analyze signals, complement other more complicated modules, and build some not-so-simple patches using brute force (lots of modules).
They are also a great reference for creating your own plugins in C++.

## Building

Follow the build instructions for [VCV Rack](https://github.com/VCVRack/Rack).
The `master` branch of this repo builds against the `master` branch of Rack.
To build for a previous version, use `git tag` to find a compatible version and `git checkout [TAG]` to check out the source for that version.

## License

Source code licensed under [BSD-3-Clause](LICENSE.txt) by [Andrew Belt](https://andrewbelt.name/)


Loading…
Cancel
Save