Giter VIP home page Giter VIP logo

naumodular's Issues

Perlin: hitting float limit causes constant output

After letting the Perlin module run for a while the curTime variable (a float) if "full" hitting the float limit and adding deltaTime to it does not have any effect anymore, hence producing a constant output.

Fix versioning to be accepted into the Rack community repository

Rack v0.5.1 will include a plugin manager, and plugins need to follow the versioning guidelines in order to be accepted. You can use this example plugin Makefile and Tutorial.cpp file as a reference for making sure the version is the same in the C++, Makefile, and JSON manifest.

  • Your plugin is versioned as v1.0. This needs to be v0.5.something.

Once you've fixed this, send a PR to the Rack community repository and remove the "disabled" property in the JSON manifest file.

plugin manager

Hi!

I m helping Andrew with the plugin manager. I went throu all the module packs today and saw that you only provide Mac binaries. I wanted to know if you need someone to compile your modules for Windows and Linux? Because people like me can´t use your modules unless I compile them myself. Not everyone knows how to do that.

Version 1.0

Your plugin is not compatible any longer with the current version of VCV Rack. Are you planning on updating it and releasing a new version?

compile error (linux)

With master at c7680cd I get

src/Osc.cpp:209:26: error: ‘memset’ was not declared in this scope
     memset(_buf,0,_bufLen);
                          ^
src/Osc.cpp:210:49: error: ‘strlen’ was not declared in this scope
     uint32_t ii = (uint32_t)strlen(_addr.c_str());
                                                 ^

Including <string.h> appears to it fix for me, for example:

diff --git a/src/NauModular.hpp b/src/NauModular.hpp
index 6a20010..7691b83 100644
--- a/src/NauModular.hpp
+++ b/src/NauModular.hpp
@@ -20,6 +20,10 @@
 #include <mach/clock_types.h>
 #endif
 
+#if defined(TARGET_LINUX)
+#include <string.h>
+#endif
+
 using namespace rack;
 
 extern Plugin * plugin;

Not a linux cpp pro, so not sure how generically useful this info is - hope it's some use! :)

[bug] Perlin: output mutes after a while.

OS: win
Rack: dev
Plugins: dev

somehow the module just goes mute after a while and i can't turn it back on with any of the controls.
also tried the menu options initialize and randomize.
i have to delete the module and load a fresh instance.

great module ideas btw, thx so much.

v0.5.2 (BitHammer, Function): huge voltages issues.

Platform: Windows 7 Pro SP1 x64 (French localized).
VCV Rack v0.5.1 (not dev).
NauModular v0.5.2.

Hello, firstly, thank you very much about your NauModular modules. ;)

However, I report huge voltages issues, concerning BitHammer and Function modules.

I've recorder & posted a (non-indexed) video on YouTube (2 min), showing the voltage issues on these modules. Also, I precise the oscillators I've used, TinySine and TinySawish (both by AS) deliver voltages into range -/+5 V.

Of course it's possible I'm wrong somewhere about voltage measurements, by using Fundamental's Scope.

Perhaps you'll must add a "voltage limitation" in code (for future release) to stay in range -/+12 V (in my opinion).

Link to YT video: here
(please advise me when you have seen it, btw I'll remove it, thanks in advance).

Regards.
Dominique Camus.

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.