Skip to content

Commit

Permalink
Fixed #18 MIDI Output shown instead
Browse files Browse the repository at this point in the history
Removed outdated VS2015 files
  • Loading branch information
gbevin committed Jan 18, 2023
1 parent 4f0cacb commit 762b667
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 5,618 deletions.
21 changes: 0 additions & 21 deletions Builds/VisualStudio2015/receivemidi.sln

This file was deleted.

872 changes: 0 additions & 872 deletions Builds/VisualStudio2015/receivemidi.vcxproj

This file was deleted.

1,362 changes: 0 additions & 1,362 deletions Builds/VisualStudio2015/receivemidi.vcxproj.filters

This file was deleted.

1,276 changes: 0 additions & 1,276 deletions Builds/VisualStudio2015/receivemidi_ConsoleApp.vcxproj

This file was deleted.

2,054 changes: 0 additions & 2,054 deletions Builds/VisualStudio2015/receivemidi_ConsoleApp.vcxproj.filters

This file was deleted.

32 changes: 0 additions & 32 deletions Builds/VisualStudio2015/resources.rc

This file was deleted.

2 changes: 1 addition & 1 deletion Source/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ class receiveMidiApplication : public JUCEApplicationBase, public MidiInputCall
case NONE:
break;
case LIST:
for (auto&& device : MidiOutput::getAvailableDevices())
for (auto&& device : MidiInput::getAvailableDevices())
{
std::cout << device.name << std::endl;
}
Expand Down

0 comments on commit 762b667

Please sign in to comment.