From 9145071e23f29aae5db7174a35404a54fe332012 Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Sun, 1 Jul 2018 18:38:51 -0500 Subject: [PATCH] Migrated to Gu.WPF.Media Using Gu.WPF.Media control for enhanced playback. See: https://github.com/JohanLarsson/Gu.Wpf.Media --- butterflow-ui/MainWindow.xaml | 16 ++++++++++++++-- butterflow-ui/MainWindow.xaml.cs | 28 +++++++++++++++------------- butterflow-ui/butterflow-ui.csproj | 3 +++ butterflow-ui/packages.config | 1 + 4 files changed, 33 insertions(+), 15 deletions(-) diff --git a/butterflow-ui/MainWindow.xaml b/butterflow-ui/MainWindow.xaml index df8c327..c740cc6 100644 --- a/butterflow-ui/MainWindow.xaml +++ b/butterflow-ui/MainWindow.xaml @@ -3,6 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:gu="https://github.com/JohanLarsson/Gu.Wpf.Media" xmlns:loc="clr-namespace:butterflow_ui.Localization" xmlns:butterflow_ui="clr-namespace:butterflow_ui" mc:Ignorable="d" @@ -143,8 +144,19 @@ - - + + + + + + + +