Coder Social home page Coder Social logo

Comments (5)

midiguru avatar midiguru commented on June 19, 2024

To be more specific, it seems to be doing division on the input values -- probably the division is correct. But it's not producing a stepped output, so it's not useful. It isn't doing anything that Nysthi ConstAddMult doesn't do.

from ahornberg-vcv-modules.

Ahornberg avatar Ahornberg commented on June 19, 2024

This module isn't a quantizer, it's an attenuator.

from ahornberg-vcv-modules.

midiguru avatar midiguru commented on June 19, 2024

If it doesn't quantize, the business of dividing some interval (such as an octave) into equal divisions makes no sense whatever. You're not accomplishing anything.

from ahornberg-vcv-modules.

Ahornberg avatar Ahornberg commented on June 19, 2024

The business of this module is not to quantize, but to shrink or stretch already quantized pitch-CV. I didn't implement a quantizer directly into my module because I want to preserve all glissandi in the pitch-CV signal.

On the other hand, a continuous pitch-CV signal needs to be quantized before running it through my module to achieve microtonal pitch-CV steps. For your use-case it's necessary to use a quantizer (e.g. the QNT module) before my module.

And here's the way it works for me: I play on a MIDI keyboard and run the V/OCT values from the core MIDI-CV module through my module, which is set to e.g. 33ed4 (my favourite equal tuning). The same can be achieved by running pitch-CV from a sequencer module through my module.

from ahornberg-vcv-modules.

midiguru avatar midiguru commented on June 19, 2024

I guess that makes sense. I tried running a polyphonic output from JW NoteSeq into a Split module, then through four channels of your module, and then back through a Merge, and got the expected result -- chords in whatever equal tuning I choose. Thanks for explaining it!

from ahornberg-vcv-modules.

Related Issues (20)

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.