Skip to content

Commit

Permalink
ソースの見た目変更
Browse files Browse the repository at this point in the history
中身は何も変わってない. git のブランチのテストのためのコミットです:
  • Loading branch information
zenwerk committed Oct 25, 2010
1 parent 78c1a35 commit 9c3862b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testApp.cpp
Expand Up @@ -2,7 +2,8 @@

#include "beatDetect.h"

int testApp_buffer_size = 1024, testApp_fft_size = 512;
int testApp_buffer_size = 1024;
int testApp_fft_size = 512;


bool detect=true;
Expand All @@ -23,8 +24,7 @@ void testApp::setup(){
printf("testApp setup() OK!\n");
}

void testApp::audioReceived(float* input, int bufferSize, int nChannels)
{
void testApp::audioReceived(float* input, int bufferSize, int nChannels) {
bd.audioReceived(input, bufferSize);
}

Expand Down

0 comments on commit 9c3862b

Please sign in to comment.