GithubHelp home page GithubHelp logo

sergi / jsmidi Goto Github PK

View Code? Open in Web Editor NEW
185.0 185.0 25.0 203 KB

Library for reading/writing midi files in JavaScript

Home Page: http://sergimansilla.com/blog/dinamically-generating-midi-in-javascript/

JavaScript 100.00%

jsmidi's People

Contributors

sergi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jsmidi's Issues

Multiple Notes

Hi,
is there any way to do multiple notes for each time slot. i.e. a polyphonic output?

Long note duration creates pause before playing

For instance with:
var note = MidiEvent.createNote({
time: 0,
duration: 1000,
pitch: 60,
channel: 0,
volume: 90
});

I believe this is caused by the function MidiEvent.noteOn that takes the duration parameter:

time: note.duration || duration || 0

instead of setting the start time to 0.

Still Active?

Hi There, looking into using your library for a project. Is it still an active project? Thanks,

-Garrett

Very low volume in generated MIDI file

I am using this utility to convert my sequence of notes. MIDI file generated has very low volume so it is just impossible to test if generated MIDI is correct or not.

Any suggestions to solve this issue.

was just wondering ...

how do i go about setting channel 0 for piano and channel 1 for guitar and kind of stuff..

Blank Notes

I can run notes such such as "G5, A#4" etc through your code and output it as midi. However how do I go about adding a rest. If i have a sequence in 4/4 that goes "A5,A5, rest, A5" how would I implement it so your code understand.

Thanks

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.