-
I encountered the following error when using MidiProcessor for data processing (follow the steps in README).
`
Traceback (most recent call last):
File "/home/guanyuan/miniconda3/envs/diffsinger…
-
Build a keyframe filter that can execute transitions based on Midi input (RTP or USB). Also write a preset parser that can interface with our DJ desks.
-
# 🐞 Bug report 🐞
## Description
On a fresh install, the software seems unable to start due to Java issues with MIDI. (WSL Debian / Java 17 / more details below)
## Steps to Reproduce
1. In…
-
In https://github.com/colxi/midi-parser-js/wiki/MIDI-File-Format-Specifications
the tempo meta event says: 0xFF 0x51 then 3 bytes for tempo value
When you check in other docs you will find it's 0…
DF9TS updated
4 years ago
-
MIDI has a built-in data compressing technique which doesn't seem to be supported at the moment.
Here's a patch for legacy MIDI protocol parser
https://github.com/paul-at/SamplerBox/commit/dd35f65…
-
## What's changed and what's your intention?
Originally posted by **Haodong Lu** October 8, 2022
The total idea is changed and expanded from only developing a midi player to developing a co…
-
I've created a function to convert the delta to miliseconds:
```js
const microsecondsPerQuarter = (
midi.tracks[0].find(({ setTempo }) => setTempo).setTempo
).microsecondsPerQuarter;
const de…
-
**Node version: v.16.4.2**
**Code from example**
`let midiParser = require('midi-parser-js');
let fs = require('fs');
// read a .mid binary (as base64)
fs.readFile('./test.mid', 'base64', fu…
-
I have run into bugs with this parser...
I made a simple midi region in LogicPro with notes one tick apart. I export this region as type 0 midi file. When I parse this midi file with midi-parse…
-
Hi,
I am experimenting with ToneJS which internally uses MIDI-FILE to parse and write midi files.
I noticed certain notes were absent in the buffer but present in the midi file. The notes that a…