0.0.9 • Published 8 years ago

j5-songs v0.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

j5-songs Build Status

Songs for Johnny-Five Piezo class

Getting Started

Install the module with: npm install j5-songs --save

var five = require('johnny-five');
var songs = require('j5-songs');

five.Board().on('ready', function () {
  var piezo = new five.Piezo(3);

  // Load a song object
  var song = songs.load('never-gonna-give-you-up');

  // Play it !
  piezo.play(song);

  // List all songs
  songs.list(function (err, tunes) {
    // Object literal with all the songs
  });
});

Songs

Song IDArtistName
beethovens-fifthBeethovenBeethoven's Fifth
claxonBrian GenisioA Claxon 2x
do-re-miRichard RogersDo-Re-Mi
doorbellUnknownClassic Doorbell
funeral-march-shortChopinFuneral March
jingle-bells-shortJames PierpontJingle Bells
mario-fanfareNintendoSuper Mario Theme
mario-introNintendoSuper Mario Intro
never-gonna-give-you-upRick AstleyNever Gonna Give You Up
pew-pew-pewBrian GenisioA shooter noise
tetris-themeKorobeinikiThe tetris theme
starwars-themeJohn WilliamsTHE Star Wars Theme

For more songs check lib/songs folder

License

Copyright (c) 2014 Julian Duque, Brian Genisio. Licensed under the MIT license.

0.0.9

8 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago