Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
rsjaffe committed Feb 2, 2016
2 parents 980baa6 + 88c82c1 commit 4fd3cf6
Show file tree
Hide file tree
Showing 60 changed files with 8,873 additions and 1,807 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -265,3 +265,4 @@ Source/LRPlugin/MIDI2LR.lrplugin/untitled.lua
Source/LRPlugin/MIDI2LR.lrplugin/test.lua

/DoxyGen/html
Source/LRPlugin/MIDI2LR.lrplugin/Documentation.txt
Binary file modified Builds/MacOSX/Icon.icns
Binary file not shown.
4 changes: 2 additions & 2 deletions Builds/MacOSX/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>0.9.4</string>
<string>0.9.5</string>
<key>CFBundleVersion</key>
<string>0.9.4</string>
<string>0.9.5</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>
Expand Down
34 changes: 23 additions & 11 deletions Builds/MacOSX/MIDI2LR.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions Builds/VisualStudio2015/MIDI2LR.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<Optimization>Disabled</Optimization>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=0.9.4;JUCE_APP_VERSION_HEX=0x904;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=0.9.5;JUCE_APP_VERSION_HEX=0x905;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>
Expand Down Expand Up @@ -97,7 +97,7 @@
<ClCompile>
<Optimization>Full</Optimization>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=0.9.4;JUCE_APP_VERSION_HEX=0x904;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=0.9.5;JUCE_APP_VERSION_HEX=0x905;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>
Expand Down Expand Up @@ -142,10 +142,12 @@
<ClCompile Include="..\..\Source\MainWindow.cpp"/>
<ClCompile Include="..\..\Source\MIDIProcessor.cpp"/>
<ClCompile Include="..\..\Source\MIDISender.cpp"/>
<ClCompile Include="..\..\Source\Pattern\Observer.cpp"/>
<ClCompile Include="..\..\Source\ProfileManager.cpp"/>
<ClCompile Include="..\..\Source\ResizableLayout.cpp"/>
<ClCompile Include="..\..\Source\SettingsComponent.cpp"/>
<ClCompile Include="..\..\Source\SettingsManager.cpp"/>
<ClCompile Include="..\..\Source\Pattern\Subject.cpp"/>
<ClCompile Include="..\..\Source\VersionChecker.cpp"/>
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_audio_basics\buffers\juce_AudioDataConverters.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
Expand Down Expand Up @@ -1200,10 +1202,12 @@
<ClInclude Include="..\..\Source\MainWindow.h"/>
<ClInclude Include="..\..\Source\MIDIProcessor.h"/>
<ClInclude Include="..\..\Source\MIDISender.h"/>
<ClInclude Include="..\..\Source\Pattern\Observer.h"/>
<ClInclude Include="..\..\Source\ProfileManager.h"/>
<ClInclude Include="..\..\Source\ResizableLayout.h"/>
<ClInclude Include="..\..\Source\SettingsComponent.h"/>
<ClInclude Include="..\..\Source\SettingsManager.h"/>
<ClInclude Include="..\..\Source\Pattern\Subject.h"/>
<ClInclude Include="..\..\Source\Tools.h"/>
<ClInclude Include="..\..\Source\VersionChecker.h"/>
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_audio_basics\buffers\juce_AudioDataConverters.h"/>
Expand Down
12 changes: 12 additions & 0 deletions Builds/VisualStudio2015/MIDI2LR.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@
<ClCompile Include="..\..\Source\MIDISender.cpp">
<Filter>MIDI2LR\Source</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\Pattern\Observer.cpp">
<Filter>MIDI2LR\Source</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ProfileManager.cpp">
<Filter>MIDI2LR\Source</Filter>
</ClCompile>
Expand All @@ -304,6 +307,9 @@
<ClCompile Include="..\..\Source\SettingsManager.cpp">
<Filter>MIDI2LR\Source</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\Pattern\Subject.cpp">
<Filter>MIDI2LR\Source</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\VersionChecker.cpp">
<Filter>MIDI2LR\Source</Filter>
</ClCompile>
Expand Down Expand Up @@ -1470,6 +1476,9 @@
<ClInclude Include="..\..\Source\MIDISender.h">
<Filter>MIDI2LR\Source</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\Pattern\Observer.h">
<Filter>MIDI2LR\Source</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ProfileManager.h">
<Filter>MIDI2LR\Source</Filter>
</ClInclude>
Expand All @@ -1482,6 +1491,9 @@
<ClInclude Include="..\..\Source\SettingsManager.h">
<Filter>MIDI2LR\Source</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\Pattern\Subject.h">
<Filter>MIDI2LR\Source</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\Tools.h">
<Filter>MIDI2LR\Source</Filter>
</ClInclude>
Expand Down
Binary file modified Builds/VisualStudio2015/icon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions Builds/VisualStudio2015/resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,4,0
FILEVERSION 0,9,5,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileDescription", "MIDI2LR\0"
VALUE "FileVersion", "0.9.4\0"
VALUE "FileVersion", "0.9.5\0"
VALUE "ProductName", "MIDI2LR\0"
VALUE "ProductVersion", "0.9.4\0"
VALUE "ProductVersion", "0.9.5\0"
END
END

Expand Down
Loading

0 comments on commit 4fd3cf6

Please sign in to comment.