diff --git a/Halovision/Halovision.csproj b/Halovision/Halovision.csproj index 689a7ba..e14da7c 100644 --- a/Halovision/Halovision.csproj +++ b/Halovision/Halovision.csproj @@ -268,6 +268,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Always diff --git a/Halovision/PluginHandler.cs b/Halovision/PluginHandler.cs index 1a9b8ef..51a764c 100644 --- a/Halovision/PluginHandler.cs +++ b/Halovision/PluginHandler.cs @@ -44,7 +44,7 @@ private static void VisionForm_ValueChanged(int value) { Readings.Add(value); - if (Readings.Count > 8) Readings.RemoveAt(0); + if (Readings.Count > 10) Readings.RemoveAt(0); if (VisionChanged != null) { @@ -84,7 +84,7 @@ public static void Dispose() public static int GetVision() { - int value = Readings.Sum() / Readings.Count; + int value = Readings.Sum() / (Readings.Count / 2); if (value > 999) return 999; return value; } @@ -310,7 +310,7 @@ private void Auralize(double frequency) Gain = 0.1, Frequency = 256 + frequency, Type = SignalGeneratorType.Sin - }.Take(TimeSpan.FromMilliseconds(256)); + }.Take(TimeSpan.FromMilliseconds(128)); var waveOutEvent = new WaveOutEvent(); waveOutEvent.Pause(); diff --git a/Halovision/Properties/AssemblyInfo.cs b/Halovision/Properties/AssemblyInfo.cs index 4952a19..9ffb00e 100644 --- a/Halovision/Properties/AssemblyInfo.cs +++ b/Halovision/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.7.0")] -[assembly: AssemblyFileVersion("1.1.7.0")] +[assembly: AssemblyVersion("1.1.8.0")] +[assembly: AssemblyFileVersion("1.1.8.0")] diff --git a/Halovision/Properties/Resources.Designer.cs b/Halovision/Properties/Resources.Designer.cs index 73009b1..81ff7f4 100644 --- a/Halovision/Properties/Resources.Designer.cs +++ b/Halovision/Properties/Resources.Designer.cs @@ -60,6 +60,46 @@ internal class Resources { } } + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] a { + get { + object obj = ResourceManager.GetObject("a", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] b { + get { + object obj = ResourceManager.GetObject("b", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] c { + get { + object obj = ResourceManager.GetObject("c", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] d { + get { + object obj = ResourceManager.GetObject("d", resourceCulture); + return ((byte[])(obj)); + } + } + /// /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// @@ -77,5 +117,225 @@ internal class Resources { return ResourceManager.GetStream("dot", resourceCulture); } } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] e { + get { + object obj = ResourceManager.GetObject("e", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] f { + get { + object obj = ResourceManager.GetObject("f", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] g { + get { + object obj = ResourceManager.GetObject("g", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] h { + get { + object obj = ResourceManager.GetObject("h", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] i { + get { + object obj = ResourceManager.GetObject("i", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] j { + get { + object obj = ResourceManager.GetObject("j", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] k { + get { + object obj = ResourceManager.GetObject("k", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] l { + get { + object obj = ResourceManager.GetObject("l", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] m { + get { + object obj = ResourceManager.GetObject("m", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] n { + get { + object obj = ResourceManager.GetObject("n", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] o { + get { + object obj = ResourceManager.GetObject("o", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] p { + get { + object obj = ResourceManager.GetObject("p", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] q { + get { + object obj = ResourceManager.GetObject("q", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] r { + get { + object obj = ResourceManager.GetObject("r", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] s { + get { + object obj = ResourceManager.GetObject("s", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] t { + get { + object obj = ResourceManager.GetObject("t", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] u { + get { + object obj = ResourceManager.GetObject("u", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] v { + get { + object obj = ResourceManager.GetObject("v", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] w { + get { + object obj = ResourceManager.GetObject("w", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] x { + get { + object obj = ResourceManager.GetObject("x", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] y { + get { + object obj = ResourceManager.GetObject("y", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] z { + get { + object obj = ResourceManager.GetObject("z", resourceCulture); + return ((byte[])(obj)); + } + } } } diff --git a/Halovision/Properties/Resources.resx b/Halovision/Properties/Resources.resx index 5b2ea3b..7179d70 100644 --- a/Halovision/Properties/Resources.resx +++ b/Halovision/Properties/Resources.resx @@ -118,10 +118,88 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ..\Resources\a.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\b.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\c.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\d.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + ..\Resources\dash.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ..\Resources\dot.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ..\Resources\e.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\f.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\g.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\h.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\i.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\j.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\k.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\l.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\m.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\n.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\o.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\p.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\q.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\r.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\s.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\t.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\u.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\v.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\w.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\x.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\y.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\z.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/Halovision/Resources/a.mp3 b/Halovision/Resources/a.mp3 new file mode 100644 index 0000000..53f8ab4 Binary files /dev/null and b/Halovision/Resources/a.mp3 differ diff --git a/Halovision/Resources/b.mp3 b/Halovision/Resources/b.mp3 new file mode 100644 index 0000000..98e85b0 Binary files /dev/null and b/Halovision/Resources/b.mp3 differ diff --git a/Halovision/Resources/c.mp3 b/Halovision/Resources/c.mp3 new file mode 100644 index 0000000..87c52aa Binary files /dev/null and b/Halovision/Resources/c.mp3 differ diff --git a/Halovision/Resources/d.mp3 b/Halovision/Resources/d.mp3 new file mode 100644 index 0000000..5b42708 Binary files /dev/null and b/Halovision/Resources/d.mp3 differ diff --git a/Halovision/Resources/e.mp3 b/Halovision/Resources/e.mp3 new file mode 100644 index 0000000..40b531f Binary files /dev/null and b/Halovision/Resources/e.mp3 differ diff --git a/Halovision/Resources/f.mp3 b/Halovision/Resources/f.mp3 new file mode 100644 index 0000000..f0c4170 Binary files /dev/null and b/Halovision/Resources/f.mp3 differ diff --git a/Halovision/Resources/g.mp3 b/Halovision/Resources/g.mp3 new file mode 100644 index 0000000..fdea30d Binary files /dev/null and b/Halovision/Resources/g.mp3 differ diff --git a/Halovision/Resources/h.mp3 b/Halovision/Resources/h.mp3 new file mode 100644 index 0000000..49aa61f Binary files /dev/null and b/Halovision/Resources/h.mp3 differ diff --git a/Halovision/Resources/i.mp3 b/Halovision/Resources/i.mp3 new file mode 100644 index 0000000..ba5b814 Binary files /dev/null and b/Halovision/Resources/i.mp3 differ diff --git a/Halovision/Resources/j.mp3 b/Halovision/Resources/j.mp3 new file mode 100644 index 0000000..7c245cd Binary files /dev/null and b/Halovision/Resources/j.mp3 differ diff --git a/Halovision/Resources/k.mp3 b/Halovision/Resources/k.mp3 new file mode 100644 index 0000000..00a84ca Binary files /dev/null and b/Halovision/Resources/k.mp3 differ diff --git a/Halovision/Resources/l.mp3 b/Halovision/Resources/l.mp3 new file mode 100644 index 0000000..ea65bfa Binary files /dev/null and b/Halovision/Resources/l.mp3 differ diff --git a/Halovision/Resources/m.mp3 b/Halovision/Resources/m.mp3 new file mode 100644 index 0000000..36c9a39 Binary files /dev/null and b/Halovision/Resources/m.mp3 differ diff --git a/Halovision/Resources/n.mp3 b/Halovision/Resources/n.mp3 new file mode 100644 index 0000000..4839b0e Binary files /dev/null and b/Halovision/Resources/n.mp3 differ diff --git a/Halovision/Resources/o.mp3 b/Halovision/Resources/o.mp3 new file mode 100644 index 0000000..8961675 Binary files /dev/null and b/Halovision/Resources/o.mp3 differ diff --git a/Halovision/Resources/p.mp3 b/Halovision/Resources/p.mp3 new file mode 100644 index 0000000..61454c3 Binary files /dev/null and b/Halovision/Resources/p.mp3 differ diff --git a/Halovision/Resources/q.mp3 b/Halovision/Resources/q.mp3 new file mode 100644 index 0000000..d6bcc29 Binary files /dev/null and b/Halovision/Resources/q.mp3 differ diff --git a/Halovision/Resources/r.mp3 b/Halovision/Resources/r.mp3 new file mode 100644 index 0000000..8ddb79c Binary files /dev/null and b/Halovision/Resources/r.mp3 differ diff --git a/Halovision/Resources/s.mp3 b/Halovision/Resources/s.mp3 new file mode 100644 index 0000000..e9c85ec Binary files /dev/null and b/Halovision/Resources/s.mp3 differ diff --git a/Halovision/Resources/t.mp3 b/Halovision/Resources/t.mp3 new file mode 100644 index 0000000..ccfe18a Binary files /dev/null and b/Halovision/Resources/t.mp3 differ diff --git a/Halovision/Resources/u.mp3 b/Halovision/Resources/u.mp3 new file mode 100644 index 0000000..fa78c82 Binary files /dev/null and b/Halovision/Resources/u.mp3 differ diff --git a/Halovision/Resources/v.mp3 b/Halovision/Resources/v.mp3 new file mode 100644 index 0000000..3d690bb Binary files /dev/null and b/Halovision/Resources/v.mp3 differ diff --git a/Halovision/Resources/w.mp3 b/Halovision/Resources/w.mp3 new file mode 100644 index 0000000..1142fe0 Binary files /dev/null and b/Halovision/Resources/w.mp3 differ diff --git a/Halovision/Resources/x.mp3 b/Halovision/Resources/x.mp3 new file mode 100644 index 0000000..20a9114 Binary files /dev/null and b/Halovision/Resources/x.mp3 differ diff --git a/Halovision/Resources/y.mp3 b/Halovision/Resources/y.mp3 new file mode 100644 index 0000000..27449a4 Binary files /dev/null and b/Halovision/Resources/y.mp3 differ diff --git a/Halovision/Resources/z.mp3 b/Halovision/Resources/z.mp3 new file mode 100644 index 0000000..f4c7d3b Binary files /dev/null and b/Halovision/Resources/z.mp3 differ diff --git a/Halovision/TCMP.cs b/Halovision/TCMP.cs index 7ca47cb..79bcde4 100644 --- a/Halovision/TCMP.cs +++ b/Halovision/TCMP.cs @@ -1,6 +1,8 @@ using lucidcode.LucidScribe.TCMP; +using NAudio.Wave; using System; using System.Collections.Generic; +using System.IO; using System.Linq; using System.Media; using System.Windows.Forms; @@ -217,11 +219,21 @@ public override double Value { var myValue = Code.First(x => x.Value == signal); Morse = myValue.Key.ToString(); - SendKeys.Send(myValue.Key.ToString()); + var letter = myValue.Key.ToString(); + SendKeys.Send(letter); signal = ""; history.Clear(); SpaceSent = false; TicksSinceSpace = 0; + + if (Device.Auralize) + { + MemoryStream mp3file = GetResourceStream(letter); + Mp3FileReader mp3reader = new Mp3FileReader(mp3file); + var waveOut = new WaveOutEvent(); + waveOut.Init(mp3reader); + waveOut.Play(); + } } } catch (Exception ex) @@ -237,6 +249,40 @@ public override double Value } } + private MemoryStream GetResourceStream(String letter) + { + switch (letter.ToLower()) + { + case "a": return new MemoryStream(Properties.Resources.a); + case "b": return new MemoryStream(Properties.Resources.b); + case "c": return new MemoryStream(Properties.Resources.c); + case "d": return new MemoryStream(Properties.Resources.d); + case "e": return new MemoryStream(Properties.Resources.e); + case "f": return new MemoryStream(Properties.Resources.f); + case "g": return new MemoryStream(Properties.Resources.g); + case "h": return new MemoryStream(Properties.Resources.h); + case "i": return new MemoryStream(Properties.Resources.i); + case "j": return new MemoryStream(Properties.Resources.j); + case "k": return new MemoryStream(Properties.Resources.k); + case "l": return new MemoryStream(Properties.Resources.l); + case "m": return new MemoryStream(Properties.Resources.m); + case "n": return new MemoryStream(Properties.Resources.n); + case "o": return new MemoryStream(Properties.Resources.o); + case "p": return new MemoryStream(Properties.Resources.p); + case "q": return new MemoryStream(Properties.Resources.q); + case "r": return new MemoryStream(Properties.Resources.r); + case "s": return new MemoryStream(Properties.Resources.s); + case "t": return new MemoryStream(Properties.Resources.t); + case "u": return new MemoryStream(Properties.Resources.u); + case "v": return new MemoryStream(Properties.Resources.v); + case "w": return new MemoryStream(Properties.Resources.w); + case "x": return new MemoryStream(Properties.Resources.x); + case "y": return new MemoryStream(Properties.Resources.y); + case "z": return new MemoryStream(Properties.Resources.z); + default: return new MemoryStream(Properties.Resources.a); + } + } + string lucidcode.LucidScribe.TCMP.ITransConsciousnessPlugin.MorseCode { get diff --git a/Halovision/VisionForm.designer.cs b/Halovision/VisionForm.designer.cs index 982e1dc..08f470a 100644 --- a/Halovision/VisionForm.designer.cs +++ b/Halovision/VisionForm.designer.cs @@ -177,6 +177,7 @@ private void InitializeComponent() // // cmbDevices // + this.cmbDevices.AccessibleName = "Device"; this.cmbDevices.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbDevices.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; @@ -331,6 +332,7 @@ private void InitializeComponent() // // dotThresholdInput // + this.dotThresholdInput.AccessibleName = "Dot Threshold"; this.dotThresholdInput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.dotThresholdInput.Location = new System.Drawing.Point(361, 192); this.dotThresholdInput.Maximum = new decimal(new int[] { @@ -355,6 +357,7 @@ private void InitializeComponent() // // dashThresholdInput // + this.dashThresholdInput.AccessibleName = "Dash Threshold"; this.dashThresholdInput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.dashThresholdInput.Location = new System.Drawing.Point(534, 192); this.dashThresholdInput.Maximum = new decimal(new int[] { @@ -406,6 +409,7 @@ private void InitializeComponent() // // cmbClassifier // + this.cmbClassifier.AccessibleName = "Classifier"; this.cmbClassifier.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbClassifier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; @@ -418,6 +422,7 @@ private void InitializeComponent() // // idleTicksInput // + this.idleTicksInput.AccessibleName = "Idle Ticks"; this.idleTicksInput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.idleTicksInput.Location = new System.Drawing.Point(534, 165); this.idleTicksInput.Maximum = new decimal(new int[] { @@ -458,6 +463,7 @@ private void InitializeComponent() // // eyeMoveMaxInput // + this.eyeMoveMaxInput.AccessibleName = "Eye Move Maximum"; this.eyeMoveMaxInput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.eyeMoveMaxInput.Location = new System.Drawing.Point(534, 111); this.eyeMoveMaxInput.Maximum = new decimal(new int[] { @@ -482,6 +488,7 @@ private void InitializeComponent() // // eyeMoveMinInput // + this.eyeMoveMinInput.AccessibleName = "Eye Move Minimum"; this.eyeMoveMinInput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.eyeMoveMinInput.Location = new System.Drawing.Point(361, 111); this.eyeMoveMinInput.Maximum = new decimal(new int[] { @@ -523,6 +530,7 @@ private void InitializeComponent() // // tossHalfLifeInput // + this.tossHalfLifeInput.AccessibleName = "Toss Half-life"; this.tossHalfLifeInput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.tossHalfLifeInput.Location = new System.Drawing.Point(534, 138); this.tossHalfLifeInput.Maximum = new decimal(new int[] { @@ -547,6 +555,7 @@ private void InitializeComponent() // // tossThresholdInput // + this.tossThresholdInput.AccessibleName = "Toss Threshold"; this.tossThresholdInput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.tossThresholdInput.Location = new System.Drawing.Point(361, 138); this.tossThresholdInput.Maximum = new decimal(new int[] { @@ -598,6 +607,7 @@ private void InitializeComponent() // // cmbIgnorePercentage // + this.cmbIgnorePercentage.AccessibleName = "Ignore Percentage"; this.cmbIgnorePercentage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cmbIgnorePercentage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbIgnorePercentage.FormattingEnabled = true; @@ -721,6 +731,7 @@ private void InitializeComponent() // // cmbPixelThreshold // + this.cmbPixelThreshold.AccessibleName = "Pixel Threshold"; this.cmbPixelThreshold.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cmbPixelThreshold.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPixelThreshold.FormattingEnabled = true; @@ -988,6 +999,7 @@ private void InitializeComponent() // // cmbPixelsInARow // + this.cmbPixelsInARow.AccessibleName = "Pixels in a Row"; this.cmbPixelsInARow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cmbPixelsInARow.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPixelsInARow.FormattingEnabled = true; @@ -1032,6 +1044,7 @@ private void InitializeComponent() // // txtDeviceURL // + this.txtDeviceURL.AccessibleName = "Device URL"; this.txtDeviceURL.Enabled = false; this.txtDeviceURL.Location = new System.Drawing.Point(99, 111); this.txtDeviceURL.Name = "txtDeviceURL"; @@ -1072,6 +1085,7 @@ private void InitializeComponent() // // cmbSensitivity // + this.cmbSensitivity.AccessibleName = "Amplification"; this.cmbSensitivity.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cmbSensitivity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSensitivity.FormattingEnabled = true; @@ -1371,6 +1385,7 @@ private void InitializeComponent() // // cmbAlgorithm // + this.cmbAlgorithm.AccessibleName = "Algorithm"; this.cmbAlgorithm.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbAlgorithm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; @@ -1386,6 +1401,7 @@ private void InitializeComponent() // // label7 // + this.label7.AccessibleDescription = "Frame Threshold"; this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label7.ForeColor = System.Drawing.Color.MidnightBlue; this.label7.Location = new System.Drawing.Point(250, 57); @@ -1397,6 +1413,7 @@ private void InitializeComponent() // // cmbFrameThreshold // + this.cmbFrameThreshold.AccessibleName = "Frame Threshold"; this.cmbFrameThreshold.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cmbFrameThreshold.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbFrameThreshold.FormattingEnabled = true; @@ -1520,6 +1537,7 @@ private void InitializeComponent() // // label1 // + this.label1.AccessibleName = "Device"; this.label1.ForeColor = System.Drawing.Color.MidnightBlue; this.label1.Location = new System.Drawing.Point(6, 29); this.label1.Name = "label1"; diff --git a/Installer/Lucid Scribe Halovision.vdproj b/Installer/Lucid Scribe Halovision.vdproj index a6f45a2..7c165c6 100644 --- a/Installer/Lucid Scribe Halovision.vdproj +++ b/Installer/Lucid Scribe Halovision.vdproj @@ -21,6 +21,12 @@ } "Entry" { + "MsmKey" = "8:_00AD2C6864105DF04AA25B44726000C6" + "OwnerKey" = "8:_395AC690E5F04358B866710FD743FFE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_013E3784E6774794AFE6A36D12CD3FCD" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -33,6 +39,36 @@ } "Entry" { + "MsmKey" = "8:_0309421C5D6508CB1FA420077EB7ED27" + "OwnerKey" = "8:_1C5DD819D1DA1E9D4DE63067184FB029" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0309421C5D6508CB1FA420077EB7ED27" + "OwnerKey" = "8:_73A4FE02BFE04CD87340C45AACCFE119" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0309421C5D6508CB1FA420077EB7ED27" + "OwnerKey" = "8:_7CAF844A90B46CFA590084673437F5B7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0309421C5D6508CB1FA420077EB7ED27" + "OwnerKey" = "8:_0F5E94D3C493660EA90FCFC20354EF9F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0309421C5D6508CB1FA420077EB7ED27" + "OwnerKey" = "8:_3B7DD81F4E708097F0231C4B3D55819D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_051F21FF1BF54C2F7406CFD57B81F689" "OwnerKey" = "8:_395AC690E5F04358B866710FD743FFE4" "MsmSig" = "8:_UNDEFINED" @@ -87,6 +123,18 @@ } "Entry" { + "MsmKey" = "8:_0F5E94D3C493660EA90FCFC20354EF9F" + "OwnerKey" = "8:_00AD2C6864105DF04AA25B44726000C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0F5E94D3C493660EA90FCFC20354EF9F" + "OwnerKey" = "8:_395AC690E5F04358B866710FD743FFE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_11193F95D0350515C40ED3E12FF82CAE" "OwnerKey" = "8:_0309421C5D6508CB1FA420077EB7ED27" "MsmSig" = "8:_UNDEFINED" @@ -219,6 +267,12 @@ } "Entry" { + "MsmKey" = "8:_1C5DD819D1DA1E9D4DE63067184FB029" + "OwnerKey" = "8:_395AC690E5F04358B866710FD743FFE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_1D62615711395A4D475CEB1354F1C4DA" "OwnerKey" = "8:_395AC690E5F04358B866710FD743FFE4" "MsmSig" = "8:_UNDEFINED" @@ -267,6 +321,24 @@ } "Entry" { + "MsmKey" = "8:_2357E062E20D2135C519BA979BCEF26D" + "OwnerKey" = "8:_395AC690E5F04358B866710FD743FFE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2357E062E20D2135C519BA979BCEF26D" + "OwnerKey" = "8:_73A4FE02BFE04CD87340C45AACCFE119" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2357E062E20D2135C519BA979BCEF26D" + "OwnerKey" = "8:_7CAF844A90B46CFA590084673437F5B7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_23717E32A2E44D6FB34248206B4ADEB0" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -447,6 +519,48 @@ } "Entry" { + "MsmKey" = "8:_3B7DD81F4E708097F0231C4B3D55819D" + "OwnerKey" = "8:_00AD2C6864105DF04AA25B44726000C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3B7DD81F4E708097F0231C4B3D55819D" + "OwnerKey" = "8:_F6FB468DB78A5D3DEFEE67A8AF431541" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3B7DD81F4E708097F0231C4B3D55819D" + "OwnerKey" = "8:_1C5DD819D1DA1E9D4DE63067184FB029" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3B7DD81F4E708097F0231C4B3D55819D" + "OwnerKey" = "8:_395AC690E5F04358B866710FD743FFE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3B7DD81F4E708097F0231C4B3D55819D" + "OwnerKey" = "8:_73A4FE02BFE04CD87340C45AACCFE119" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3B7DD81F4E708097F0231C4B3D55819D" + "OwnerKey" = "8:_7CAF844A90B46CFA590084673437F5B7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3B7DD81F4E708097F0231C4B3D55819D" + "OwnerKey" = "8:_0F5E94D3C493660EA90FCFC20354EF9F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_3B897B2016E190478F13B9736EFD3815" "OwnerKey" = "8:_395AC690E5F04358B866710FD743FFE4" "MsmSig" = "8:_UNDEFINED" @@ -549,6 +663,12 @@ } "Entry" { + "MsmKey" = "8:_476F2A159866458BDE29C4FEDF54200E" + "OwnerKey" = "8:_395AC690E5F04358B866710FD743FFE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_48F2240DCF544AA7A28ED9A13E982987" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -927,6 +1047,12 @@ } "Entry" { + "MsmKey" = "8:_73A4FE02BFE04CD87340C45AACCFE119" + "OwnerKey" = "8:_395AC690E5F04358B866710FD743FFE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_766079A27F3B5CDE23EFF335A221B337" "OwnerKey" = "8:_395AC690E5F04358B866710FD743FFE4" "MsmSig" = "8:_UNDEFINED" @@ -969,6 +1095,24 @@ } "Entry" { + "MsmKey" = "8:_7CAF844A90B46CFA590084673437F5B7" + "OwnerKey" = "8:_00AD2C6864105DF04AA25B44726000C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7CAF844A90B46CFA590084673437F5B7" + "OwnerKey" = "8:_395AC690E5F04358B866710FD743FFE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7CAF844A90B46CFA590084673437F5B7" + "OwnerKey" = "8:_F6FB468DB78A5D3DEFEE67A8AF431541" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_7D310716FADE47C9A686C183F386B51D" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -1671,6 +1815,12 @@ } "Entry" { + "MsmKey" = "8:_D4D9A343EA19181E29E71FAFA4331A7F" + "OwnerKey" = "8:_395AC690E5F04358B866710FD743FFE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_D73259940C943F4AA7FA45C80FB15D96" "OwnerKey" = "8:_395AC690E5F04358B866710FD743FFE4" "MsmSig" = "8:_UNDEFINED" @@ -1941,6 +2091,12 @@ } "Entry" { + "MsmKey" = "8:_F6FB468DB78A5D3DEFEE67A8AF431541" + "OwnerKey" = "8:_395AC690E5F04358B866710FD743FFE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_F8EB78004E0042488DC1688364AA000A" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -2008,6 +2164,36 @@ "Entry" { "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D4D9A343EA19181E29E71FAFA4331A7F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_476F2A159866458BDE29C4FEDF54200E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F6FB468DB78A5D3DEFEE67A8AF431541" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_00AD2C6864105DF04AA25B44726000C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2357E062E20D2135C519BA979BCEF26D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" "OwnerKey" = "8:_5294BB40EE33B2C3602EF328FF25AADE" "MsmSig" = "8:_UNDEFINED" } @@ -2898,6 +3084,37 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_00AD2C6864105DF04AA25B44726000C6" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:NAudio, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_00AD2C6864105DF04AA25B44726000C6" + { + "Name" = "8:NAudio.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:NAudio.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_491A001224CF4D699EA475B2FB5F2890" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_013E3784E6774794AFE6A36D12CD3FCD" { "SourcePath" = "8:..\\Halovision\\Dependencies\\libvlc\\win-x86\\plugins\\demux\\libadaptive_plugin.dll" @@ -3173,6 +3390,37 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0F5E94D3C493660EA90FCFC20354EF9F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:NAudio.Wasapi, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_0F5E94D3C493660EA90FCFC20354EF9F" + { + "Name" = "8:NAudio.Wasapi.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:NAudio.Wasapi.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_491A001224CF4D699EA475B2FB5F2890" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_11193F95D0350515C40ED3E12FF82CAE" { "AssemblyRegister" = "3:1" @@ -3672,6 +3920,37 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1C5DD819D1DA1E9D4DE63067184FB029" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:NAudio.Midi, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_1C5DD819D1DA1E9D4DE63067184FB029" + { + "Name" = "8:NAudio.Midi.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:NAudio.Midi.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_491A001224CF4D699EA475B2FB5F2890" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1D62615711395A4D475CEB1354F1C4DA" { "AssemblyRegister" = "3:1" @@ -3854,6 +4133,37 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2357E062E20D2135C519BA979BCEF26D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.Win32.Registry, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_2357E062E20D2135C519BA979BCEF26D" + { + "Name" = "8:Microsoft.Win32.Registry.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.Win32.Registry.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_491A001224CF4D699EA475B2FB5F2890" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_23717E32A2E44D6FB34248206B4ADEB0" { "SourcePath" = "8:..\\Halovision\\Dependencies\\libvlc\\win-x86\\plugins\\codec\\libdav1d_plugin.dll" @@ -4544,6 +4854,37 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3B7DD81F4E708097F0231C4B3D55819D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:NAudio.Core, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_3B7DD81F4E708097F0231C4B3D55819D" + { + "Name" = "8:NAudio.Core.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:NAudio.Core.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_491A001224CF4D699EA475B2FB5F2890" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3B897B2016E190478F13B9736EFD3815" { "AssemblyRegister" = "3:1" @@ -4961,6 +5302,37 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_476F2A159866458BDE29C4FEDF54200E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Security.AccessControl, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_476F2A159866458BDE29C4FEDF54200E" + { + "Name" = "8:System.Security.AccessControl.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Security.AccessControl.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_491A001224CF4D699EA475B2FB5F2890" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_48F2240DCF544AA7A28ED9A13E982987" { "SourcePath" = "8:..\\Halovision\\Dependencies\\libvlc\\win-x86\\plugins\\demux\\libdemux_stl_plugin.dll" @@ -6425,6 +6797,37 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_73A4FE02BFE04CD87340C45AACCFE119" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:NAudio.Asio, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_73A4FE02BFE04CD87340C45AACCFE119" + { + "Name" = "8:NAudio.Asio.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:NAudio.Asio.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_491A001224CF4D699EA475B2FB5F2890" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_766079A27F3B5CDE23EFF335A221B337" { "AssemblyRegister" = "3:1" @@ -6620,6 +7023,37 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7CAF844A90B46CFA590084673437F5B7" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:NAudio.WinMM, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_7CAF844A90B46CFA590084673437F5B7" + { + "Name" = "8:NAudio.WinMM.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:NAudio.WinMM.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_491A001224CF4D699EA475B2FB5F2890" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7D310716FADE47C9A686C183F386B51D" { "SourcePath" = "8:..\\Halovision\\Dependencies\\libvlc\\win-x86\\plugins\\packetizer\\libpacketizer_av1_plugin.dll" @@ -9311,6 +9745,37 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D4D9A343EA19181E29E71FAFA4331A7F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Security.Principal.Windows, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_D4D9A343EA19181E29E71FAFA4331A7F" + { + "Name" = "8:System.Security.Principal.Windows.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Security.Principal.Windows.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_491A001224CF4D699EA475B2FB5F2890" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D73259940C943F4AA7FA45C80FB15D96" { "AssemblyRegister" = "3:1" @@ -10402,6 +10867,37 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F6FB468DB78A5D3DEFEE67A8AF431541" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:NAudio.WinForms, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_F6FB468DB78A5D3DEFEE67A8AF431541" + { + "Name" = "8:NAudio.WinForms.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:NAudio.WinForms.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_491A001224CF4D699EA475B2FB5F2890" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F8EB78004E0042488DC1688364AA000A" { "SourcePath" = "8:..\\Halovision\\Dependencies\\libvlc\\win-x86\\plugins\\access\\libscreen_plugin.dll" @@ -10856,15 +11352,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Lucid Scribe Halovision" - "ProductCode" = "8:{FCF5ED54-C369-448F-A2D6-782AF1035F52}" - "PackageCode" = "8:{07E5B406-9260-4E65-A99C-60379EA87339}" + "ProductCode" = "8:{9E49B432-B9CA-432A-9FD1-7FACB5552DD1}" + "PackageCode" = "8:{BEB4A94C-DC33-4FB6-8836-86E866099937}" "UpgradeCode" = "8:{CAAB2187-AD23-435C-A3DB-568744247625}" "AspNetVersion" = "8:4.0.30319.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:TRUE" - "ProductVersion" = "8:1.1.7" + "ProductVersion" = "8:1.1.8" "Manufacturer" = "8:lucidcode" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:http://www.lucidcode.com/Contact"