Giter Site home page Giter Site logo

oschader-cinder's Introduction

Oschader Cinder

This doesn't actually do anything by itself! You need to send some OSC messages to it to make it do anything. It's designed to be used with oscillare.

OSC Messages

Address: "/progs" Content: first string is the name of the slot that the program will go into, second is the type of program.

E.g. "s", "sine" will create a sine program and put it in slot "s" (which is the main slot that's shown)

Address: "/progs/uniform" Content: first is the slot name, second is the uniform name, third is the value

E.g. "s", "time", 0.3 will set the time of the sine program above to 0.5

Address: "/progs/effect" Content: first string is the slot slot of the main program, second is the slot of the effect

E.g. Osc message "/progs" "p1", "fade" will put a fade effect into "p1" and "/progs/effect" "s", "p1" will point the sine program above to "p1"

Address: "/progs/connections" Content: first string is the slot slot of the main program, the rest are layered programs

E.g. Osc message "/progs" "p1", "sine" will put a base sine program into "p1", message "/progs" "p2", "dots" will put a base dots program into "p2", message "/progs" "s", "add" will put an add layer program into "s" and "/progs/connections" "s", "p1", "p2" will make that layer program add p1 and p2 together.

Programs

See oscillare for a list of programs.

Known Bugs

  • Using EqTexture as the base program of Add doesn't work. Not sure why yet.
  • Loops aren't checked for prior to rendering. Instead, we cap getEffect() at 20 for each program.

Up next

Copyright 2016 Ulysses Popple

oschader-cinder's People

Contributors

ulyssesdotcodes avatar

Watchers

James Cloos avatar

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.