Hi guys,
Someone on another forum compared this mode to Makenoise Rene. Are there any demos out there of TT in turtle mode? Really curious as to what this mode does. Thanks!
Hi guys,
Someone on another forum compared this mode to Makenoise Rene. Are there any demos out there of TT in turtle mode? Really curious as to what this mode does. Thanks!
Iām super new to teletype but hereās a quick scene using turtle mode. A sequencer bouncing around a selection of notes in a 4x5 grid. Direction is not limited to up and down but various angles. Really only scratching the surface but might give you an idea. Based on a script by @sliderule from the beta thread
It must have been me on the Orthogonal Devices forum ?
Iāve not been using it since iām currently using the version with Grid integration (alpha versions are taking two branches until they gather again), but basically you can move within the four patterns banks, with speed parameters, directions, angles, interpolations, bounce mode, etc⦠So the cartesian mode is pretty straightforward.
Check it out here : https://monome.org/docs/modular/teletype/manual/
(sorry i couldnāt paste because of all the ā@ā signs, it drives the forum mad)
the latest grid beta includes everything from version 2.1 which means turtle as well! one fun exercise would be to try visualizing turtle on the grid.
Yeah that was you chapelierfou, thanks for the links and demo, Iāve been thinking into getting a TT again and knowing I can emulate Rene might just tip me over.
That would be sick to see the turtle moving around in a grid as opposed to the tracker.
my mistake !
Displaying the turtle on the grid should be quite easy !
Seriously, if you have a grid, now that itās integrated to TT, just go for it; itās insane, and, trust me, easy to program, for simple tasks at least.
yeah I think Iām going to do it
Do it. Iām only a few days in with pretty much no programming experience but itās surprisingly easy to get the hang of!
Here is another video of turtle mode - moving in 8 directions with some speed changes. Sequencing Just friends using Just Type codes!
i finally gave it a try !
Basic functionality is working. Now i need to make a mode to input values with the parameter knob !
Thatās awesome, did you try integrating the slide function?
not yet.
Iām not sure how to create āpagesā so you can have the same layout but different functions. Need to think about it. Iām still pretty new to ānon-maxMSPā programingā¦
Hereās my take on 2 RenĆ© style modes using Turtle operators:
Normal mode: clocking both x and y axis separately. Each can be reversed with an external trigger
Snake mode: With 6 different patterns to scroll through - using the TT pattern page to look up the coordinates.
I also implemented an step edit mode. The code is all a bit of a mess and could do with some refining before I post itā¦!
Could someone elaborate a bit on the relation between @step and @speed? Iām a little confused by the /100 aspect.
Also, is there a more automated way to achieve Rene Snake behavior? Iām able to do it manually with an Every command.
Could someone elaborate a bit on the relation between @step and @speed? Iām a little confused by the /100 aspect.
Two years later and this still isnāt clear in the manual. Perhaps Iāve missed a forum post explainingā¦
Also, whatās determing direction and what are the possible values for direction? I havenāt gotten to exploring but the manual was again, unclear.