GithubHelp home page GithubHelp logo

gibber-cc / gibberwocky.max Goto Github PK

View Code? Open in Web Editor NEW
31.0 8.0 3.0 7.24 MB

Live coding Max from the browser

Home Page: http://gibberwocky.cc

License: Other

Max 19.42% HTML 75.65% JavaScript 4.46% Shell 0.03% CSS 0.45%

gibberwocky.max's Introduction

gibberwocky.max package

gibberwocky is a set of environments for music programming and live-coding performance. The gibberwocky.max package provides live coding controlling Max/MSP/Jitter and Gen. Easily create looping sequences, transform patterns over time, and dynamically create Gen synthesizers and modulation graphs using a JavaScript client that runs in the browser.

The client is also available online at http://gibberwocky.cc/max/

Installing

For the latest stable release, search for "gibberwocky" in Max's package manager.

For the latest development build, download the package from the development repository and place into your Max Packages folder. (On Windows, My Documents/Max 7/Packages, on Mac, ~/Documents/Max 7/Packages), then restart Max.

Using

Once installed, simply create the object [gibberwocky] and then open the associated help file to get started.

Reference

http://gibberwocky.cc/reference/

Note that this is a reference for all three gibberwocky systems (gibberwocky.live, gibberwocky.max, and gibberwocky.midi); they share many objects in common in addition to having their own unique affordances.

Read the Cycling '74 article about gibberwocky.

More help

Outside of the Max help patcher, there are a bunch of included tutorials in the browser-interface to get you started using gibberwocky.

Feel free to report issues & feature requests here

gibberwocky.max's People

Contributors

charlieroberts avatar charlieroberts-rit avatar grrrwaaa avatar michaelpalumbo avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gibberwocky.max's Issues

no gibberwocky_tutorial_1-4 max patcher included

copy pasting from the c74 forum thread :
in the demos of the gibberwocky script editor, "tutorial 1 : basic messaging" it says :

* To start make sure you open the patch: 
* gibberwocky_tutorial_1-4

but there doesn't appear to be such a patcher inside the gibberwocky max package

[FR] Listen to external messages

It would be great to have gibberwocky listen to external midi/osc/max native messages. It could make it work as a very dynamic mapper / matrix for any control devices one might have.

Arp object crashes

Hello,

I keep gettingthe following error:
error with user submitted code: TypeError: Cannot read property '0' of undefined

To replicate, please open "using the Arp object" help file. Run the following lines:

myarp = Arp( [0,2,4,5], 4, 'updown' )
devices['bass'].note.seq( myarp, 1/16 )

Then, change the myarp object and run the following lines:
myarp = Arp( [0,2,4,5], 2, 'updown' )
devices['bass'].note.seq( myarp, 1/16 )

You should get the error. I was just trying to decrease the number of octaves of the arpeggiator.

note,midinote,velocity, and duration don't behave as expected with namespace objects

These messages should behave the same as they do with devices; that is, calls to velocity and duration should alter subsequent note and midinote messages. Currently all messages are just sent directly to Max and don't generate MIDI messages.

See this Slack thread for reference.

Question for @grrrwaaa : does anything need to happen internally to the gibberwocky Max object to make namespaces generate MIDI messages? I'm guessing it does...

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.