Giter VIP home page Giter VIP logo

mus-x's People

Contributors

jojosito avatar

Stargazers

 avatar

Watchers

 avatar  avatar

mus-x's Issues

Invalid URL in manifest

[MUS-X] Validating plugin.json...         
Exception validating URL: mus-x.de (unknown url type: 'mus-x.de')
FAILED     
[MUS-X] Issues found in `plugin.json`:
                                                                             
Invalid URL: mus-x.de 

Please add https:// prefix to the URL in the plugin manifest. Thank you.

Compile failure on macOS platform

x86_64-apple-darwin20.2-clang++-libc++ -std=c++11 -stdlib=libc++  -Isrc/dsp -fPIC -I/home/build/rack-plugin-toolchain/Rack-SDK-mac-x64/include -I/home/build/rack-plugin-toolchain/Rack-SDK-mac-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter
 -DARCH_X64 -march=nehalem -DARCH_MAC -mmacosx-version-min=10.9  -c -o build/src/OnePoleLP.cpp.o src/OnePoleLP.cpp
src/LFO.cpp:32:25: error: constexpr variable 'minFreq' must be initialized by a constant expression                                                       
        static constexpr float minFreq = 2 * std::pow(2, -octaveRange); // Hz                                                                                                                                                                                                                                          
                               ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                     
src/LFO.cpp:32:39: note: non-constexpr function 'pow<int, int>' cannot be used in a constant expression                                     
        static constexpr float minFreq = 2 * std::pow(2, -octaveRange); // Hz 
                                             ^
/home/build/rack-plugin-toolchain/local/osxcross/bin/../SDK/MacOSX11.1.sdk/usr/include/c++/v1/math.h:1039:1: note: declared here                          
pow(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT                                                                                                                  
^                                                                                                                                                          
src/LFO.cpp:33:25: error: constexpr variable 'maxFreq' must be initialized by a constant expression                                         
        static constexpr float maxFreq = 2 * std::pow(2,  octaveRange); // Hz 
                               ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/LFO.cpp:33:39: note: non-constexpr function 'pow<int, int>' cannot be used in a constant expression                                                   
        static constexpr float maxFreq = 2 * std::pow(2,  octaveRange); // Hz                 
                                             ^                                                          

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.