mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-09 04:30:09 +00:00
Minor tweaks to MidiMessage, Label. Removed some intel compiler warnings.
This commit is contained in:
parent
7bfa419f17
commit
0a9cbd36c4
24 changed files with 207 additions and 240 deletions
|
|
@ -801,16 +801,16 @@ public:
|
|||
const int inputDeviceIndex_)
|
||||
: AudioIODevice (deviceName, "DirectSound"),
|
||||
Thread ("Juce DSound"),
|
||||
isOpen_ (false),
|
||||
isStarted (false),
|
||||
outputDeviceIndex (outputDeviceIndex_),
|
||||
inputDeviceIndex (inputDeviceIndex_),
|
||||
isOpen_ (false),
|
||||
isStarted (false),
|
||||
bufferSizeSamples (0),
|
||||
totalSamplesOut (0),
|
||||
sampleRate (0.0),
|
||||
inputBuffers (1, 1),
|
||||
outputBuffers (1, 1),
|
||||
callback (0),
|
||||
bufferSizeSamples (0)
|
||||
callback (0)
|
||||
{
|
||||
if (outputDeviceIndex_ >= 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue