Git Product home page Git Product logo

ladspa.rs's Introduction

LADSPA.rs

The ladspa crate provides an interface for writing LADSPA plugins safely in Rust.

Usage

See the documentation here. Two example plugins, for ring modulation and delay are provided in the examples folder.

ladspa.rs's People

Contributors

nwoeanhinnogaehr avatar

Stargazers

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

Watchers

 avatar

Forkers

jeberger

ladspa.rs's Issues

Updating bitflags dependency would be a breaking change

This crate still uses bitflags 0.8.2, which did not use associated constants for the generated flags. If we update to the latest release, the bitflags will be namespaced, which will probably break all users of this crate.

Use the libc package from crates.io

Currently, ladspa.rs does not work on the stable compiler because it uses #!feature(libc). However it does work if I remove the feature and add libc as a dependency in Cargo.toml to pull the libc from crates.io.

panic! causes undefined behavior

Some hosts lock up my entire system when a panic occurs, some hit a segfault or run into an illegal hardware instruction. abort_on_panic does not seem to help because calling abort is also undefined behavior apparently and doesn't seem to actually change the outcome.

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.