Re: BUZZ! Extension wanted
Don't freak out.
But there are like 3 extensions which can all make this possible.
For example the joystick object 2; can handle 16 joysticks each with 128 buttons and 6 axis, it also allows for 'feedback' which is almost certainly how the joysticks lights are controlled.
If you windows recognizes your 'buzz' controller then this extension will be able to access it easily.
Re: BUZZ! Extension wanted
Thanks for the tip. Where would I find this "Joystick Object 2"?
I am guessing that by "feedback" you mean that you can send data to the joysticks. This would be needed to light them.
Re: BUZZ! Extension wanted
http://ext.neatwares.ath.cx/download/Joystick+2+Object
Re: BUZZ! Extension wanted
Ok, here's where things stand. The Buzz controller is recognized by windows as "BUZZ". In MMF2 The joystick object does not respond to Buzz button presses, neither does the Joystick2 object.
However, the MMF2 "Joypad" object does recognize the button presses on the Buzz keypads. Unfortunately it does not have an option to send any data to the device.
Any other ideas?
Also, the Joystick 2 object causes a crash when returning from testing a frame when I tried using the Buzz:
AppName: edrt.exe AppVer: 3.0.248.0 ModName: unknown
ModVer: 0.0.0.0 Offset: 6ce1d5f3
Re: BUZZ! Extension wanted
Hi! I've just downloaded and unzipped the Joystick 2 Object and copied it to the mmf 2 extension folder.
But somehow the extension doesn't seem to work with my version of mmf 2.
I tried both of your files. The example file doesn't start neither.
I use mmf version 2.0 build R248.
btw: A BUZZ extension sith light support would be great!
Re: BUZZ! Extension wanted
You need to have an up to date DirectX but I am not sure what version to make the Joystick 2 work.
Re: BUZZ! Extension wanted
Is there a place to get the source code for the joystick object? I would be willing to take crack at making the BUZZ! lights work if I could get hold of z33z's code. I wouldn't want to write a new one from scratch.
Re: BUZZ! Extension wanted
Is there any way to get the source code for the joypad object? I would like to try to modify it for Buzz controllers. It works fine now for the buttons, but there is no method for making the lights work. That is what I would like to add.
Re: BUZZ! Extension wanted
and wouldn't it be easier just to make extension only for lights? Lighter faster and more stable.
Re: BUZZ! Extension wanted
i wouldnt imagine there'd be a large demand for such an object to have someone just whip it up for 1 or 2 users
maybe you should pay someone to help you - if you're not willing to try it yourself without someone elses source.
Re: BUZZ! Extension wanted
Maybe the serial object can do this, i know it was used to control external hardware but i didn't understand how to use it very well to be honest so maybe not. There was a video posted on the website it had where it was used to change the color of a light.
Here it is -
http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=128581#Post1285 81
The Showcase link on it's website is for the video
Re: BUZZ! Extension wanted
I might have to try it without someone else's source code. It just seems a shame to have to invest so much time reinventing what someone else has already completed.