reaper-rs | Rust bindings for the REAPER C++ API

 by   helgoboss Rust Version: reaper-medium/v0.1.0 License: MIT

kandi X-RAY | reaper-rs Summary

kandi X-RAY | reaper-rs Summary

reaper-rs is a Rust library. reaper-rs has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

reaper-rs allows programmers to write plug-ins for the REAPER DAW (digital audio workstation) in the Rust programming language. It does so by providing raw Rust bindings for the REAPER C++ API and more convenient APIs on top of that. It also exposes the SWELL C++ API, which is provided by REAPER on Linux and macOS in order to enable developers to create cross-platform user interfaces with a subset of the Win32 API.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              reaper-rs has a low active ecosystem.
              It has 60 star(s) with 7 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 14 open issues and 35 have been closed. On average issues are closed in 68 days. There are 7 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of reaper-rs is reaper-medium/v0.1.0

            kandi-Quality Quality

              reaper-rs has no bugs reported.

            kandi-Security Security

              reaper-rs has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              reaper-rs is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              reaper-rs releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of reaper-rs
            Get all kandi verified functions for this library.

            reaper-rs Key Features

            No Key Features are available at this moment for reaper-rs.

            reaper-rs Examples and Code Snippets

            No Code Snippets are available at this moment for reaper-rs.

            Community Discussions

            No Community Discussions are available at this moment for reaper-rs.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install reaper-rs

            Thanks to Cargo, building reaper-rs is not a big deal. In the following you will find the complete instructions for Windows 10, including Rust setup. Points where you have to consider the target architecture (REAPER 32-bit vs. 64-bit) are marked with :star:. Regenerating the low-level API from Windows is disabled for now.
            Setup "Build tools for Visual Studio 2019" Rust uses native build toolchains. On Windows, it's necessary to use the MSVC (Microsoft Visual Studio C++) toolchain because REAPER plug-ins only work with that. Visual Studio downloads → All downloads → Tools for Visual Studio 2019 → Build Tools for Visual Studio 2019 Start it and follow the installer instructions Required components Workloads tab "C++ build tools" (large box on the left) Make sure "Windows 10 SDK" is checked on the right side (usually it is) Language packs English
            Setup Rust Download and execute rustup-init.exe Accept the defaults Set the correct toolchain default (nightly toolchain is not necessary if you only want to build reaper-low, reaper-medium and reaper-high) :star: rustup default stable-x86_64-pc-windows-msvc
            Download and install Git for Windows
            Clone the reaper-rs Git repository git clone --recurse-submodules https://github.com/helgoboss/reaper-rs.git` cd reaper-rs
            Build reaper-rs cargo build
            Download REAPER for Linux and start it at least one time.
            Create symbolic links mkdir -p $HOME/.config/REAPER/UserPlugins/FX ln -s $HOME/Downloads/reaper-rs/target/debug/libreaper_test_extension_plugin.so $HOME/.config/REAPER/UserPlugins/reaper_test_extension_plugin.so ln -s $HOME/Downloads/reaper-rs/target/debug/libreaper_test_vst_plugin.so $HOME/.config/REAPER/UserPlugins/FX/reaper_test_vst_plugin.so

            Support

            Contributions are very welcome! Especially to the medium-level API.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/helgoboss/reaper-rs.git

          • CLI

            gh repo clone helgoboss/reaper-rs

          • sshUrl

            git@github.com:helgoboss/reaper-rs.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link