Giter Club home page Giter Club logo

nlnri_vcvrackplugins's People

Contributors

alikins avatar cschol avatar dizzisound avatar korgogro avatar nonlinearinstruments 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  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nlnri_vcvrackplugins's Issues

plugin manager

hi!

I m going to support Andrew with the plugin manager.

pls check your makefile and compare it with the makefile in the tutorial ;)
this will help you to solve the issue!

you can ask me about help on FB aswell (Struggl Michael)
Talk soon!

load fail with latest source

Linux Fedora 23
Rack 0.5.1

I build your modules from source, so I'm surprised by this error:

Failed to load library ./plugins/NLNRI_VCVRackPlugins/plugin.so: ./plugins/NLNRI_VCVRackPlugins/plugin.so: undefined symbol: _ZN16QU4DiTplusWidgetC1Ev

Any suggestions ?

Win / Linux compilation

Good morning !! anyone to compile a win or linux dist for this ? so I can make a new release for mac / win / linux ... thanks in advance :)

Update VERSION in Makefile

One more update required: the VERSION in the Makefile needs to be 0.6.0 without the dev suffix.
Thank you!

build fails with isfinite

Linux Fedora 23 GCC 5.3.1
Rack 0.5.0

g++ -fPIC -I../../include -I../../dep/include -MMD -g -O3 -march=nocona -ffast-math -fno-finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_LIN -Wsuggest-override -std=c++11 -c -o build/src/QU4DiT.cpp.o src/QU4DiT.cpp
src/QU4DiT.cpp: In member function ‘virtual void QU4DiT::step()’:
src/QU4DiT.cpp:67:43: error: ‘isfinite’ was not declared in this scope
outputs[XN_OUTPUT].value = isfinite(x_out) ? x_out : 0.f;
^
src/QU4DiT.cpp:67:43: note: suggested alternative:
In file included from ../../include/math.hpp:5:0,
from ../../include/rack.hpp:4,
from src/NonLinearInstruments.hpp:1,
from src/QU4DiT.cpp:1:
/usr/include/c++/5.3.1/cmath:601:5: note: ‘std::isfinite’
isfinite(_Tp __x)
^
../../compile.mk:53: recipe for target 'build/src/QU4DiT.cpp.o' failed
make: *** [build/src/QU4DiT.cpp.o] Error 1

Update to VCV Rack v1

Hi just wondering if there's any chance of seeing your modules in the latest version of Rack?

Bad links in README.md

The following links have problems:

In the section for Luci:
"After installing the package, user is suggested to Load the Luci8x8.vcv patch found here"
gives a 404 error if clicked

"Please find here the user manual"
clicking on this does not result in a downloadable PDF.
Also fails on the releases page.

Similar problems in the "BallisticENV module" section

compiler error:

outputs[XN_OUTPUT].value = isfinite(x_out) ? x_out : 0.f;

OS: win (mingw64)
Rack: dev
plugin: dev

$ make
g++ -fPIC -I../../include -I../../dep/include -MMD -g -O3 -march=nocona -ffast-math -fno-finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_WIN -D_USE_MATH_DEFINES -Wsuggest-override -std=c++11 -c -o build/src/QU4DiT.cpp.o src/QU4DiT.cpp
src/QU4DiT.cpp: In member function 'virtual void QU4DiT::step()':
src/QU4DiT.cpp:67:29: error: 'isfinite' was not declared in this scope
outputs[XN_OUTPUT].value = isfinite(x_out) ? x_out : 0.f;
^~~~~~~~
src/QU4DiT.cpp:67:29: note: suggested alternative:
In file included from ../../include/math.hpp:5:0,
from ../../include/rack.hpp:4,
from src/NonLinearInstruments.hpp:1,
from src/QU4DiT.cpp:1:
H:/devel/msys64/mingw64/include/c++/7.2.0/cmath:585:5: note: 'std::isfinite'
isfinite(_Tp __x)
^~~~~~~~
make: *** [../../compile.mk:54: build/src/QU4DiT.cpp.o] Error 1

this has been an issue in other people's modules too. can be fixed by using std::isfinite()

Update to V2 ?

Hi there!

Are you planning to update your modules to Rack 2?

I love the BallisticENV module, so I would be happy if you could at least update that one. I have to admit I still don't know what the Luci modules are supposed to be about, though... but that BallisticENV is definitely very cool. So maybe just update the two green modules for a start?

Greetings!

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.