Using wx on RasPI to access USB devices

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
engineer
Earned a small fee
Earned a small fee
Posts: 15
Joined: Sun Aug 29, 2004 1:56 am
Location: Germany
Contact:

Using wx on RasPI to access USB devices

Post by engineer »

I am looking for an easy way to control my FPGA-based synthesizer -> see www.96khz.org

I have some control software in C, partly already wxWidgets from my early moves in 2003 with that platform and can control it via UART.

I have 1920x1080 bit maps like these with control sliders and all knob required to emulate synthesizers like here JP8080:
http://96khz.org/doc/vasynthesisrolandjp8080.htm

Now I intend to combine that and provide interfaces to users for a) PC and b) also RASPI.

I intend to move this to a RASPI in order to be able to create a self standing instrument to join mouse functions with the image.

Also I need to join the data from MIDI. For classical MIDI this works to add standard Controlles like AKAI.

But now I need to interpret USB MIDI. So is it possible to interface a USB MIDI with RASPI and add wxWIDGETS based forms?

Anybody has experiences with that?
J
Post Reply