Skip to content

Commit

Permalink
Updated Histogram system and standalone.
Browse files Browse the repository at this point in the history
  • Loading branch information
prisonerjohn committed May 27, 2015
1 parent 9eeb075 commit b55a15e
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 149 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#pragma once

#include "CloudsVisualSystem.h"
#include "ofOpenALSoundPlayer_TimelineAdditions.h"

enum HistogramMode
{
Expand Down Expand Up @@ -127,7 +126,7 @@ class CloudsVisualSystemHistogram : public CloudsVisualSystem {

ofDirectory soundsDir;
int selectedSoundsIdx;
ofOpenALSoundPlayer_TimelineAdditions soundPlayer;
ofOpenALSoundPlayer soundPlayer;
float levelAdjust;

ofMesh histoMesh;
Expand Down
Loading

0 comments on commit b55a15e

Please sign in to comment.