<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -152,7 +152,7 @@
  			 stylesheetfile=&quot;resources/stylesheet.css&quot;
  			 doctitle=&quot;Javadocs: ${libraryName}&quot;
  			 public=&quot;true&quot; version=&quot;false&quot;
- 			 windowtitle=&quot;Javadocs: ${libraryName}&quot;&gt;
+ 			 windowtitle=&quot;Javadocs: ${libraryName}&quot; classpath=&quot;${libraryClasspath}/core.jar&quot;&gt;
   		&lt;classpath&gt;
   			&lt;path location=&quot;${libraryClasspath}/core.jar&quot;/&gt;
   			&lt;path location=&quot;${libraryClasspath}/libraries/rwmidi/library/rwmidi.jar&quot;/&gt;</diff>
      <filename>resources/build.xml</filename>
    </modified>
    <modified>
      <diff>@@ -4,6 +4,8 @@ import java.lang.reflect.InvocationTargetException;
 import java.lang.reflect.Method;
 import java.util.ArrayList;
 
+import processing.core.PApplet;
+
 public class Button extends KorgControl{
 	public static final String UPDATED = &quot;updated&quot;;
 
@@ -33,15 +35,9 @@ public class Button extends KorgControl{
 			CallBack handler =  handlers.get(i);
 			try {
 				handler.invoke();
-			} catch (IllegalArgumentException e) {
-				// TODO Auto-generated catch block
-				e.printStackTrace();
-			} catch (IllegalAccessException e) {
-				// TODO Auto-generated catch block
-				e.printStackTrace();
-			} catch (InvocationTargetException e) {
+			} catch (Exception e) {
 				// TODO Auto-generated catch block
-				e.printStackTrace();
+				PApplet.println(&quot;error in pad - dispatchTo() for handler &quot; + handler);
 			}
 		}
 </diff>
      <filename>src/microkontrol/controls/Button.java</filename>
    </modified>
    <modified>
      <diff>@@ -18,11 +18,11 @@
 &lt;/head&gt;
 &lt;body&gt;
 	&lt;div id=&quot;container&quot;&gt;
-	
+
 		&lt;div id=&quot;header&quot;&gt;
 			&lt;h1&gt;##yourLibrary##&lt;/h1&gt;
 		&lt;/div&gt;
-		
+
 		&lt;div id=&quot;menu&quot; class=&quot;clear&quot;&gt;
 			&lt;ul&gt;
 				&lt;li&gt;&lt;a href=&quot;#about&quot;&gt;About&lt;/a&gt; \ &lt;/li&gt;
@@ -30,45 +30,45 @@
 				&lt;li&gt;&lt;a href=&quot;#download&quot;&gt;Installation&lt;/a&gt; \ &lt;/li&gt;
 				&lt;li&gt;&lt;a href=&quot;#examples&quot;&gt;Examples&lt;/a&gt; \ &lt;/li&gt;
 				&lt;li&gt;&lt;a href=&quot;./reference/index.html&quot; target=&quot;_blank&quot;&gt;Reference&lt;/a&gt;&lt;/li&gt;
-				&lt;!-- &lt;li&gt;&lt;a href=&quot;#demos&quot;&gt;Demos&lt;/a&gt; \ &lt;/li&gt; --&gt;				
+				&lt;!-- &lt;li&gt;&lt;a href=&quot;#demos&quot;&gt;Demos&lt;/a&gt; \ &lt;/li&gt; --&gt;
 				&lt;!-- &lt;li&gt;&lt;a href=&quot;#misc&quot;&gt;Misc&lt;/a&gt; \ &lt;/li&gt; --&gt;
 				&lt;!-- &lt;li&gt;&lt;a href=&quot;#images&quot;&gt;Images&lt;/a&gt; \ &lt;/li&gt; --&gt;
 			&lt;/ul&gt;
 		&lt;/div&gt;
-		
+
 		&lt;div id=&quot;content&quot; class=&quot;clear&quot;&gt;
-			
+
 			&lt;div id=&quot;about&quot;&gt;
 			&lt;h2&gt;##yourLibrary##&lt;/h2&gt;
 			&lt;p&gt;
 			A library by &lt;a href=&quot;##yourLink##&quot;&gt;##author##&lt;/a&gt; for the programming environment &lt;a href=&quot;http://www.processing.org&quot; target=&quot;_blank&quot;&gt;processing&lt;/a&gt;. Last update, ##date##.
 			&lt;/p&gt;
 			&lt;p&gt;
-			Feel free to replace this paragraph with a description of the library. Contributed libraries are developed, documented, and maintained by members of the Processing community. Further directions are included with each library. For feedback and support, please post to the Discourse. We strongly encourage all libraries to be open source, but not all of them are.
+			Needs RWMidi. Should manage to detect your MicroKontrol automatically - lemme know if it doesn't.
 			&lt;/p&gt;
 			&lt;/div&gt;
-			
-			
-			
+
+
+
 			&lt;div id=&quot;download&quot; class=&quot;clear&quot;&gt;
 			&lt;h2&gt;Download&lt;/h2&gt;
 			&lt;p&gt;
-			Download ##yourLibrary## version ##versionNumber## in 
+			Download ##yourLibrary## version ##versionNumber## in
 			&lt;a href=&quot;./download/##yourLibrary##.zip&quot;&gt;.zip format&lt;/a&gt;.
 			&lt;/p&gt;
 			&lt;h2&gt;Installation&lt;/h2&gt;
 			&lt;p&gt;
 			Unzip and put the extracted ##yourLibrary## folder into the libraries folder of your processing sketches. Reference and examples are included in the ##yourLibrary## folder.
 			&lt;/p&gt;
-			&lt;/div&gt;	
-			
-			
+			&lt;/div&gt;
+
+
 			&lt;div id=&quot;resources&quot;&gt;
 			&lt;p&gt;&lt;strong&gt;Keywords&lt;/strong&gt; ##keywords##&lt;/p&gt;
-			&lt;p&gt;&lt;strong&gt;Reference&lt;/strong&gt;. Have a look at the javadoc reference &lt;a href=&quot;./reference/index.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;. a copy of the reference is included in the .zip as well.&lt;/p&gt;		
-			&lt;p&gt;&lt;strong&gt;Source&lt;/strong&gt;. The source code of ##yourLibrary## is available at &lt;a href=&quot;##source:url##&quot;&gt;##source:host##&lt;/a&gt;, and its repository can be browsed &lt;a href=&quot;##source:repository##&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;			
+			&lt;p&gt;&lt;strong&gt;Reference&lt;/strong&gt;. Have a look at the javadoc reference &lt;a href=&quot;./reference/index.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;. a copy of the reference is included in the .zip as well.&lt;/p&gt;
+			&lt;p&gt;&lt;strong&gt;Source&lt;/strong&gt;. The source code of ##yourLibrary## is available at &lt;a href=&quot;##source:url##&quot;&gt;##source:host##&lt;/a&gt;, and its repository can be browsed &lt;a href=&quot;##source:repository##&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
 			&lt;/div&gt;
-			
+
 			&lt;div id=&quot;examples&quot; class=&quot;clear&quot;&gt;
 			&lt;h2&gt;Examples&lt;/h2&gt;
 			&lt;p&gt;Find a list of examples in the current distribution of ##yourLibrary##, or have a look at them by following the links below.&lt;/p&gt;
@@ -76,54 +76,54 @@
 			##examples##
 			&lt;/ul&gt;
 			&lt;/div&gt;
-			
-			
+
+
 			&lt;div id=&quot;info&quot;&gt;
 			&lt;h2&gt;Tested&lt;/h2&gt;
 			&lt;p&gt;
 			&lt;!-- on which platform has the library been tested? --&gt;
 			&lt;strong&gt;Platform&lt;/strong&gt; ##tested:platform##
-			
+
 			&lt;!-- which processing version did you use for testing your library? --&gt;
 			&lt;br /&gt;&lt;strong&gt;Processing&lt;/strong&gt; ##tested:processingVersion##
-			
+
 			&lt;!-- does your library depend on any other library or framework? --&gt;
 			&lt;br /&gt;&lt;strong&gt;Dependencies&lt;/strong&gt; ##tested:dependencies##
 			&lt;/p&gt;
 			&lt;/div&gt;
-		
-			
+
+
 			&lt;!-- use the demos section for a list of applets run in a browser. --&gt;
 			&lt;!--
 			&lt;div id=&quot;demos&quot; class=&quot;clear&quot;&gt;
 				&lt;h2&gt;demos&lt;/h2&gt;
 				&lt;p&gt;
 				find a list of online applet demos below.
-				
+
 				&lt;ul&gt;
 					&lt;li&gt;&lt;a href=&quot;./applets/demo/index.html&quot;&gt;demo&lt;/a&gt;&lt;/li&gt;
 				&lt;/ul&gt;
 				&lt;/p&gt;
 			&lt;/div&gt;
 			--&gt;
-			
+
 			&lt;!-- use the misc section for other relevant information. Activate the link to the misc section in the menu above. --&gt;
 			&lt;!--
 			&lt;div id=&quot;misc&quot; class=&quot;clear&quot;&gt;
 				&lt;p&gt;&lt;/p&gt;
 			&lt;/div&gt;
 			--&gt;
-			
+
 			&lt;!-- use the images/screenshots section. Activate the link to the misc section in the menu above. --&gt;
 			&lt;!--
 			&lt;div id=&quot;images&quot; class=&quot;clear&quot;&gt;
 			&lt;/div&gt;
 			--&gt;
-			
-			
+
+
 			&lt;br class=&quot;clear&quot; /&gt;
 		&lt;/div&gt;
-		
+
 		&lt;div id=&quot;footer&quot;&gt;
 			&lt;p&gt;by ##author##, 2008.&lt;/p&gt;
 		&lt;/div&gt;</diff>
      <filename>web/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dbf99949cda990ee1d7fbde604971b89fc303bc4</id>
    </parent>
  </parents>
  <author>
    <name>Michael Forrest</name>
    <email>michael.forrest@gmail.com</email>
  </author>
  <url>http://github.com/michaelforrest/processing-korg-microkontrol/commit/dda14733594b7c03fe60d457b13c47e662eb253c</url>
  <id>dda14733594b7c03fe60d457b13c47e662eb253c</id>
  <committed-date>2009-01-01T09:13:43-08:00</committed-date>
  <authored-date>2009-01-01T09:13:43-08:00</authored-date>
  <message>build, web</message>
  <tree>6ecd5e2d409d67ff98ebaa6be8fc685ec3fe0ddd</tree>
  <committer>
    <name>Michael Forrest</name>
    <email>michael.forrest@gmail.com</email>
  </committer>
</commit>
