Skip to content
Snippets Groups Projects
Commit 86432b70 authored by William Fish's avatar William Fish
Browse files

readme

parent 06c1ba79
Branches master
1 merge request!6Resolve "improve_visuals"
...@@ -13,7 +13,7 @@ void Visualizer::setup() { ...@@ -13,7 +13,7 @@ void Visualizer::setup() {
// Setup the audio component // Setup the audio component
//song.loadSound("C:/Users/Billy/Desktop/house.mp3"); song.loadSound("C:/Users/Billy/Desktop/house.mp3");
// TESTING TESTING TESTING // TESTING TESTING TESTING
song.setVolume(1.0f); song.setVolume(1.0f);
...@@ -26,6 +26,7 @@ void Visualizer::setup() { ...@@ -26,6 +26,7 @@ void Visualizer::setup() {
ofSoundStream soundStream; ofSoundStream soundStream;
soundStream.setup(this, 0, 2, 44100, 256, 4); soundStream.setup(this, 0, 2, 44100, 256, 4);
soundStream.getSampleRate(); soundStream.getSampleRate();
ofSoundStreamListDevices();
...@@ -68,8 +69,8 @@ void Visualizer::setup() { ...@@ -68,8 +69,8 @@ void Visualizer::setup() {
particles.push_back(mid1); particles.push_back(mid1);
// Start the song // Start the song
/*song.setLoop(true); song.setLoop(true);
song.play();*/ song.play();
} }
//------------------------------------------- //-------------------------------------------
......
As approved by Helen - As approved by Helen -
.Removed motion tracking part of project, no longer in project in pieces .Removed motion tracking part of project, no longer in project in pieces
.Swapped round the project in pieces and naive version for library of visualisations, we had sound working earlier than intended and naive version will now be an expanded library .Swapped round the project in pieces and naive version for library of visualisations, we had sound working earlier than intended and naive version will now be an expanded library
.RGB light strip will now be working for naive version .RGB light strip will now be working for naive version
22nd feb 22nd feb
.continue to develop library of visuals, use more advance drawing methods such as opengl and shaders .continue to develop library of visuals, use more advance drawing methods such as opengl and shaders
.get rgb strip working with c++/firmata(need lab assistance with this one) .get rgb strip working with c++/firmata(need lab assistance with this one)
7th march
.get audio working on pc out rather than predefined file, will allow us to create a more dynamic performance in execution
William Fish, James Carty William Fish, James Carty
OCBOX: A visual and audio experience
\ No newline at end of file
OCBOX: A visual and audio experience 2018
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment