Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add mock mid files for testing * Implement new M4L device, `mpe player` * Modify folder structure * Minor changes - Add comments - - Button's purpose - - Type annotations for interface - Update dependency path - Remove a mock which does not work * Implement new M4L device `vst_loader` * Modify mpe_player device - Send midi flush when seq comes to its end - Add `led` to indicate output * Modify `vst_loader` device - Add `live.gain` to indicate and control the output * Implement new M4L device, `poly_oscillator` * Remove some mock MPEs which do not work * Implement new M4L device, `hello_world` - Start server with `node.script` object - UI in `jweb` object - Floating window * Reorganize test folder - Clean up structure - Add audio assets * Minor change Add comment * Remove hello_world device * Enhancement - Update README - .gitignore - - Generate .gitignore with gibo - Add npm scripts * Implement new M4L device, `mpe_out` * Modify build configuration * Fix issue about sending 2 byte midi message * Refactor - remove App class - remove duplicate initialization * Rename common maxpat - from `distributer` to `send_mpe` - from `receiver` to `receive_mpe` * fix issue about `rm-cache.js` - resolving `rimraf` module * Enable `mpe_out` device to receive midi from preceding mpe device
- Loading branch information