- Messages : 11491
- Remerciements reçus 1057
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 .
dlight-tools
- sl1200mk2
-
Auteur du sujet
- Hors Ligne
:Light.c'est dorénavant à cette adresse que vous trouverez les layouts pour vos smartphones ainsi que la nouvelle version du manuel utilisateur (quand l'écriture aura commencé).
l'adresse principale est la suivante:
github.com/dlight-tools
les projets référencés sont:
dlight-tools.github.io/dlight-pad
dlight-tools.github.io/dlight-devices
n'hésitez pas à proposer vos modifications!
sur le wiki, vous trouverez des explications sur le fonctionnement de gitHub:
www.nicole-banana.com/wiki/index.php?title=Dlight-tools
merci Renaud pour ce boulot!
merci Aroom aussi!
++
Nico
nicolas
Connexion pour participer à la conversation.
- reno-
- Hors Ligne
- Messages : 74
- Remerciements reçus 9
Peut-être peux-tu Nico effacer la catégorie utility sur ton site ou bien faire une redirection vers l'espace de dlight-tools sur github? Ainsi on centralise les tools en un seul endroit.
Pour information, les différentes versions de chaque patch sont accessibles via l'onglet "tags". Les différentes versions (mac osx pd max control) sont réunis dans un .zip. Je vais voir dans le futur comment organiser cela au mieux.
Pour dlight-pad :
github.com/dlight-tools/dlight-pad/tags
Pour dlight-seqcon :
github.com/dlight-tools/dlight-seqcon/tags
Ceux qui souhaitent participer au développement doivent demander un acces en écriture sur ces repositories.
Connexion pour participer à la conversation.
- sl1200mk2
-
Auteur du sujet
- Hors Ligne
- Messages : 11491
- Remerciements reçus 1057
totally agree!Peut-être peux-tu Nico effacer la catégorie utility sur ton site ou bien faire une redirection vers l'espace de dlight-tools sur github? Ainsi on centralise les tools en un seul endroit.
merci pour ces clarifications,
++
nicolas
Connexion pour participer à la conversation.
- sl1200mk2
-
Auteur du sujet
- Hors Ligne
- Messages : 11491
- Remerciements reçus 1057
nicolas
Connexion pour participer à la conversation.
- sl1200mk2
-
Auteur du sujet
- Hors Ligne
- Messages : 11491
- Remerciements reçus 1057
nicolas
Connexion pour participer à la conversation.
- colinc
- Hors Ligne
- Messages : 166
- Remerciements reçus 22
I have done a little more work on my fork of the Control .js file - put the time display onto the Constants page, (it will now work properly on all pages), adjusted the positions of a couple of the other widgets accordingly, and added a page for the first ten subs. Hope you approve.
Regards,
Colin
Connexion pour participer à la conversation.
- sl1200mk2
-
Auteur du sujet
- Hors Ligne
- Messages : 11491
- Remerciements reçus 1057
i've tested your interface, great job
hour widget works on every page, Menu button also, etc...
the button near Menu is used to reload interface. I think it's ok on the first page, but is it necessary on the other one...
also, about the submaster page:
maybe submasters can be less large, like that we can imagine to have button on the top to :
'kill all open sub'
'switch page'
'switch subbook'
if you work on these commands, please tell me and i can code output message on the DL side.
also, would you mind teach me how to merge your master to dl-tools master ?
all the best,
nico
nicolas
Connexion pour participer à la conversation.
- colinc
- Hors Ligne
- Messages : 166
- Remerciements reçus 22
sl1200mk2 écrit: hello Colin,
i've tested your interface, great job
hour widget works on every page, Menu button also, etc...
Glad you approve...
sl1200mk2 écrit: the button near Menu is used to reload interface. I think it's ok on the first page, but is it necessary on the other one...
That button's space occurs on every page, as a Page Title - so why not also keep the refresh button under it on each page. That way, the space is not wasted? But if you can think of a better use, I'll gladly think on it...
sl1200mk2 écrit: also, about the submaster page:
maybe submasters can be less large, like that we can imagine to have button on the top to :
I'd prefer Buttons below (beside the Down/Up buttons)
sl1200mk2 écrit: 'kill all open sub'
Yup, good idea
sl1200mk2 écrit: 'switch page'
Aahh... But then I think you'd need Control to be able to read back an OSC message telling you which page you're on (which I don't think it can, because you could qickly forget and get lost). My own thought was simply to add a few more Sub pages to the file
sl1200mk2 écrit: 'switch subbook'
Yup
sl1200mk2 écrit: if you work on these commands, please tell me and i can code output message on the DL side.
I can put the buttons in very easily, then all you do is tell me what the OSC message to go into them is
sl1200mk2 écrit: also, would you mind teach me how to merge your master to dl-tools master ?
I'll figure it out and get back to you
Regards
Colin
Connexion pour participer à la conversation.
- sl1200mk2
-
Auteur du sujet
- Hors Ligne
- Messages : 11491
- Remerciements reçus 1057
sl1200mk2 wrote:
if you work on these commands, please tell me and i can code output message on the DL side.
I can put the buttons in very easily, then all you do is tell me what the OSC message to go into them is
IMHO the best is to use the OSC monitor software you have and bind it to DL OSC writer in order to see what command is available and what commands are missing when you move submasters, change sub pages, sub book or hit kill sub button.
++
Nico
nicolas
Connexion pour participer à la conversation.
- colinc
- Hors Ligne
- Messages : 166
- Remerciements reçus 22
sl1200mk2 écrit: hello Colin,
i've tested your interface, great job
hour widget works on every page, Menu button also, etc...
...
'kill all open sub'
You will need to code a /sub/killall OSC message. At the moment, when you press the Kill Subs button, the OSC output is a series of /sub/#/level commands - not feasible to code this in a 'Control' button
'switch page'
You will need to code a /sub/next and /sub/previous OSC command - At the moment, when you select the Subpage number you want, the OSC output is a series of /sub/#/level commands followed by a /sub/page # - again, not feasible to code this in a 'Control' button
'switch subbook'
No command at all, but as Sub Page switch needed
if you work on these commands, please tell me and i can code output message on the DL side.
all the best,
nico
Connexion pour participer à la conversation.
- sl1200mk2
-
Auteur du sujet
- Hors Ligne
- Messages : 11491
- Remerciements reçus 1057
thanx for that, i think i can include them in the 3.0.10 release (I won't publish another beta as i need to move on...)
okYou will need to code a /sub/killall OSC message. At the moment, when you press the Kill Subs button, the OSC output is a series of /sub/#/level commands - not feasible to code this in a 'Control' button
you'll need to adapt the OSC.Manager of control to process the /sub/x/level
can't you extract the # of /sub/page ?You will need to code a /sub/next and /sub/previous OSC command - At the moment, when you select the Subpage number you want, the OSC output is a series of /sub/#/level commands followed by a /sub/page # - again, not feasible to code this in a 'Control' button
i think that previous/next isn't so easy to maintain up to date
okNo command at all, but as Sub Page switch needed'switch subbook'
++
nicolas
Connexion pour participer à la conversation.
- sl1200mk2
-
Auteur du sujet
- Hors Ligne
- Messages : 11491
- Remerciements reçus 1057
for the 3.0.10 i've added
/sub/kill 1 (when kill open submaster is invoke)
/sub/book x (where x is the subbook to be processed)
++
nicolas
Connexion pour participer à la conversation.
- cortom
- Hors Ligne
- Messages : 15
- Remerciements reçus 1
Je n'arrive pas à charger l'interface dlpad dans Control, sur Iphone :
Je lui donne l'adresse : github.com/dlight-tools/dlight-pad/blob/master/control/dlPad.js
Puis clique sur Submit et rien ne se passe....
Je pourrais contourner le chargement du https en rentrant directement dans l'iphone (en SSH car JB) mais je ne sais pas ou déposer le fichier code dlpad.js
J'ai loupé une étape ?
Merci
Connexion pour participer à la conversation.
- reno-
- Hors Ligne
- Messages : 74
- Remerciements reçus 9
Si tu veux charger directement le fichier depuis github, essaie avec l'adresse suivante :
raw.github.com/dlight-tools/dlight-pad/master/control/dlPad.js
dis-moi si ca colle pour toi
renaud
Connexion pour participer à la conversation.
- cortom
- Hors Ligne
- Messages : 15
- Remerciements reçus 1
L'interface est nickel.
Nico m'avait parlé de retour d'informations avec control, mais je n'en ai pas.
Control a une tendance à planté très facilement sur mon iphone 3gs.
Je n'ai eu accès qu'une fois à préférences. Depuis, impossible.
Il me semble qu'on ne peut pas changer le port (8080 contre 7001).
Peut-être que c'est pour ça que ça plante.
J'avoue me perdre un peu dans ces histoires de port.
Du coup, à défaut d'un fonctionnement efficace,
j'ai tendance à continuer à utiliser TouchOSC 1.8.1 et Layout padV3.7
Quand on a peut de circuits, les potentiomètres sont efficaces, TouchOSC reste allumé en permanence, quitte à bouffer la batterie mais ne perds pas le wifi.
Je prendrai le temps de re-tester cette télécommande quand je ne serai plus à régler mes projos tout seul sur ma tour...
Merci pour les infos.
Connexion pour participer à la conversation.
Français
English