0.0.9 • Published 10 years ago

j5-songs v0.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago