| View previous topic :: View next topic |
| Author |
Message |
R3aL1Ty
Joined: 26 Apr 2007 Posts: 3
Digg It |
Posted: Thu Apr 26, 2007 3:08 pm Post subject: French Creator For Arkaos VJ |
|
|
HeLlo my Name IS R3aL1Ty
and i'm a french VJ i want to make a script to Arkaos ( my script not yet ready ) if i have any questions i can talk to you ? if anyone speak french we can speak on MSN.
My First QUestion is :p :
I have already yet connected a Controller MIDI USB ( By Evolution MK 449C its a Piano Controlleur.
I want assignate button of Nunchuk and Wiimote For Midi Button like this ( its work but its not my question :p )
// Pour le Nunchuk
midi2.A2 = Wiimote.Nunchuk.CButton
midi2.B2 = Wiimote.Nunchuk.ZButton
my questions is
hOW to know the A2 B2 where is it situated on the arkaos piano... ( A2 and B2 works ) but i want assignated one of my controller to the BLACK Key... but the A2 and B2 etc is for White Key... Where i can have a Illustration of a Generated KeyPiano?
iF A HAVE any questions i put in this post for do not recreated Any Subject
THanks to you |
|
| Back to top |
|
 |
R3aL1Ty
Joined: 26 Apr 2007 Posts: 3
Digg It |
Posted: Thu Apr 26, 2007 3:17 pm Post subject: |
|
|
| aNOTher Question : I want to assignated One Button With One Led ( if Buton Activated, Led Activated, and If Button not assignated, Led nOt Activated.. ) |
|
| Back to top |
|
 |
DeadPixel Site Admin

Joined: 19 Nov 2006 Posts: 103 Location: France
Digg It |
|
| Back to top |
|
 |
SwedishFrog Site Admin

Joined: 25 Jan 2007 Posts: 273 Location: New York
Digg It |
Posted: Sat Apr 28, 2007 3:56 am Post subject: |
|
|
For midi, glovepie defines the black keys as sharps. So code such as this will work:
| Code: | | midi.Asharp4 = wiimote.B |
Whereas flats are not part of the language, so this would NOT work:
| Code: | | midi.Bflat4 = wiimote.B |
Led code
| Code: | | wiimote.led1 = wiimote.A |
|
|
| Back to top |
|
 |
R3aL1Ty
Joined: 26 Apr 2007 Posts: 3
Digg It |
Posted: Wed May 02, 2007 2:03 pm Post subject: |
|
|
allez je le fait en francais lol..
Bonjour mon Nom est R3aL1Ty
et je suis un VJ Francais et je souhaite faire un Script pour le logiciel ARKAOS ( et mon script n'est pas tout a fait fini ) , si j'ai quelques questions a propos du dévelopement du script est ce que je peux venir ici pour vous posez des questions?
J'ai deja connectez mon controller Midi USB ( par Evolution MK 449C c'est un Controlleurs PIANO )
J'aimerai savoir comment mettre le nom des touche pour pas qu'elle soit deja assigner a mon piano... pour pas qu'il y est de doublon.. |
|
| Back to top |
|
 |
|