wxMIDI

BlitzMax Forums/Brucey's Modules/wxMIDI

Nigel Brown(Posted 2008) [#1]
Bruce, I am testing with bah.MIDI and seem to encountering problems on both PC and MAC. Should wxMIDI be a consideration? new version 1.3 also has localization built in.


Nigel Brown(Posted 2008) [#2]
On Mac 10.5 it fails to return from:
local midi:TPortMidi = TPortMidi.Create(err,read) 

On PC I am only able to sendRecieveSysex() once then I get a port error?


Brucey(Posted 2008) [#3]
Perhaps it'd be better to let someone else worry about wrapping up portmidi functionality? ;-)

Twas a bit of a hack at best.


Brucey(Posted 2008) [#4]
Just a wee note, before you tell me that it doesn't work yet :-p

Most of it is now complete, and it compiled up on Win32 fine. Have yet to do any builds elsewhere, but I stole the ?macos?etc settings from BaH.Portmidi, so I'd hope that it *just works* on all three platforms...

Still got the sample and the midi-database thing to do.
I see the sample has a "create our own event for polling" wotsit, which I may have to leave out until I sit down and see about how to properly create events for wxMax...

If you want to do the guinea-pig thing though... :-)


Brucey(Posted 2008) [#5]
Sample now has basic functionality... module is as good as complete now... and I'm tired so that's all I'm going to do with wxMidi for the present :-p


Midimaster(Posted 2009) [#6]
Hi Brucey,

I would like to have a good running MIDI-IN & MIDI-OUT Module for the project of converting my software Score-Trainer, Rhythm-Trainer, etc.. (see at www.midimaster.com) to MAC platform and future use on PC.


Would you be interested to support me with your BAH.PORTMIDI?

***I would pay for it! ***

That's what I need:

- Midi-Device- enumeration and selection possibility

- Stabil running function of simple single byte Midi-Out

- MIDI-IN as a ring-buffer of bytes. Start/Stop-possibility of the callback function

- running on XP, Vista, Win7 and MAC

- Support for this module for the future in case of problems/updates


Can you help me?


Brucey(Posted 2010) [#7]
Hi Midimaster. Apologies, I just noticed this post.

Have you progressed with this yet?

If not, feel free to email me privately and you can give more details of your requirements... (address is in my profile)

:-)


Dezzo(Posted 2010) [#8]
Hi Brucey,

is MIDI Out suported by Portmidi ? I´m working on a Midi software as well !
I woul like to send Controller/Note Messages to my Hardware Device.

cheers,

D