Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be able to specify a custom audio context / destination + added a gruntfile + automatic compatibility with jspm #1

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Sep 10, 2013

  1. Using external context and destination

    Cristiano Belloni committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    5d794f8 View commit details
    Browse the repository at this point in the history
  2. Conditionally remove ontouchstart event

    Cristiano Belloni committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    4a0706d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96c8d9e View commit details
    Browse the repository at this point in the history
  4. Updating the "compiled" library

    Cristiano Belloni committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    06d1dc7 View commit details
    Browse the repository at this point in the history
  5. Passing in a buffersize argument to the constructor

    Cristiano Belloni committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    d5a8b63 View commit details
    Browse the repository at this point in the history
  6. Connecting the gibberish node to the provided destination

    Cristiano Belloni committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    44fe72f View commit details
    Browse the repository at this point in the history
  7. Add var to make gibberish compatible with jspm

    janesconference committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    a8a9342 View commit details
    Browse the repository at this point in the history
  8. Added window global to be compatible with jspm

    janesconference committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    341e931 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2013

  1. Added a grunt file, package.json and newly-compiled libraries

    Cristiano Belloni committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    806ce06 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/janesconference/Gibberish

    Conflicts:
    	scripts/build/gibberish_2.0.js
    Cristiano Belloni committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    31376c5 View commit details
    Browse the repository at this point in the history
  3. Turning off jspm uglify

    Cristiano Belloni committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    f2c2d62 View commit details
    Browse the repository at this point in the history
  4. Modified the gruntfile to actually use files

    Cristiano Belloni committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    0e6780a View commit details
    Browse the repository at this point in the history
  5. Set jspm uglify

    Cristiano Belloni committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    00351c8 View commit details
    Browse the repository at this point in the history
  6. Changed the README

    Cristiano Belloni committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    41f8d9d View commit details
    Browse the repository at this point in the history
  7. Excluding script libraries from the build.

    Cristiano Belloni committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    05998ce View commit details
    Browse the repository at this point in the history
  8. Added jspm and Web Audio instructions to the README

    Cristiano Belloni committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    a8774ed View commit details
    Browse the repository at this point in the history