Skip to content

Commit

Permalink
Change version to v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pixtur committed Aug 23, 2023
1 parent 5fa337a commit 619f07d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Editor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static class Program
public static Device Device { get; private set; }

public static readonly bool IsStandAlone = File.Exists("StartT3.exe");
public const string Version = "3.7.0";
public const string Version = "3.7.1";

/// <summary>
/// Generate a release string with
Expand Down
3 changes: 2 additions & 1 deletion Operators/Utils/MidiInConnectionManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ public static void UnregisterConsumer(IMidiConsumer consumer)
}

public static void Rescan()
{ CloseMidiDevices();
{
CloseMidiDevices();
ScanAndRegisterToMidiDevices(logInformation: true);
}

Expand Down

0 comments on commit 619f07d

Please sign in to comment.