~marcustomlinson/dspatch/trunk

« back to all changes in this revision

Viewing changes to example/DspWaveStreamer.cpp

  • Committer: Marcus Tomlinson
  • Date: 2014-08-17 10:57:23 UTC
  • mfrom: (21.1.4 2.62)
  • Revision ID: marcus.tomlinson@canonical.com-20140817105723-qtm8qkmegbhqyldu
Merged v2.62

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
 
218
218
//=================================================================================================
219
219
 
220
 
void DspWaveStreamer::Process_( DspSignalBus& inputs, DspSignalBus& outputs )
 
220
void DspWaveStreamer::Process_( DspSignalBus&, DspSignalBus& outputs )
221
221
{
222
222
  if( IsPlaying() && _waveData.size() > 0 )
223
223
  {