Konami playstation keyboard-- usable for midi??

Optimize your system for ultimate performance.

Moderators: MattKingUSA, khz

ssj71
Established Member
Posts: 1294
Joined: Tue Sep 25, 2012 6:36 pm
Has thanked: 1 time

Re: Konami playstation keyboard-- usable for midi??

Post by ssj71 »

briandc wrote: I haven't ignored your message. I'm just away from the computer for a few days but when I get things set-up I'll update! :)

brian
No rush, as long as we keep reminding each other we'll keep (slowly) making progress. :)
_ssj71

music: https://soundcloud.com/ssj71
My plugins are Infamous! http://ssj71.github.io/infamousPlugins
I just want to get back to making music!
User avatar
briandc
Established Member
Posts: 1442
Joined: Sun Apr 29, 2012 3:17 pm
Location: Italy
Has thanked: 58 times
Been thanked: 28 times
Contact:

Re: Konami playstation keyboard-- usable for midi??

Post by briandc »

ssj71 wrote: No rush, as long as we keep reminding each other we'll keep (slowly) making progress. :)
Ok, back at it with the Konami! A bit longer than expected, but....

I did a git clone of the master branch and did a checkout of the kbmania branch. In the Readme I see that there are three dev files to install. Unfortunately one of these (libjack-dev) requires jack1 rather than jack2, which is the one I'm currently using. I'm fearful of breaking something in my set-up by switching to jack1, in part because there are some "base" packages that would also get removed by switching from jack2 to jack1. What are your thoughts?


brian
Have your PC your way: use linux!
My sound synthesis biome: http://www.linuxsynths.com
ssj71
Established Member
Posts: 1294
Joined: Tue Sep 25, 2012 6:36 pm
Has thanked: 1 time

Re: Konami playstation keyboard-- usable for midi??

Post by ssj71 »

try libjack-jackd2-dev
Jack1 vs Jack2 shouldn't matter for this app. I'm pretty sure I use jack2 also.
_ssj71

music: https://soundcloud.com/ssj71
My plugins are Infamous! http://ssj71.github.io/infamousPlugins
I just want to get back to making music!
User avatar
briandc
Established Member
Posts: 1442
Joined: Sun Apr 29, 2012 3:17 pm
Location: Italy
Has thanked: 58 times
Been thanked: 28 times
Contact:

Re: Konami playstation keyboard-- usable for midi??

Post by briandc »

I got an error at the sudo make install stage, this time a bit different than before:

Code: Select all

root@brian:/home/brian/Tarballs/rbdrum2midi/src/build# make install
Scanning dependencies of target rbdrum2midi
[ 11%] Building C object src/CMakeFiles/rbdrum2midi.dir/jackdriver.c.o
[ 22%] Building C object src/CMakeFiles/rbdrum2midi.dir/main.c.o
/home/brian/Tarballs/rbdrum2midi/src/main.c: In function ‘find_rbdrum_device’:
/home/brian/Tarballs/rbdrum2midi/src/main.c:113:37: error: expected ‘;’ before numeric constant
         MIDI_DRUM->kit=XB_RB_GUITAR 0x0507, 0010;
                                     ^~~~~~
src/CMakeFiles/rbdrum2midi.dir/build.make:86: set di istruzioni per l'obiettivo "src/CMakeFiles/rbdrum2midi.dir/main.c.o" non riuscito
make[2]: *** [src/CMakeFiles/rbdrum2midi.dir/main.c.o] Errore 1
CMakeFiles/Makefile2:85: set di istruzioni per l'obiettivo "src/CMakeFiles/rbdrum2midi.dir/all" non riuscito
make[1]: *** [src/CMakeFiles/rbdrum2midi.dir/all] Errore 2
Makefile:129: set di istruzioni per l'obiettivo "all" non riuscito
make: *** [all] Errore 2
brian
Have your PC your way: use linux!
My sound synthesis biome: http://www.linuxsynths.com
ssj71
Established Member
Posts: 1294
Joined: Tue Sep 25, 2012 6:36 pm
Has thanked: 1 time

Re: Konami playstation keyboard-- usable for midi??

Post by ssj71 »

In my source line 113 doesn't contain that. Did you edit it? The main.c on the kbmania branch should be this: https://github.com/rbdrum2midi/rbdrum2m ... src/main.c

:S
You could just download the raw version of that and replace your local copy of main.c.
_ssj71

music: https://soundcloud.com/ssj71
My plugins are Infamous! http://ssj71.github.io/infamousPlugins
I just want to get back to making music!
Post Reply