|
From: <pst...@us...> - 2008-12-30 22:55:14
|
Revision: 663
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=663&view=rev
Author: pstieber
Date: 2008-12-30 22:55:10 +0000 (Tue, 30 Dec 2008)
Log Message:
-----------
Made a cosmetic change in a comment.
Modified Paths:
--------------
trunk/jazz/src/mswin/WindowsPlayer.cpp
Modified: trunk/jazz/src/mswin/WindowsPlayer.cpp
===================================================================
--- trunk/jazz/src/mswin/WindowsPlayer.cpp 2008-12-30 22:54:27 UTC (rev 662)
+++ trunk/jazz/src/mswin/WindowsPlayer.cpp 2008-12-30 22:55:10 UTC (rev 663)
@@ -1001,7 +1001,11 @@
{
vector<pair<string, int> > MidiDevices;
- // select input device
+ //=========================
+ // Select the input device.
+ //=========================
+
+ // Get a list of the available input devices.
UINT i;
UINT InputMidiDeviceCount = midiInGetNumDevs();
for (i = 0; i < InputMidiDeviceCount; ++i)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|