0.0.9 • Published 10 years ago

loopscript v0.0.9

Weekly downloads
17
License
Boost
Repository
github
Last release
10 years ago

LoopScript

Please visit the homepage for documentation and live demos: http://loopscript.com/

Released under the Boost Software License (Version 1.0).

Installation:

npm install -g loopscript

Commandline Usage:

Syntax: loopscript [-v] file.loopscript outputFilename [sound name]

        Sound name defaults to the last sound defined in the LoopScript.
        -h,--help         This help output
        -v,--verbose      Verbose output

Module Usage:

var loopscript = require("loopscript");

// Writing to WAV file
loopscript.render({
    script: "tone tone1",
    wavFilename: "output.wav",
    readLocalFiles: true,
    log: {
        verbose: function(text) {
            console.log(text);
        },
        error: function(text) {
            console.error("ERROR: " + text);
        }
    }
});
0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 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