We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › ProMidi + ControlP5 lib collision
Page Index Toggle Pages: 1
ProMidi + ControlP5 lib collision (Read 676 times)
ProMidi + ControlP5 lib collision
Mar 29th, 2007, 2:37pm
 
Hello anyone, I have a prob with using proMidi with the ControlP5 GUI library. All the problem is that both of them using the same variable called "Controller".

So when I try to create "Controller myController;" it throws:

Code:

Type "Controller" is imported on demand from package "controlP5" and package "promidi"


...and of course prints some mess to the console

Has anyone idea how to fix this?

Thanks, Kof!
Re: ProMidi + ControlP5 lib collision
Reply #1 - Mar 29th, 2007, 2:50pm
 
Sorry for my "noobness", problem solved:

"controlP5.Controller myCustomController"

Have a nice day, kof
Page Index Toggle Pages: 1