Mercurial > pygar
diff modules/bluespec/Pygar/core/AudioCoreSystem.cpp @ 43:4d87fa55a776 pygar svn.44
[svn r44] processor largely working and mixer in good status
author | punk |
---|---|
date | Wed, 05 May 2010 12:28:07 -0400 |
parents | ced2ebd41347 |
children | 2b18894f75e2 |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/AudioCoreSystem.cpp Wed May 05 01:09:09 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreSystem.cpp Wed May 05 12:28:07 2010 -0400 1.3 @@ -132,7 +132,7 @@ 1.4 1.5 //rlm: two files. 1.6 // clientStub->SendUnprocessedStream( Data,(UINT32)sample); 1.7 - clientStub->SendUnprocessedStream((UINT32)channel0 , Data,(UINT32)sample); 1.8 + clientStub->SendUnprocessedStream((UINT32)channel0 , Data,(UINT32)sample); 1.9 //clientStub->SendUnprocessedStream(channel1 , Data,(UINT32)sample1); 1.10 1.11 }