Skip to content

Commit

Permalink
Fixes for DMXC3.1.1
Browse files Browse the repository at this point in the history
Martin, please Build it and Commit a new packed Plugin
  • Loading branch information
Grote authored and Grote committed Nov 2, 2017
1 parent b80131b commit 48110c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MidiPlugin.Rules/MidiPlugin.Rules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MidiPlugin.Rules</RootNamespace>
<AssemblyName>MidiPlugin.Rules</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion MidiPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<AssemblyName>MidiPlugin</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<WarningLevel>4</WarningLevel>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
Expand Down
4 changes: 2 additions & 2 deletions MidiPlugin/Utilities/ExecutorWindowHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@ internal void RegisterSettings()
{
settings.registerGuiSetting(new SettingsMetadata(ESettingsRegisterType.APPLICATION, "Executor", null, "Dynamic Executor " + (i + 1) + ": Tolerance", "MPL.EXECFG" + i, "", null)
{
MinDouble = 0,
MaxDouble = 1
Min = 0,
Max = 1
}, dynExecutors[i].Tolerance);
}

Expand Down

0 comments on commit 48110c5

Please sign in to comment.