From 220643cef4007122846f22dcb4a475ba211e49ff Mon Sep 17 00:00:00 2001 From: Philip Schell Date: Thu, 6 Feb 2020 14:59:54 +0100 Subject: [PATCH] Farben... --- MidiTest/MainWindow.xaml | 181 ++++++++++++++++++++++++++++++++---- MidiTest/MainWindow.xaml.cs | 4 + 2 files changed, 167 insertions(+), 18 deletions(-) diff --git a/MidiTest/MainWindow.xaml b/MidiTest/MainWindow.xaml index 88568a7..c7748bc 100644 --- a/MidiTest/MainWindow.xaml +++ b/MidiTest/MainWindow.xaml @@ -7,28 +7,173 @@ mc:Ignorable="d" Title="MainWindow" Height="443" Width="497"> - diff --git a/MidiTest/MainWindow.xaml.cs b/MidiTest/MainWindow.xaml.cs index 151286f..3d79719 100644 --- a/MidiTest/MainWindow.xaml.cs +++ b/MidiTest/MainWindow.xaml.cs @@ -32,5 +32,9 @@ namespace MidiTest { outp.Send(new Byte[] { 146, 88, 81 }, 0, 3, 0); } + + private void ShowPopup(Object sender, System.Windows.Input.MouseButtonEventArgs e) { + + } } }