Git Product home page Git Product logo

yru-rust-lv2-plugins's Introduction

yru-rust-lv2-plugin

Personal plugin realisation using the rust-lv2 framework

Building

Building for the first time require an internet connection.

  • cargo xtask build to build all plugins.
  • cargo xtask build -p <plugin> to build a particular plugin.
  • add --release flag to build in release mode.

Be patient, building for the first time is very long.

Built plugins are placed in the lv2 folder inside the cargo output directory. For example if you used cargo xtask build, plugin are placed by default in target/debug/lv2. See cargo documentation for more details.

Install

  • cargo xtask install to build with optimisation and install all plugins.
  • cargo xtask build -p <plugin> to build a particular plugin with optimisation and install it.
  • don't forget the --release flag, to enable optimisation!
  • use --install-dir option to change the installation path. The default installation destination is the LV2 user specific standard path.

Don't forget the --release flag, to enable optimisation!

Note about xtask

xtask is a custom embedded script written to handle post-build actions. Sometimes, this script may fail with some particular cargo configuration. Typical error is file not found. Feel free to fill an issue and describe cargo configuration if it happen.

License

These plugins are released under the GPL V3 license, see the joined file gpl-3.0.txt for a copy.

yru-rust-lv2-plugins's People

Contributors

yruamalairba avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.