Git Product home page Git Product logo

ocarina's Introduction

ocarina

Bower installation

bower install ocarina

===

###listenTo

ocarina.listenTo('songOfTime', function() {
    console.log('songOfTime');
});

===

###save

ocarina.save('songName', ['up', 'up', 'down']);
// or as a hash of arrays. Controller strings or keycodes are valid:
ocarina.save({
    'foo': ['x', 37, 'a'],
    'bar': [65, 'up', 'down', 'y']
});

===

###remove

ocarina.remove('songName');

===

###trigger

ocarina.trigger('songName');

===

###clear

ocarina.clear();

===

###addNotes

ocarina.addNotes({
    // string: keycode
    "x": 88,
    "q": 81
});

===

####Zelda's Lullaby

Song: zeldasLullaby

Sequence:

####Saria's Song

Song: sariasSong

Sequence:

####Epona's Song

Song: eponasSong

Sequence:

####Sun's Song

Song: sunsSong

Sequence:

####Song of Time

Song: songOfTime

Sequence: a a

####Song of Storms

Song: songOfStorms

Sequence: a a

####Minuet of Forest

Song: minuetOfForest

Sequence: a

####Bolero of Fire

Song: boleroOfFire

Sequence: a a

####Serenade of Water

Song: serenadeOfWater

Sequence: a

####Nocturne of Shadow

Song: nocturneOfShadow

Sequence: a

####Requiem of Spirit

Song: requiemOfSpirit

Sequence: a a a

####Prelude of Light

Song: preludeOfLight

Sequence:

ocarina's People

Watchers

James Cloos avatar Jeff Auriemma avatar  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.