Select your language

Résolution de problème : merci de consulter la FAQ et le Wiki

Aidez-nous à améliorer le contenu du Wiki et de la FAQ en les consultant. Le Wiki est mis à jour régulièrement et la FAQ permet une résolution rapide des principales embûches rencontrées. N'hésitez pas à nous faire parvenir vos suggestions d'amélioration sur le forum ou à éditer directement le Wiki ou la FAQ .

pre 4.0.0_b67

  • sl1200mk2
  • Topic Author
  • Away
More
9 years 11 months ago - 9 years 11 months ago #12680 by sl1200mk2
pre 4.0.0_b67 was created by sl1200mk2
FWIW, I've decided to clean OSC reader/writer messenger before the final release (and this is not a good news for you... :( )

I've changed:
/circ/level x y (where x is the channel, y the level)
/circ/prepalevel x y
/sub/text x blabla
/sub/level x y
/sub/flash x y
/sub/phase x y.y
all the /subStick messages and also the /device ones

for the devices it looks like
/device s i i (string (/attribut/parameter), int (device numbr), int (value))

I know that all your pd patchs, touchOSC stuff, etc... won't work anymore
but it gain clarity and parsing efficiency.

happy hacking B)
++

nicolas
Last edit: 9 years 11 months ago by sl1200mk2.

Please Log in to join the conversation.

  • sl1200mk2
  • Topic Author
  • Away
More
9 years 11 months ago #12727 by sl1200mk2
Replied by sl1200mk2 on topic pre 4.0.0_b67
also,
-added support for usb pro mk2 (revB)
-added wait times to chaser editor $:-)

nicolas

Please Log in to join the conversation.

More
9 years 11 months ago #12766 by vbs
Replied by vbs on topic pre 4.0.0_b67
I am confused about the change you made in OSC

for instance my submaster 1 use to be;
/subStick/1/level
and submaster 1 tekst;
/subStick/4/text

Should i change this in
/sub/text/1/x
/sub/text/1/y

??

Records Vincent

Please Log in to join the conversation.

  • sl1200mk2
  • Topic Author
  • Away
More
9 years 11 months ago #12767 by sl1200mk2
Replied by sl1200mk2 on topic pre 4.0.0_b67
Hi Vincent,

for instance my submaster 1 use to be;
/subStick/1/level
and submaster 1 tekst;
/subStick/4/text


now you should use:
/subStick/level 1 xxx (where xxx is the level)
/subStick/text 4 yourTextAsTheSecondArgument

++

nicolas

Please Log in to join the conversation.

  • sl1200mk2
  • Topic Author
  • Away
More
9 years 11 months ago #12768 by sl1200mk2
Replied by sl1200mk2 on topic pre 4.0.0_b67
Vincent,
touchOSC does not seem able to handle yet multiple argumentation.
I wrote them in order to ask for this feature, and I guess the more we will wrote to them, the more we will get a chance for this feature to be coded...
I realize that for now we don't have a solution until touchOSC update their code....

please ask them to allow multiple argumentation for sliders/buttons/labels/etc....

the correct sentence is:
/subStick/level x yourText

with a space between level and x and between x and yourText
this is the multiple argumentation

++

nicolas

Please Log in to join the conversation.

More
9 years 11 months ago #12770 by celio
Replied by celio on topic pre 4.0.0_b67
Coucou Nico.
Pas sûr de bien comprendre ce que tu entends par xxx si The level (on met du coup la valeur maxi ?)
Pour yourText meme genre de question...
En tout cas je comprends que touchosc ne gère pas la multiple argumentation. Par contre si j'arrivais à comprendre mieux (je ne désespère pas) la nouvelle syntaxe je peux peut être créer un Patch isadora qui lui pourra renvoyer l'info en multi transmit il gère ca a priori.
A plus. Célio.

Please Log in to join the conversation.

  • sl1200mk2
  • Topic Author
  • Away
More
9 years 11 months ago #12771 by sl1200mk2
Replied by sl1200mk2 on topic pre 4.0.0_b67
@Celio
hello,
tu donnes comme premier argument le numéro du sub/circuit/subStick que tu veux controler
en deuxième argument la valeur

dans l'exmple précédent, si je veux le sub 6 à FF j'écris:
/subStick/level 6 255

et si je veux le sub 6 à 50% j'écris:
/subStick/level 6 127

++

nicolas

Please Log in to join the conversation.

More
9 years 11 months ago #12772 by celio
Replied by celio on topic pre 4.0.0_b67
C'est bien ce que je pensais Nico, ce que je ne comprends pas c'est que écrire une valeur type 255 ou 127, je le comprends si je veux envoyer une valeur fixe. Mais si c'est un fadeur qui envoie l'info ? Comment cela se traduirait il si touchosc gérait la multiple argumentation ?
C'est peut-être complètement con comme question et je m'en excuse :)
A plus. Célio.

Please Log in to join the conversation.

  • sl1200mk2
  • Topic Author
  • Away
More
9 years 10 months ago #12773 by sl1200mk2
Replied by sl1200mk2 on topic pre 4.0.0_b67
@celio
dans ton touchOSC tu vas écrire pour chaque slider:
/subStick/level x (ou x est le numéro du stick) et tu vas laisser touchOSC ajouter la valeur du slider comme deuxième argument.

si tu fais du pureData, tu fais pareil... le premier argument est le numéro du sub que tu veux piloter, le deuxième la valeur que tu veux lui donner.

mais toi tu fais du isadora... B)
mais ça doit etre pareil.

++

nicolas

Please Log in to join the conversation.

  • sl1200mk2
  • Topic Author
  • Away
More
9 years 10 months ago #12774 by sl1200mk2
Replied by sl1200mk2 on topic pre 4.0.0_b67
par exemple, le fichier ci-joint commanderait le sub 1 de 0 à 255

++

nicolas

Please Log in to join the conversation.

  • sl1200mk2
  • Topic Author
  • Away
More
9 years 10 months ago #12775 by sl1200mk2
Replied by sl1200mk2 on topic pre 4.0.0_b67
oups...

File Attachment:

File Name: multiArg_E...touchosc
File Size:389 B

nicolas

Please Log in to join the conversation.

More
9 years 10 months ago #12776 by Jefff
Replied by Jefff on topic pre 4.0.0_b67
@Nico :
J'ai l'impression que le texte dans le champ des subs ne reste pas après avoir changé de page de sub et en revenant dessus.

Please Log in to join the conversation.

  • sl1200mk2
  • Topic Author
  • Away
More
9 years 10 months ago #12777 by sl1200mk2
Replied by sl1200mk2 on topic pre 4.0.0_b67
@Jeff,
6 u on IRC ;-)

nicolas

Please Log in to join the conversation.

Time to create page: 0.195 seconds
Powered by Kunena Forum