First commit of proposed 00 Simple MIDI v2#129
Draft
chrisgjohnson wants to merge 7 commits intoTomWhitwell:mainfrom
Draft
First commit of proposed 00 Simple MIDI v2#129chrisgjohnson wants to merge 7 commits intoTomWhitwell:mainfrom
chrisgjohnson wants to merge 7 commits intoTomWhitwell:mainfrom
Conversation
Collaborator
Author
|
Version for testing at https://chris-j.co.uk/misc/simple_midi_2/ with firmware https://chris-j.co.uk/misc/simple_midi_2/simple_midi_2.uf2 . I'll try to keep these up to date with the version here. |
Collaborator
Author
|
I'm leaving as a draft PR for now as this is not 'my' card to edit. Everything is in a |
Lots of bug fixes: - MIDI pitch --> CV outputs now work even if no calibration saved - Fixed Bernoulli gate triggered by pulse in or MIDI gate - Fixed Turing machine clock divider when triggered by pulse in - Fixed reverb freeze driven by MIDI note - Fixed board ID bug - Fixed MIDI bug where both sysex and non-sysex in one USB packet - Fixed bug where note on with velocity 0 counted as trigger for Turing Machine - Fixed CV out (with divider) triggered by pulse in Improvements to UI: - Removed dependency on WebMIDI.js, in so doing fixing 100% CPU usage in Chrome if MIDI connection removed - Populated <option> tags through JS - Re-compressed base64-encoded PNGs - Horizontal rules now separate sections of the sentence UI - Result of these is to reduce HTML size from ~250KB to ~50KB.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First commit of a prototype ComputerCard-based
00 Simple MIDIcard, put in av2_prototypesubdirectory of this card.New features:
Remaining TODOs: