Advanced Search
Search Results
15 total results found
Manual convert 2D video to sphere map
Convert 2D video to sphere map with after effects https://youtu.be/fQPeUuhEXdg
8 speaker system
The Dome setup has an audio setup containing 8 speakers, 1 amplifier, 1 sound interface. On the MAIN Dome computer the sound interface software can be used to controll the audio system. A configuration template is available File > load > snapshot … The Sub spe...
Other usefull stuff...
NDI output vanuit Max/MSP https://cycling74.com/forums/jit-ndi-externals-for-sending-videoaudio-over-the-network Spatial audio tools Een reeks links naar bruikbare tools voor spatial audio (van blackbox collega Tjerk!): https://www.ableton.com/en/packs/su...
Multichannel audio in Isadora and Reaper
With Isadora you have control over your interactive performance with audio over 2 channels or more. You can work with this Isadora example file and audio files: https://nextcloud.hku.nl/s/Bs5qoDqGHsLXdGo here is a usefull tutorial about working with multicha...
BrightSign Basics
BrightSign Basics source: Job van Nuenen, edited by Veerle en Simone van Blackbox PT/IBB This Bookstack is under construction, some information might be missing Wat are BrightSigns? BrightSigns are digital media players, that you can use to run multiple v...
Leap Motion
With the Leap Motion you can track the movement of your hands. You can buy Leap version 2 since 2023, the Leap 1 is still relevant.Here you can find information on how to install the software for Leap1 and use it in Isadora and Touchdesigner Leap1 + softwar...
Using Bright Sign media player with multiple headphones
To listen to one Bright Sign with multiple headphones and If your Brightsign doesnt have a minijack out you need: BrightSign media player Swissonic HDMI2.0 Audio Extractor Behringer MicroAMP HA400 stereo cinch to jack kabel multiple headphones with opti...
4 speaker setup with Reaper
In this example we work with Reaper, Focusrite interface, 4 speakers, windows desktop. The idea is to place the speakers in a square position so you can hear the audio coming from different directions. Software to be installed:Reaper we work with Reaper bec...
Connection issues
Tips for wired connection with Windows laptop:Turn off WIFI connectionTurn off all firewalls!Firewall can switch back on after change to ethernet connection, make Shure its off.Change IPv4 settingsIP assignment IPv4: ManualIPv4 address: same range as Dome mac,...
Speaker configuration focusrite 1st and 2nd Gen Scarlett 2i4
Since 2024 Focusrite control software doesn't support 1st and 2nd Gen Scarlett Solo, 2i2 and 2i4. But we work with them on HKU. To configure the 4 speakers setup go to your preferences in the audio software you work with. Windows settings:Control Panel > ...
LiDAR with Arduino - TF-Luna Sensor
Als je iets anders wilt dan Ultrasonic Sensor HC-SR04 kwa afstand namelijk meer afstand met minder ruis kun je kiezen voor de TF-Luna Sensor. Dit is een Lidar sensor die met behulp van een laser de afstand tot een object meet tussen 0,2 en 8 meter.> De TF Luna...
Receive data from Arduino in Isadora
(These are notes, still need to be converted into a nice report) Arduino code: #define BUTTON_PIN 2 void setup() { Serial.begin(9600); pinMode(BUTTON_PIN, INPUT_PULLUP); } void loop() { Serial.println(digitalRead(BUTTON_PIN)); delay(100)...
Send information from Isadora to Arduino
Think of it as if you were building the circuit in Arduino and you use the message from Isadora to Arduino to turn the circuit on or off. Work files for Arduino & Isadora are added to this book, screenshots just for show ;) Files not made by me, fo...
ColorSourceAV 20
Information about the device Website Manual Basic use In channel mode Make sure the console works in channel mode by choosing the mode on the touchscreen. Use the faders to turn on lights that are programmed under the channels that correspond w...
Touch (knock) sensor with Piezo
If you want to make a simple touch sensor but you don't have the fancy ones around you can also use a piezo element, which come with a lot of basic arduino starter sets. What you need: piezo element breadboard resistor 1 M ohm ...