braedenf / wiri

An interactive light and sound installation that demonstrates how waves can be in different forms. The user is encouraged to use a touch screen to deform the frequency and

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About WIRI

Screenshot of WiriInstall

Description

Wiri is an interactive sound and light installation created by the Museum of Transport and Technology in Auckland New Zealand.

Wiri is about how both sound and light are forms of vibration where there four distinctive primitive waveforms that define how the shape of a waveform can have unique characteristics. The term Wiri is steeped in significance in Maori culture and signifies the vibration of Life.

OpenFrameWorks Application

This application is built using the C++ library called OpenFrameworks - This application is using version 0.11.2 currently.

Instructions for building the app

  • Using the OpenFrameworks make system you can run make in the terminal or command line to compile and build and executible on your chosen operating system.
  • Once the application has been built run make run or cd /bin and ./wiri to run the application.

Dependencies

Arduino Application

The Arduino app is built for using the Arduino compatible microcontroller Teensy 4.0. Additionally Wiri uses the Teensy 4.0 compatible audio board to generate and modulate waveforms. Wiri also uses individually addressable led strips - WS2812B strips that are controlled using the Fastled LED library and the WS812B Teesny Serial Library together.

Dependencies

About

An interactive light and sound installation that demonstrates how waves can be in different forms. The user is encouraged to use a touch screen to deform the frequency and


Languages

Language:C++ 69.7%Language:Makefile 30.3%