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

Commit

Permalink
Merge pull request #94 from RustAudio/crsaracco-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
piedoom committed Jun 20, 2019
2 parents 465cf27 + 23026e8 commit 72e95dc
Showing 1 changed file with 5 additions and 14 deletions.
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

0 comments on commit 72e95dc

Please sign in to comment.