Re: [PD] PdDroidParty MIDI question

2021-05-04 Thread enrike
hi chris Thanks for explaining the reason I was going nuts thinking I was doing some stupid mistake somewhere. Nothing crucial, I just wanted to create a simple polyphonic synth to play with the MIDI keyboard using the mobile phone. best enrike 21/5/3 14:01(e)an, Chris McCormick igorleak i

Re: [PD] PdDroidParty MIDI question

2021-05-03 Thread Chris McCormick
Hello, To get PdDroidParty working again on newer versions of Android I had to comment out the MIDI initialization code. https://github.com/chr15m/PdDroidParty/blob/master/src/cx/mccormick/pddroidparty/PdDroidParty.java#L315 Hopefully I'll fix this some time before the singularity. If somebod

[PD] PdDroidParty MIDI question

2021-05-01 Thread enrike
hi I want to conect a MIDI keyboad to PdDroidParty using a USB to usb type c connector, but I am not sure if I am missing some step. I created a patch that reads notin and sends a message with the note number to a PdDroidParty numberbox. This is working fine in the computer I can see the numb