<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>COPYING</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -3,9 +3,9 @@
 
 AC_PREREQ(2.59)
 AC_INIT([loopdub], [0.2], [radarsat1@gmail.com])
-AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
+AM_INIT_AUTOMAKE(1.9 check-news [-Wall foreign dist-bzip2])
 AC_CONFIG_SRCDIR([def.h])
-AC_CONFIG_HEADER([config.h])
+AM_CONFIG_HEADER([config.h])
 
 # Checks for programs.
 AC_PROG_CXX
@@ -56,6 +56,6 @@ echo '	\$(MAKE) -C portmidi' &gt;&gt;Makefile.tmp
 echo &quot;&quot; &gt;&gt;Makefile.tmp
 echo &quot;portmidi:&quot; &gt;&gt;Makefile.tmp
 echo '	unzip portmidi17nov04.zip' &gt;&gt;Makefile.tmp
-mv --reply=yes Makefile.tmp Makefile
+mv -v Makefile.tmp Makefile
 echo &quot;done.&quot;
 </diff>
      <filename>configure.ac</filename>
    </modified>
    <modified>
      <diff>@@ -7,11 +7,36 @@
 #include &quot;loopdub.h&quot;
 #include &quot;ld_logo.h&quot;
 
+#include &lt;sys/time.h&gt;
+
 #ifdef WIN32
 #else
   #include &lt;unistd.h&gt;
 #endif
 
+
+class Timer
+{
+public:
+	 void init()
+		  {
+			   gettimeofday(&amp;time,NULL);			   
+		  }
+	 double elapsed()
+		  {
+			   struct timeval t;
+			   gettimeofday(&amp;t,NULL);
+			   double result = (t.tv_sec + t.tv_usec/1000000.0) - (time.tv_sec + t.tv_usec/1000000.0);
+			   time.tv_sec  = t.tv_sec;
+			   time.tv_usec = t.tv_usec;
+			   return result;
+		  }
+
+protected:
+	 struct timeval time;
+};
+
+
 /* One global LoopDub object */
 LoopDub app;
 </diff>
      <filename>loopdub.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f4c3c0cb382ab8090a02670062a06c7d862b3cb5</id>
    </parent>
  </parents>
  <author>
    <name>radarsat1</name>
    <email>radarsat1</email>
  </author>
  <url>http://github.com/radarsat1/LoopDub/commit/b5efe9f51a3285ebead26d25c279dc3475aa1253</url>
  <id>b5efe9f51a3285ebead26d25c279dc3475aa1253</id>
  <committed-date>2006-06-15T19:09:41-07:00</committed-date>
  <authored-date>2006-06-15T19:09:41-07:00</authored-date>
  <message>*** empty log message ***</message>
  <tree>0b403e494e876868088f11cecc054390711f75b7</tree>
  <committer>
    <name>radarsat1</name>
    <email>radarsat1</email>
  </committer>
</commit>
