Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Update README.md #94

Merged
merged 3 commits into from
Jun 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,16 @@
[![Discord Chat][discord-img]][discord-url]
[![Discourse topics][dc-img]][dc-url]

rust-vst is a library for creating VST plugins in the Rust programming language.
`vst-rs` is a library for creating VST2 plugins in the Rust programming language.

This library is a work in progress, and as such it does not yet implement all
functionality. It can create basic VST plugins without an editor interface.

## Library Documentation
* https://rustaudio.github.io/vst-rs/vst/

## Community
For questions, help, or other issues, consider joining our [Telegram Chat][tg-url].

## TODO
- Implement all opcodes
- Proper editor support
- Write more tests
- Provide better examples
- https://rustaudio.github.io/vst-rs/vst/

## Crate
`VST` is available on [crates.io](https://crates.io/crates/vst). If you prefer the bleeding-edge, you can also
This crate is available on [crates.io](https://crates.io/crates/vst). If you prefer the bleeding-edge, you can also
include the crate directly from the official [Github repository](https://github.com/rustaudio/vst-rs).

```toml
Expand Down Expand Up @@ -89,9 +80,9 @@ crate-type = ["cdylib"]
[trav-url]: https://travis-ci.org/rustaudio/vst-rs
[crates-img]: https://img.shields.io/crates/v/vst.svg
[crates-url]: https://crates.io/crates/vst
[discord-img]: https://img.shields.io/discord/590254806208217089.svg?label=Discord
[discord-img]: https://img.shields.io/discord/590254806208217089.svg?label=Discord&logo=discord&color=blue
[discord-url]: https://discord.gg/QPdhk2u
[dc-img]: https://img.shields.io/discourse/https/rust-audio.discourse.group/topics.svg
[dc-img]: https://img.shields.io/discourse/https/rust-audio.discourse.group/topics.svg?logo=discourse&color=blue
[dc-url]: https://rust-audio.discourse.group

#### Packaging on OS X
Expand Down