Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Source/jmde/csurf/csurf_us2400.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1772,9 +1772,9 @@ class CSurf_US2400 : public IReaperControlSurface
hlp_mstfdr_str[2] = WDL_String("Master Volume -> - inf dB"); // f
hlp_mstfdr_str[3] = WDL_String("Master Volume"); // m

hlp_chan_str[0] = WDL_String("Enter Channnel Strip Mode"); // pan
hlp_chan_str[1] = WDL_String("Exit Channnel Strip Mode (Enter Pan Mode)"); // chan
hlp_chan_str[2] = WDL_String("Enter Channnel Strip Mode"); // aux
hlp_chan_str[0] = WDL_String("Enter Channel Strip Mode"); // pan
hlp_chan_str[1] = WDL_String("Exit Channel Strip Mode (Enter Pan Mode)"); // chan
hlp_chan_str[2] = WDL_String("Enter Channel Strip Mode"); // aux

hlp_fkey_str[0] = WDL_String(""); // _
hlp_fkey_str[1] = WDL_String("Open / Close Scribble Strip"); // sh
Expand Down
12 changes: 6 additions & 6 deletions Source/jmde/csurf/reaper_csurf.vcxproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
Expand All @@ -22,32 +22,32 @@
<ProjectName>reaper_csurf_us2400</ProjectName>
<ProjectGuid>{8EB9E856-0E52-4346-9808-099275AC9C79}</ProjectGuid>
<RootNamespace>reaper_csurf_us2400</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down