From eaac345427afcc15de00a0fd0316184072b6ae22 Mon Sep 17 00:00:00 2001 From: Rolando Islas Date: Thu, 31 Dec 2015 22:50:17 -0700 Subject: [PATCH] Prepare for version 1.1.0 --- LightHost.jucer | 6 +++--- Source/IconMenu.cpp | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/LightHost.jucer b/LightHost.jucer index b44cc5e..92a45b6 100644 --- a/LightHost.jucer +++ b/LightHost.jucer @@ -1,6 +1,6 @@ - + smallIcon="pmwje3" bigIcon="kxxp8K" userNotes="Place ASIO SDK headers in juce folder."> @@ -88,7 +88,7 @@ JUCE_QUICKTIME="disabled" JUCE_USE_FLAC="disabled" JUCE_USE_OGGVORBIS="disabled" JUCE_USE_CDBURNER="disabled" JUCE_USE_CDREADER="disabled" JUCE_USE_CAMERA="disabled" JUCE_PLUGINHOST_VST="enabled" JUCE_PLUGINHOST_AU="enabled" JUCE_WEB_BROWSER="disabled" - JUCE_PLUGINHOST_VST3="enabled"/> + JUCE_PLUGINHOST_VST3="enabled" JUCE_ASIO="enabled"/> diff --git a/Source/IconMenu.cpp b/Source/IconMenu.cpp index 7f86dea..52c5906 100644 --- a/Source/IconMenu.cpp +++ b/Source/IconMenu.cpp @@ -238,7 +238,6 @@ void IconMenu::timerCallback() iconLocation.x = 0; iconLocation.y = 0; GetCursorPos(&iconLocation); - std::cout << ""; x = iconLocation.x; y = iconLocation.y; }