Description: Fix inability to call Moog Voyager Blue Ice, Prophet-52, Pro-1 and YAMAHA DX
Forwarded: No
Author: Takashi Sakamoto
Reviewed-By: Daniel T Chen <crimsun@ubuntu.com>
Origin: Takashi Sakamoto, https://bugs.launchpad.net/ubuntu/+source/monobristol/+bug/820276/+attachment/2251490/+files/03_attach_events
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/monobristol/+bug/820276
Last-Update: 2011-08-03

Index: monobristol-0.60.3/gtk-gui/MainWindow.cs
===================================================================
--- monobristol-0.60.3.orig/gtk-gui/MainWindow.cs	2011-08-03 19:27:50.972914988 +0900
+++ monobristol-0.60.3/gtk-gui/MainWindow.cs	2011-08-03 19:28:53.464133739 +0900
@@ -2382,6 +2382,8 @@
 		this.brhode73.Pressed += new global::System.EventHandler (this.OnBrhode73Pressed);
 		this.bpro5.Pressed += new global::System.EventHandler (this.OnBpro5Pressed);
 		this.bpro10.Pressed += new global::System.EventHandler (this.OnBpro10Pressed);
+		this.bpro52.Pressed += new global::System.EventHandler (this.OnBpro52Pressed);
+		this.bpro1.Pressed += new global::System.EventHandler (this.OnBpro1Pressed);
 		this.bpolysix.Pressed += new global::System.EventHandler (this.OnBpolysixPressed);
 		this.bpoly800.Pressed += new global::System.EventHandler (this.OnBpoly800Pressed);
 		this.body.Pressed += new global::System.EventHandler (this.OnBodyPressed);
@@ -2389,6 +2391,7 @@
 		this.bobx.Pressed += new global::System.EventHandler (this.OnBobxPressed);
 		this.bms20.Pressed += new global::System.EventHandler (this.OnBms20Pressed);
 		this.bmoogvoyager.Pressed += new global::System.EventHandler (this.OnBmoogvoyagerPressed);
+		this.bvoyblue.Pressed += new global::System.EventHandler (this.OnBvoybluePressed);
 		this.bmoogreal.Pressed += new global::System.EventHandler (this.OnBmoogrealPressed);
 		this.bmoogmini.Pressed += new global::System.EventHandler (this.OnBmoogminiPressed);
 		this.bmoogmemo.Pressed += new global::System.EventHandler (this.OnBmoogmemoPressed);
@@ -2397,6 +2400,7 @@
 		this.bmixer.Pressed += new global::System.EventHandler (this.OnBmixerPressed);
 		this.bjupiter8.Pressed += new global::System.EventHandler (this.OnBjupiter8Pressed);
 		this.bjuno6.Pressed += new global::System.EventHandler (this.OnBjuno6Pressed);
+		this.bydx.Pressed += new global::System.EventHandler (this.OnBydxPressed);
 		this.bcs80.Pressed += new global::System.EventHandler (this.OnBcs80Pressed);
 		this.bcon300.Pressed += new global::System.EventHandler (this.OnBcon300Pressed);
 		this.bbme700.Pressed += new global::System.EventHandler (this.OnBbme700Pressed);
