Code Monkey home page Code Monkey logo

auraaudio-vcv-rack's Introduction

auraaudio-vcv-rack's People

Contributors

emurray2 avatar steverussell33 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

auraaudio-vcv-rack's Issues

Remove debug output from module

The module prints to stdout when connection cables. Please remove/disable that.

You don't have to update the version number for our release purposes as it has not been released yet, but you may do so for your own tracking.

Thank you.

Tag v2.0.0

Could you please add a git tag/release for the v2.0.0 stable version? Thanks :)

Build failure on Windows platform

The build fails on the Windows platform:

[auraaudio-vcv-rack] Building plugin on platform win...src/ModularForecast.cpp: In member function ‘void ModularForecastDisplay::displayParticles()’:
src/ModularForecast.cpp:155:40: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
             if (Particles[i].XCoor + 1 >= mouseX & Particles[i].XCoor - 1 <= mouseX & Particles[i].YCoor + 1 >= mouseY & Particles[i].YCoor - 1 <= mouseY)
                 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
src/ModularForecast.cpp:155:110: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
             if (Particles[i].XCoor + 1 >= mouseX & Particles[i].XCoor - 1 <= mouseX & Particles[i].YCoor + 1 >= mouseY & Particles[i].YCoor - 1 <= mouseY)
                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
src/ModularForecast.cpp:155:145: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
             if (Particles[i].XCoor + 1 >= mouseX & Particles[i].XCoor - 1 <= mouseX & Particles[i].YCoor + 1 >= mouseY & Particles[i].YCoor - 1 <= mouseY)
                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
build/src/ModularForecast.cpp.o: In function `ModularForecastWidget::ModularForecastWidget(ModularForecast*)':
/home/cschol/src/Rack-1.0/plugins/auraaudio-vcv-rack/src/ModularForecast.cpp:265: undefined reference to `glOrtho'
build/src/ModularForecast.cpp.o:/home/cschol/src/Rack-1.0/plugins/auraaudio-vcv-rack/src/ModularForecast.cpp:135: undefined reference to `glClear'
build/src/ModularForecast.cpp.o:/home/cschol/src/Rack-1.0/plugins/auraaudio-vcv-rack/src/ModularForecast.cpp:136: undefined reference to `glClearColor'
build/src/ModularForecast.cpp.o:/home/cschol/src/Rack-1.0/plugins/auraaudio-vcv-rack/src/ModularForecast.cpp:137: undefined reference to `glRasterPos2f'
build/src/ModularForecast.cpp.o:/home/cschol/src/Rack-1.0/plugins/auraaudio-vcv-rack/src/ModularForecast.cpp:215: undefined reference to `glPointSize'
build/src/ModularForecast.cpp.o:/home/cschol/src/Rack-1.0/plugins/auraaudio-vcv-rack/src/ModularForecast.cpp:216: undefined reference to `glBegin'
build/src/ModularForecast.cpp.o:/home/cschol/src/Rack-1.0/plugins/auraaudio-vcv-rack/src/ModularForecast.cpp:217: undefined reference to `glColor3f'
build/src/ModularForecast.cpp.o:/home/cschol/src/Rack-1.0/plugins/auraaudio-vcv-rack/src/ModularForecast.cpp:218: undefined reference to `glVertex2f'
build/src/ModularForecast.cpp.o:/home/cschol/src/Rack-1.0/plugins/auraaudio-vcv-rack/src/ModularForecast.cpp:219: undefined reference to `glRasterPos2f'
build/src/ModularForecast.cpp.o:/home/cschol/src/Rack-1.0/plugins/auraaudio-vcv-rack/src/ModularForecast.cpp:220: undefined reference to `glEnd'
build/src/ModularForecast.cpp.o:/home/cschol/src/Rack-1.0/plugins/auraaudio-vcv-rack/src/ModularForecast.cpp:221: undefined reference to `glColor3f'
collect2: error: ld returned 1 exit status
make: *** [plugin.dll] Error 1
FAILED

x86_64-w64-mingw32-g++  -std=c++11 -Wsuggest-override   -fPIC -I/home/cschol/src/Rack-SDK/Rack-SDK/include -I/home/cschol/src/Rack-SDK/Rack-SDK/dep/include -MMD -MP -g -O3 -march=nocona -funsafe-math-optimizations -Wall -Wextra -Wno-unused-parameter -DARCH_WIN -D_USE_MATH_DEFINES  -c -o build/src/plugin.cpp.o src/plugin.cpp
x86_64-w64-mingw32-g++  -std=c++11 -Wsuggest-override   -fPIC -I/home/cschol/src/Rack-SDK/Rack-SDK/include -I/home/cschol/src/Rack-SDK/Rack-SDK/dep/include -MMD -MP -g -O3 -march=nocona -funsafe-math-optimizations -Wall -Wextra -Wno-unused-parameter -DARCH_WIN -D_USE_MATH_DEFINES  -c -o build/src/ModularForecast.cpp.o src/ModularForecast.cpp
x86_64-w64-mingw32-g++ -o plugin.dll build/src/plugin.cpp.o build/src/ModularForecast.cpp.o  -shared -L/home/cschol/src/Rack-SDK/Rack-SDK -lRack 
/home/cschol/src/Rack-SDK/Rack-SDK/compile.mk:59: recipe for target 'plugin.dll' failed

>>> BUILD FAILURES:
auraaudio-vcv-rack win

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.