PA_GIT_REVISION: new scripts to replace SVN revision
update_gitrevision.sh should be run before building on Mac or Linux.
This commit is contained in:
parent
d0d5020ddf
commit
a553478d71
8 changed files with 36 additions and 35 deletions
|
|
@ -113,8 +113,9 @@ int main(void)
|
|||
paTestData data;
|
||||
int i;
|
||||
|
||||
|
||||
|
||||
printf("PortAudio Test: output sine wave. SR = %d, BufSize = %d\n", SAMPLE_RATE, FRAMES_PER_BUFFER);
|
||||
printf("%s\n", Pa_GetVersionText());
|
||||
|
||||
/* initialise sinusoidal wavetable */
|
||||
for( i=0; i<TABLE_SIZE; i++ )
|
||||
|
|
|
|||
Loading…
Reference in a new issue