0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cosmetic changes More... over 13 years ago
Shortened |Array.prototype| calls More... over 13 years ago
Updated tests. More... over 13 years ago
Updated comments More... over 13 years ago
Improved the way notes are created and the default values that they acquire. More... over 13 years ago
Made the Event constructor a bit more robust. More... over 13 years ago
MIDI playing (not saving) was not working properly. Found a quick and dirty workaround based on appending <embed> elements to the current document. More... over 13 years ago
Fixed embarrassing bug in the |str2Bytes| function More... over 13 years ago
Put all global definitions at the end of the file, makes it cleaner. More... over 13 years ago
Formatting changes More... over 13 years ago
Added basic MetaEvents and refactored and simplified they way a Track handles its events. More... over 13 years ago
Remove |closed| property, not used at all. More... over 13 years ago
Added |noteOn| and |noteOff| static methods to |MidiEvent| that are now used by |createNote| More... over 13 years ago
Updated README and added CC license text. More... over 13 years ago
Load the generated MIDI file in a new window. Updated README as well. More... over 13 years ago
Updated tests and added README example. Updated README too. More... over 13 years ago
Refeactored |createNote| and added default constants. More... over 13 years ago
[TESTS ]Adjusted byte array comparison in track test More... over 13 years ago
[TESTS] Pumped up the volume in the test events More... over 13 years ago
Not testing internal functions anymore, since they are implicitly tested in the high-level cases. More... over 13 years ago
Fixed comments More... over 13 years ago
str2Bytes returns an array of bytes instead of an array of nibbles from the chars. More... over 13 years ago
Fixed a stupid comma typo causing a bug. More... over 13 years ago
Added very basic |save| method to the object returned by MidiWriter. More... over 13 years ago
We are based on bytes now, not strings anymore. Nibbles don't have to be taken into account. More... over 13 years ago
Track start and Track_end byte arrays are now holding bytes, not nibbles. Plus some formatting for readability. More... over 13 years ago
Simplified byteArrays push in MidiEvents |toBytes| function. Assuming params will always fill up 1 byte. More... over 13 years ago
Added |play| method to the object returned by MidiWriter More... over 13 years ago
Fixed bug where apply was assumed but not used More... over 13 years ago
Small refactor to use Array.prototype in StringToNumArray More... over 13 years ago