Page 1 of 1

curves XY Draw

Posted: 28 Jun 2020, 11:29
by elsabi
Hi,
i'd like to record a curve for an object of an XY Draw . And, be able to have multiple versions of this curve, and recall them with presets or Grid. But it seems that it's not written in presets : is it possible ? how ?

J'aimerais pouvoir enregistrer plusieurs courbes différentes (avec la fonction "auto enregistrer sur clic souris" ) pour un object d'un module XY Draw, et pouvoir rappeler ces courbes avec des preset, ou avec la Grid. Pour le moment je n'y arrive pas, dès que je réenregistre la courbe elle écrase la précédente, impossibilité de la retrouver. Est ce possible ? comment ? Merci!

Re: curves XY Draw

Posted: 28 Jun 2020, 15:25
by nay-seven
Currently this is not possible, but nothing prevents to create a poly subpatch,
each record their own curve and then create presets

Pour l'instant ce n'est pas possible, mais rien n’empêche de créer un subpatch poly,
enregistrer chacun leur courbe et ensuite créer des presets

Re: curves XY Draw

Posted: 28 Jun 2020, 15:26
by nay-seven
Exemple:
xy poly v3.wkp
(119.27 KiB) Downloaded 859 times

Re: curves XY Draw

Posted: 28 Jun 2020, 16:59
by oli_lab
XYrec_example.PNG
have a look at the "draw trajectory with ext REC" that is in the Oli_Lab data pack (addons)
this module allows to get arrays of recorded X and Y position with the coordonate output. (array of 3D points)

you'll need another module to decode and reuse this output it is the "get 3D point" module

to store arrays you can use the "store array 512x2048" in the same oli_lab data pack

Re: curves XY Draw

Posted: 28 Jun 2020, 19:05
by elsabi
thanks for your answers ! i will try these solutions. i also found this module : "data manipulation with rec xy" which seems to be one possibility too!