Midi Monitor

Just starting out? Need help? Post your questions and find answers here.
User avatar
einander
Enthusiast
Enthusiast
Posts: 744
Joined: Thu Jun 26, 2003 2:09 am
Location: Spain (Galicia)

Post by einander »

Edited last code.
Added keyboard map to play with PC keyboard.
Creative ProdiKeys seems more comfortable!
http://www.prodikeys.com/
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4789
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Post by Fangbeast »

Holy cow, that keyboard is unreal!
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4789
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Post by Fangbeast »

einander, getting a syntax error on this line?

If Note<128> 5 : A = 1 : EndIf
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
User avatar
einander
Enthusiast
Enthusiast
Posts: 744
Joined: Thu Jun 26, 2003 2:09 am
Location: Spain (Galicia)

Post by einander »

Fangbeast:
When I attempt to upload the code, lines between “<" and ">" dissapears.
Uploaded to the french forum.
http://purebasic.forum-gratuit.com/view ... light=midi
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4789
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Post by Fangbeast »

Yes, I noticed strange things happening with pasted code so now I either use Beach's purestorage or one of the public code paste facilities.

Played with your new code and it's fun. Thanks for taking the time to do this.
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
User avatar
einander
Enthusiast
Enthusiast
Posts: 744
Joined: Thu Jun 26, 2003 2:09 am
Location: Spain (Galicia)

Post by einander »

Doing that certainly was fun for me. 8)
Here is the Key Map; is very easy to change the pattern.
Image
I'm doing one for the bandoneon (the instrument on my avatar) that is more similar to the PC keyboard than a piano.
Dare
Addict
Addict
Posts: 1965
Joined: Mon May 29, 2006 1:01 am
Location: Outback

Post by Dare »

Hi einander,

Very nice, thank you!

(BTW, it seems that if you check the "Disable HTML in this post" option below the edit box on a new post, the < > problem goes away)
Dare2 cut down to size
User avatar
einander
Enthusiast
Enthusiast
Posts: 744
Joined: Thu Jun 26, 2003 2:09 am
Location: Spain (Galicia)

Post by einander »

Thanks Dare!

Edited and Updated the last code on this thread.
Btw: Now you can hit 2 simultaneous keys.
marvin
User
User
Posts: 35
Joined: Sun Jul 18, 2004 1:43 am

Send midi to midi-ox

Post by marvin »

Thanks einander,

Greatwork. I like what you have created.

Now how do you make it so that Midi-Ox or other midi mapping programs would recognize it as an output device?

What I am looking for is the code that will take the midi note and send it as a legitimated midi output to other applications.

I maybe asking too much by having it handed to me, but I am not yet good enough. I also checked for other midi codes , but none of them will do what I need it to do.

If anyone could help in this area, I would greatly appreciate it

Thanks
User avatar
einander
Enthusiast
Enthusiast
Posts: 744
Joined: Thu Jun 26, 2003 2:09 am
Location: Spain (Galicia)

MidiKeyboard updated

Post by einander »

New version Updated.
;Added :
;PC Keyboard input
;Chord play
;Midi Output selector (asked by Marvin)
;More PCKeyboard Maps
;Valume control
;Disabled Keyboard Repeat Rate for single notes (don't work for chords - Win issue???)

Can't upload to the forum, so it's on Beach's site - Thanks Beach!
http://www.penguinbyte.com/apps/pbwebst ... oard_12.pb
b1be
User
User
Posts: 25
Joined: Sat Mar 19, 2005 5:47 pm

Post by b1be »

thanks ... nice.. :D
User avatar
einander
Enthusiast
Enthusiast
Posts: 744
Joined: Thu Jun 26, 2003 2:09 am
Location: Spain (Galicia)

Post by einander »

User avatar
einander
Enthusiast
Enthusiast
Posts: 744
Joined: Thu Jun 26, 2003 2:09 am
Location: Spain (Galicia)

Post by einander »

@Marvin:
now is possible to route the MIDI output to MIDIyoke, and redirect MIDIyoke to any VST Plugin.
http://www.midiox.com/index.htm?http:// ... /myoke.htm
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Einander, very nice, keep going :D

That brings some memories to my mind. Years ago i composed some songs using Amiga keyboard and a japanese Panasonic MSX2+ computer with OPL3 synth, and i did it using the computer keyboard only.
The project is absorbing me now will take about 1 year, but i hope to retake then my good customs again.

Awesome, Thanks!
NOTE: If no one makes samething to save a composition i probably will do on your source in several ways, the CASIO way included, this is, saving notes sequence disregarding the times between notes, and after that use only a key (in the pc keyboard, or mouse) to record the sequence with the required times by pushing the mentioned key.
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
User avatar
einander
Enthusiast
Enthusiast
Posts: 744
Joined: Thu Jun 26, 2003 2:09 am
Location: Spain (Galicia)

Post by einander »

Thanks!
I leave today to Muros, on vacations till first days of september. No Internet there, but I'll try to connect to the forums from some cybercafe.
Happy composing!
Post Reply