1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

New class: WindowsMediaAudioFormat.

This commit is contained in:
jules 2011-12-03 20:58:55 +00:00
parent dc78a37f46
commit 38eb7f8a5b
58 changed files with 583 additions and 164 deletions

View file

@ -23,8 +23,6 @@
==============================================================================
*/
BEGIN_JUCE_NAMESPACE
//==============================================================================
SamplerSound::SamplerSound (const String& name_,
AudioFormatReader& source,
@ -236,5 +234,3 @@ void SamplerVoice::renderNextBlock (AudioSampleBuffer& outputBuffer, int startSa
}
}
}
END_JUCE_NAMESPACE