Advanced Search
Search Results
66 total results found
A circle following the mouse
... 0.8 . To Range indicates the new set of values between we want x ...he previous reference with this new set of values by activating the Math CHOP operator, then drag and drop the channel into the x parameter in Translate TOP. The circle should now be...
Intro to Touchdesigner
...ws us to manipulate data and program our network. A bit like using layers in Photoshop, every new node you add alters the previou ... Operator's Wiki help page in a new browser window, ie: https://docs.derivative.ca/index.php?title=Video_Device_In_TOP.
Steam VR setup Tutorial #3 - Interactable object setup
...panel and select cube. With our new cube selected, let's change the ...sting, let's create and apply a new colour material to our interactable object, just right click on top of the project panel and select Create/Material, give it a meaningful name, like ...
Position-based Tracking using a Webcam
...numCols # Outputting new values to 'constant' operator output.par.value0 = centerx - 0.5 output.par.value1 = centery - 0.5 return Close the textport and in the parameters window of Execute DAT, turn on the Frame Sta...
How to use a Bare Conductive Touch Board with Arduino
...rd up to 32GB. Make sure your new SD card is formatted as FAT32. Wiring No wiring is needed. But you can extend each touch point with wires or connect them to any conductive materials, e.g. fruit. Basic Example This basic example will play TRACK000.mp3 t...
Setting up Kinect in Touchdesigner
...fier component, then hit run. A new window will come up; Here allow some time for the software to upload and update the status of your Kinect. My final settings looked like this (further help setting up Kinect is also available here. Kinect Studio, in ...
Using MatrixPortal M4 for animation
... px Draw whatever you want Add new frame and draw until you finish Go to EXPORT Select PNG Change Columns to 1 Download You now have a very long PNG file 2. Photoshop Open the image with Photoshop Save a copy in BMP format Choose Windows (doesn'...
How to send data to Processing from Arduino
...ose the correct port myPort = new Serial(this, portName, 9600); myPort.bufferUntil('\n'); } void draw() { //map() is a important function to use here, //it convert the raw data range from Arduino to the ideal range to use in Processing //map...
Using an MFRC522 RFID reader
...op() { // Reset the loop if no new card is present on the sensor/r ...en idle. if ( ! mfrc522.PICC_IsNewCardPresent()) { return; } // Select one of the cards if ( ! mfrc522.PICC_ReadCardSerial()) { return; } // Dump debug info about the card; ...
How to use DFPlayer mini to play MP3
...ntered, we are going to use the new model - DFPlayer Pro instead. The DFPlayer Mini MP3 Player For Arduino is a small and low-priced MP3 module with a simplified output directly to the speaker. The module can be used as a stand-alone module ...
Introduction
... for complete beginners who are new to working with physical computing and Arduino. If you haven’t had a chance to attend the physical workshop at the Creative Technology Lab, don’t worry—this guide will walk you through the basics. If you visit the Creati...
POPs: Point Cloud from 3D model
...using particle systems from the new POPs family. Just like in SOPs, POPs include a File In POP, which allows you to import 3D assets in common formats such as .obj. Keep in mind that you won’t be able to directly edit the geometry inside TouchDesigner, so...
How to use Raspberry Pi Camera Module 3
... picamera2 This code will pop a new window of live preview with autofocus. from picamera2 import Picamera2 from libcamera import controls import time picam2 = Picamera2() picam2.start(show_preview=True) # Enable continuous autofocus picam2.set_controls({...
How to do Basic Commands in Terminal
...mkdir myfolder Create a new directory called myfolder rm myfile.txt Delete a file called myfile.txt rm -r myfolder Delete a folder and its contents cp file1.txt file2...
Using the Bantam Tools NextDraw Pen Plotter
...ompted to overwrite or create a new version. 2. Setting Up the Paper and Pen (Plotter Off) Make sure the plotter is OFF The power light should be off. If not, turn the machine off before continuing. Load your paper Place ...
Installing Unity
...the gear icon, this will open a new window. Select the Licenses tab and then hit Add Click on the "Get a free personal license" option. Read and agree to the terms Close the window. And that is it. Now you are all set and the software is rea...
3D Geometry and Parametric Design
...onships within these) to create new pieces. The informational nature of the pictures can be used in combination with algorithms to modify outputs. No doubt within the creative process there are ways to manually delve into the code to tweak parameters and t...
Week 4 - Other inputs and APIs
...mes Independently researching new features of p5.js using the documentation Using inputs to control behaviour of your sketch Understanding the concept of web-based APIs and basic use In groups create a sketch that uses either at least one input (lear...