Coder Social home page Coder Social logo

az-vcv's People

Contributors

azrrik avatar dtenenba avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

dtenenba

az-vcv's Issues

Will not compile on Windows 10 using MSYS2

$ RACK_DIR=C:/msys64/Rack-SDK make dist
g++ -std=c++11 -Wsuggest-override -fPIC -IC:/msys64/Rack-SDK/include -IC:/msys64/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/Agent.cpp.o src/Agent.cpp
g++ -std=c++11 -Wsuggest-override -fPIC -IC:/msys64/Rack-SDK/include -IC:/msys64/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/LoFiTV.cpp.o src/LoFiTV.cpp
g++ -std=c++11 -Wsuggest-override -fPIC -IC:/msys64/Rack-SDK/include -IC:/msys64/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/Modulo.cpp.o src/Modulo.cpp
g++ -std=c++11 -Wsuggest-override -fPIC -IC:/msys64/Rack-SDK/include -IC:/msys64/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
g++ -std=c++11 -Wsuggest-override -fPIC -IC:/msys64/Rack-SDK/include -IC:/msys64/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/Slime.cpp.o src/Slime.cpp
src/Slime.cpp: In member function 'void Slime::reset(int, float, float, float)':
src/Slime.cpp:41:7: error: 'uint' was not declared in this scope; did you mean 'rint'?
41 | for (uint i = 0; i < trailMap.size(); ++i) {
| ^~~~
| rint
src/Slime.cpp:41:19: error: 'i' was not declared in this scope
41 | for (uint i = 0; i < trailMap.size(); ++i) {
| ^
src/Slime.cpp:42:11: error: expected ';' before 'j'
42 | for(uint j = 0; j < trailMap[i].size(); ++j) {
| ^~
| ;
src/Slime.cpp:42:19: error: 'j' was not declared in this scope
42 | for(uint j = 0; j < trailMap[i].size(); ++j) {
| ^
make: *** [C:/msys64/Rack-SDK/compile.mk:69 : build/src/Slime.cpp.o] Erreur 1

Will not compile on Windows 10

$ RACK_DIR=C:/msys64/Rack-SDK make dist
g++ -std=c++11 -Wsuggest-override -fPIC -IC:/msys64/Rack-SDK/include -IC:/msys64/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/Modulo.cpp.o src/Modulo.cpp
g++ -std=c++11 -Wsuggest-override -fPIC -IC:/msys64/Rack-SDK/include -IC:/msys64/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
g++ -o plugin.dll build/src/Modulo.cpp.o build/src/plugin.cpp.o -shared -LC:/msys64/Rack-SDK -lRack
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: build/src/plugin.cpp.o:plugin.cpp:(.rdata$.refptr.modelCompare[.refptr.modelCompare]+0x0): undefined reference to `modelCompare'
collect2.exe: error: ld returned 1 exit status
make: *** [C:/msys64/Rack-SDK/compile.mk:59 : plugin.dll] Erreur 1

modulo crashes VCV Rack2

Adding and using modulo works but Rack2 crashes when the program is restarted
I've tried in both Rack2-219bbaf1 and the latest beta 05fa24a7.

Rack2 and the plugins are self-compiled in Linux and I've run it using ALSA and JACK; both in their native forms and in the pipewire equivalences.

high CPU usage with Lofi TV

I love the Lofi TV module but it hits the CPU dramatically. Adding it to a patch drove the peak usage from around 70% to more than 130%. Yikes. Any optimizations that might help lower that consumption rate ?

Best regards,

Dave Phillips

Building on Windows 10 for Rack v2

A minor change is needed for this plugin to build on Windows 10 for Rack v2. In Modulo.hpp, app::mm2px(math::Vec(10, 10)) should be changed to window::mm2px(math::Vec(10, 10)).

Tag v2.0.1

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

feature request: "lights off" compatibility

Greetings ! I've been enjoying the LoFiTV module, thank you for sharing it. I think it's a great candidate for Omri Cohen's "lights off" mode, i.e. everything but the graphics display fades to black. I've got some interesting displays going on, it would be cool to watch them against a darkened background and room lights turned off.

Omri posted a demonstration video on YT:

https://www.youtube.com/watch?v=X5BwOXiEqrI&ab_channel=OmriCohen

Thanks again for the plugin ! :)

dp

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.