Douglas

Results 8 comments of Douglas

Hi, thanks for the answer. I downloaded a midi monitor. This is what is sent to the PC when I press the middle C note. ![image](https://user-images.githubusercontent.com/73705447/227047498-6bf1d93a-21c3-4cd9-a7f6-350515f09784.png)

Every note always comes with the Controller 88 + a different number, before the on and off signals. ![image](https://user-images.githubusercontent.com/73705447/227047843-53d833af-019b-4995-9f0c-1fa975a3c05b.png)

Here are the pedal signals: ![image](https://user-images.githubusercontent.com/73705447/227048168-a78b2371-1844-4abd-bf74-c7674759f3b6.png)

And here some buttons: ![image](https://user-images.githubusercontent.com/73705447/227048354-4414c43e-adbd-4612-8dcd-3648c047bcc6.png)

After more research, here's what I've found. In the Casio Px-750 midi specification available here (https://support.casio.com/storage/en/manual/pdf/EN/008/PX150-1200_AP250-650_MIDI_E_B_EN.pdf): ![image](https://user-images.githubusercontent.com/73705447/227051411-8b25914e-d4cf-4698-adfa-b59e862246b6.png) Apparently the Control 88 message is sent every time 'the tone is changed'.

I found two forum posts where the issue happened to other users. Here's the explanations (https://www.casiomusicforums.com/index.php?/topic/6784-solved-what-is-controller-88-being-used-for/): ![image](https://user-images.githubusercontent.com/73705447/227051707-b7024961-b7f8-4765-87c0-e4dade8f1beb.png) And here (https://www.casiomusicforums.com/index.php?/topic/8081-px350-odd-midi-input-behavior/) ![image](https://user-images.githubusercontent.com/73705447/227051871-e79dd477-ba6f-4c72-9c62-a2d39f33ace7.png) And here (https://www.casiomusicforums.com/index.php?/topic/7918-px-5s-transmitting-midi-controller-88-to-daw/): ![image](https://user-images.githubusercontent.com/73705447/227051949-fc28f562-6992-4ef9-b82f-90492722494d.png)

Apparently the midi specification has changed over the years, and old devices have this issue. I searched the piano manuals, googled, and asked ChatGPT if there's a way to turn...

@leafo , I cloned the repo on my computer, and run 'node install.js'. But I can't start the application with npm run. I would like to run it locally in...