Giter Site home page Giter Site logo

wittymoniker / wavebricks Goto Github PK

View Code? Open in Web Editor NEW
8.0 0.0 1.0 489.19 MB

C++ 30.48% CMake 0.15% Makefile 0.56% HTML 2.30% C 13.37% M4 0.06% Shell 0.53% CSS 0.09% Objective-C 1.00% Java 0.37% JavaScript 0.11% Objective-C++ 2.11% RPC 48.35% GLSL 0.28% QML 0.19% Batchfile 0.02% Python 0.01% PowerShell 0.01%

wavebricks's Introduction

INFO
	WaveBricks is a generative digital audiovisual workstation that produces shapes out of sinusoidal
	audio constructions. The program operates on scripts, where each instrument comes preprogrammed with 
	a demonstration script which determines a timbre and composition.


		/*SCRIPTING README
	*** REMEMBER: DELETE YOUR VOICES AUTOMATION SCRIPTS EVERY TIME YOU RESIZE THE INSTRUMENT VOICE COUNT.
	PUT FUNCTIONS LIKE ROOT, SIN, ETC in PARENTHESES, OR HAVE ANY AND ALL MULTIPLYING FACTORS BEFORE BUT NOT AFTER.
	REPRESENT ALL WHOLE NUMBERS AS FLOAT WITH .0.
	VOICES SPINNER MUST NEVER BE LESS THAN THE NUMBER OF VOICES LISTED IN SCRIPT. YOU MAY SET VOICES SPINNER TO THE 
	NUMBER OF WHICH THE SCRIPT CALLS FOR, IN ORDER TO TESSELLATE THE SHAPE MORE EFFECTIVELY.
	EVERY VOICES AND COMP SCRIPT MUST END WITH A STEP NUMBER THAT IS THE STEP +1 OR HIGHER, FOLLOWED BY A COMMA.
	SCRIPTING FOR COMPOSITION NOW RELIES ON SIX VARIABLES, THE STEP FOLLOWED BY AMP AND PITCH PLUS FM AND AM 
	INTENSITIES AND FREQUENCIES PER STEP IN THAT ORDER.
	
	BEGIN WITH NEW STEP FOR WHICH VOICES WILL TRANSISTION INTO ALONG WITH THE 3*12 INITIALIZERS, SEPARATED BY COMMAS. 
	CONTINUE.

	INTEGER STEPS, FLOAT EVERYTHING ELSE. GOOD PRACTICE TO REPRESENT EVERY WHOLE NUMBER WITH A .0.

	
	VOICES SCRIPTING:
	START WITH NO STEP NUMBER, COMMA SEPARATED AMP PITCH PHASE, REPEATED FOR EACH VOICE(12 DEFAULT). COLON SEPARATED,
	
	AMP,PITCH,PHASE (x Voices number) : (STEP), AMP,PITCH,PHASE (x Voices number):

	COMPOSITION SCRIPTING:

	STEP, AMP, PITCH,  FMINT, FMFREQ, AMINT, AMFREQ, DECAY TIME +/- STEP, DECAY INTENSITY +/- AMP, DECAY INTENSITY +/- PITCH: 
	STEP, AMP, PITCH, FMINT, FMFREQ, AMINT, AMFREQ, DECAY TIME +/- STEP, DECAY INTENSITY +/- AMP, DECAY INTENSITY +/- PITCH,       
	AMP, PITCH, FMINT, FMFREQ, AMINT, AMFREQ, DECAY TIME +/- STEP, DECAY INTENSITY +/- AMP, DECAY INTENSITY +/- PITCH : STEP,

	//Multiple notes per step in second  scripted step.

	*IF IT DOESN'T COMPOSE, YOU *PROBABLY* made a comma  or colon error or enumeration error.

	*/

wavebricks's People

Contributors

wittymoniker avatar

Stargazers

Rayan Abu Monassar avatar Arthur avatar Nikolai Sivertsen avatar Devine Lu Linvega avatar Marc Haemmerle avatar  avatar D. M. avatar Jean-Michaël Celerier 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.