Daniel Moura

Results 27 comments of Daniel Moura

Cara, é um diagnóstico muito difícil. Não tenho ideia do que pode ser. Em dom., 28 de mar. de 2021 às 18:57, Willame156 ***@***.***> escreveu: > Boa noite. > Reproduzi...

You need to understand and change the code to do this.

It depends on how many keys you keyboard have. For using Arduino Nano you probably must use some multiplexers ICs, because it hasn't enough pins to directly connect your keyboard....

Every keyboard scanner works in the same way: all the keys are queried every few miliseconds to get if it are opened or closed. For velocity keyboards there are two...

Hi. No additional components are necessary if you use an Arduino Mega because it already have internal pull up resistors activated in line 110 with "pinMode(PEDAL_PIN, INPUT_PULLUP)". You can just...

You just need to change "KEYS_NUMBER" to 88, "output_pins" and "input_pins" to reflect the rows/cols of the matrix and "black_keys" with the number of items of KEYS_NUMBER identifying the black...

There is high chance that it is possible with little effort. The first step is to disassembly and locate the keyboard's ribbon cable.

If this cable is not the double matrix there is some circuit multiplexing the signals in between the keys and this cable. You need to go more deep.

Yes, it is totally feasible. Are you talking about calculated waveforms or arbitrary ones?

Thank you for the information about GPLed VST3 SDK. I didn't know. It looks an interesting activity for my backlog.