Coder Social home page Coder Social logo

fake-industries / fuzzball Goto Github PK

View Code? Open in Web Editor NEW
16.0 3.0 1.0 117 KB

Fuzz Ball - Fuzzy audio plugin

Home Page: https://www.fake.nz/fuzzball/

License: GNU General Public License v3.0

Rust 100.00%
vst vst-plugin audio-plugin rust audio-effect audio-effects plugin macos

fuzzball's Introduction

VST plugin with Fuzz effect written in Rust.

Fuzz Ball VST screenshot

Fuzz ball can be controlled with 3 controllers.

Fuzz control adjusts amount of Fuzz.

Bounce control is an additional fuzz controller.

Volume controls the volume.

Demo

Download

License

Copyright (C) 2020 Fake Industries

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program 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 General Public License for more details.

This program uses following third party libraries.

fuzzball's People

Contributors

kesara avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

gabrielfalcao

fuzzball's Issues

Trying to build on Linux.

Hi!

I'm new to Rust. First attempt to build FuzzBall fails with such error:

kv@Kot:~/src/audio/fuzzball> cargo build --verbose
       Fresh cc v1.0.60
       Fresh autocfg v1.0.1
       Fresh cfg-if v0.1.10
       Fresh bitflags v1.2.1
       Fresh log v0.4.11
       Fresh libc v0.2.77
       Fresh libloading v0.5.2
       Fresh num-traits v0.2.12
       Fresh vst v0.2.0
   Compiling vst-gui v0.2.0 (https://github.com/mikesoylu/rust-vst-gui/#d17c09c9)
     Running `rustc --crate-name vst_gui /home/kv/.cargo/git/checkouts/rust-vst-gui-af300b96fc541511/d17c09c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=eb068b05b30f3c10 -C extra-filename=-eb068b05b30f3c10 --out-dir /media/src/src/audio/fuzzball/target/debug/deps -L dependency=/media/src/src/audio/fuzzball/target/debug/deps --extern vst=/media/src/src/audio/fuzzball/target/debug/deps/libvst-e92d796e066b5923.rmeta --cap-lints allow -L native=/media/src/src/audio/fuzzball/target/debug/build/libloading-dc64e818d3ab7072/out`
error[E0308]: mismatched types
  --> /home/kv/.cargo/git/checkouts/rust-vst-gui-af300b96fc541511/d17c09c/src/lib.rs:77:97
   |
76 | pub fn new_plugin_gui(
   |        -------------- implicitly returns `()` as its body has no tail or `return` expression
77 |     html_document: String, js_callback: JavascriptCallback, window_size: Option<(i32, i32)>) -> PluginGui
   |                                                                                                 ^^^^^^^^^ expected struct `PluginGui`, found `()`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0308`.
error: could not compile `vst-gui`.

Caused by:
  process didn't exit successfully: `rustc --crate-name vst_gui /home/kv/.cargo/git/checkouts/rust-vst-gui-af300b96fc541511/d17c09c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=eb068b05b30f3c10 -C extra-filename=-eb068b05b30f3c10 --out-dir /media/src/src/audio/fuzzball/target/debug/deps -L dependency=/media/src/src/audio/fuzzball/target/debug/deps --extern vst=/media/src/src/audio/fuzzball/target/debug/deps/libvst-e92d796e066b5923.rmeta --cap-lints allow -L native=/media/src/src/audio/fuzzball/target/debug/build/libloading-dc64e818d3ab7072/out` (exit code: 1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.