Coder Social home page Coder Social logo

deviation-manual's People

Contributors

brianquad avatar davidboone avatar f-d-r avatar goebish avatar hexfet avatar mj666 avatar mwm avatar nknotts avatar phracturedblue avatar therealmoeder avatar treadmule avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

deviation-manual's Issues

PDF manual covers

The cover pages of the PDF manuals refer to the 4.0.1 version rather than 5.0 release. Also, the date on the covers is 2015 - needs to be fixed.

Manual won't build in docker

issue seems to be old version of pip in docker image...but I'm having trouble upgrading the docker users pip environment

Explanation and formulas for combination of mixers

I Propose the following changes for simpler formulas and a better understanding

Instead of
The combination of mixers for a given output channel is defined by the Mux type:

proposed
The combination Cx of mixers 1 to n for a given output channel is defined by the Mux type:

Change proposed for formulas and headings

The formula could take into account one multiply mux only for a better understanding. All muxes do not need to be multiply.
So the formula could refer to the [value resulting from mixers n-1 to 1] and the change by a multiply Mn.

So instead of

For a ‘Multiply’ mux:
Cx = if(\ |Sn|\ ) {\ |Mn|\ } else {1} * if (\ |Sn-1|\ ) {\ |Mn-1|\ } else {1} * … * if (\ |S0|\ ) {\ |M0|\ } else {1}

I propose

For a Mn ‘Multiply’ mux activated by switch Sn:
x = if(\ |Sn active|\ ) {\ |Mn|\ } else {1} * [value resulting from mixers n-1 to 1]

The same process could be used for every formula ( Replace, multply, add, Max and Min)

Max Scale value mistaken

In the Complex mixer definitions the max value for scale is noted to 100% instead of 125 %
Text
Note that while the scale value is limited to 100%, the mixer may provide a value larger than 100% if an offset is set or if the trim value is non-zero.

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.