Giter VIP home page Giter VIP logo

frankbussrackplugin's People

Contributors

ahornberg avatar frank-buss avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

lahwran

frankbussrackplugin's Issues

Feature request: move the whole scroll bar

I have an idea for a patch where it'd be really useful to be able to scroll the whole length of the bar using CV. An update to shaker or a whole new module would be great!

Feature request: une channel number as a variable in Formula

Hello,

I really love Formula. It is a great problem solver.

Its scope could be even broader if channel number within a polyphonic signal could be used as a variable. So one could change the results of the operation according to the channel or apply some operations differently channel per channel (like > or <...). One could even imagine some ways to transform a monophonic signal into a polyphonic.

Rack v1 issues: plugin.json update, missing Makefile

plugin.json needs the following updates:

  • sourceUrl should contain the full GitHub URL, incl. the .git: https://github.com/FrankBuss/FrankBussRackPlugin.git

The repository is missing the Makefile and the plugin can't be built!

Feature request: make it narrower

Another feature request because Formula is really a module I can't do without!

I think it's not mandatory to have the formula displayed all the time. It could be edited within a temporary window, allowing the module to be narrower. It would spare much space!

Feature request: extend voltage range beyond -5/+5V

Hello,

I really like Formula, I use it as a Swiss army knife. However the fact that the output won't go beyond -5/+5V is an issue. It would be really nice if it could go at least up to -10/+10V. It would be even nicer if one could set the voltage limits freely (after all, there's no such thing as power rails on a virtual analog).

Formula Feature Request: add variable for polyphonic output channel index

I think it would be useful for Formula to have another lowercase letter variable (let's assume "c" for the purposes of this discussion) so that the output signal can depend on the output channel number.

Some possible uses:

  • Generate 1/16 volts on output channel 1, 2/16 volts on output channel 2, ... and 1 volt on output channel 16:
    c/16

  • Output x on channel 1, and y on all the other channels:
    (c==1)*x + (c!=1)*y

  • Generate the first 16 sine waves of the harmonic series:
    sin(2*pi*p*c)*5

Your Formula module is so useful in so many situations. Thank you for creating it, and I'm very glad it will be available in Rack v1! I learned a lot from your code when I was creating my computerscare modules plugin - thank you for releasing the source code as well!

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.