<?xml version="1.0" encoding="utf-8"?>
	
	<rss version="2.0">
		<channel>
			<title>monome - monome clock</title>
			<lastBuildDate>Wed, 08 Sep 2010 08:58:08 +0000</lastBuildDate>
			<link>http://post.monome.org/</link>
			<description></description>
			<generator>
				Lussumo Vanilla 1.1.10 &amp; Feed Publisher
			</generator>
			<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=11214#Comment_11214</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=11214#Comment_11214</guid>
		<pubDate>Sun, 09 Mar 2008 14:22:53 +0000</pubDate>
		<author>Antimon</author>
		<description>
			<![CDATA[ This is a bit silly, but kind of obvious application. It turns your monome 128 or 256 into a regular clock (I got inspired by the ThinkGeek clock that someone posted here in the forums). Prefix is /clock.<br /><br />It's made in Java (1.5), and I've put all the OSC code in its own class, so if you've been thinking about sending some OSC from java, that code might be a starting point. I haven't implemented any code for listening yet though.<br /><br />So now you can tell all those confused friends that ask you what your monome is that it is an exclusive clock! :)<br /><br />Edit 2008-07-20: updated files with Win32 fix and 12-hour clock support<br /><br />/Stefan ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=11453#Comment_11453</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=11453#Comment_11453</guid>
		<pubDate>Wed, 12 Mar 2008 07:10:52 +0000</pubDate>
		<author>JaredKaragen</author>
		<description>
			<![CDATA[ Lol, nice =)  Yet another app for the collection =) ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=11613#Comment_11613</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=11613#Comment_11613</guid>
		<pubDate>Thu, 13 Mar 2008 20:44:51 +0000</pubDate>
		<author>c1t1zen</author>
		<description>
			<![CDATA[ so I tried to run this last night. Can you give me a bit more info on how to start and run this app? I'm on windows XP and downloaded the latest Java but everything I tried was dead in the water. What do I need to open .jar and does MonomeserialXP need to run for this to work. Thanks for posting your work. ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=11651#Comment_11651</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=11651#Comment_11651</guid>
		<pubDate>Fri, 14 Mar 2008 05:42:10 +0000</pubDate>
		<author>crixmadine</author>
		<description>
			<![CDATA[ Antimon - I'm sooo appreciative of you posting the code for this.  I'm a java programmer and this will certainly help jump-start me with talking OSC and helping me realize my own monome apps i have lurking in my head.  I have not tried out the actual app yet but I did take a peek at your code and it looks really good.  cheers! ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=17679#Comment_17679</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=17679#Comment_17679</guid>
		<pubDate>Thu, 19 Jun 2008 04:09:15 +0000</pubDate>
		<author>bean</author>
		<description>
			<![CDATA[ Back in March when this came up…<br /><br /><a href="http://post.monome.org/comments.php?DiscussionID=1030" target="_blank" rel="nofollow">http://post.monome.org/comments.php?DiscussionID=1030</a><br /><br />…I started working on a clock app as well. Analogue with spinning hands and all that. Looked back into it this afternoon and brought up to a (mostly) working state. Currently needs a 256 (or 2x 128, &c.) although most of the code is in place to get a shrunk down – and slightly more ambiguous, but how important is accurate time anyway – version working on a 40h/64.<br /><br /><a href="http://www.fourthirtyeight.com/monome/ckloq_0.39.zip" target="_blank" rel="nofollow">http://www.fourthirtyeight.com/monome/ckloq_0.39.zip</a> ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=17688#Comment_17688</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=17688#Comment_17688</guid>
		<pubDate>Thu, 19 Jun 2008 05:24:46 +0000</pubDate>
		<author>c1t1zen</author>
		<description>
			<![CDATA[ I love it. I'll have this running all day tomorrow. Thanks! ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=18018#Comment_18018</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=18018#Comment_18018</guid>
		<pubDate>Mon, 23 Jun 2008 11:50:02 +0000</pubDate>
		<author>glennv</author>
		<description>
			<![CDATA[ How do you get this running ?&gt;<br />I instaled JRE 1.5 on windows xp. Start monome serial , set to /clock en doubleclick the .jar file. Nothing.<br />If i start the jar from the command file with "java monome-clock.jar" I get hava exeptions about unfound class.<br /><br />What do I need to do to run this ? ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=18039#Comment_18039</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=18039#Comment_18039</guid>
		<pubDate>Mon, 23 Jun 2008 19:13:42 +0000</pubDate>
		<author>c1t1zen</author>
		<description>
			<![CDATA[ Where's Antimon?<br />Did you try Bean's version. <br /><br />BTW happy birthday Bean...one day late. ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=18148#Comment_18148</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=18148#Comment_18148</guid>
		<pubDate>Tue, 24 Jun 2008 20:47:46 +0000</pubDate>
		<author>Antimon</author>
		<description>
			<![CDATA[ Oh, hi! I just realized I haven't tried this out on Windows, only on OS X. I haven't time to check it out now, but I'll do so soon. In the meantime, could you try opening a dos prompt, cd to where the jar file is, and type this:<br /><br />java -classpath monome-clock.jar se.antimon.monomeclock.MonomeClock<br /><br />? If that doesn't work, could you try this:<br /><br />java -classpath monome-clock.jar se.antimon.monomeclock.MonomeClock<br /><br />and see if prints an error? Maybe the .jar file has become corrupt somehow.<br /><br />Really sorry for not responding earlier. :( My sense of responsibility is terrible.<br /><br />That's a really cool clock you got there, bean! It really works very well.<br /><br />/Stefan ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=18211#Comment_18211</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=18211#Comment_18211</guid>
		<pubDate>Wed, 25 Jun 2008 14:27:59 +0000</pubDate>
		<author>glennv</author>
		<description>
			<![CDATA[ That command does not give any error. Just sits there returning nothing and my monome stays blank (made sure serial is set to /clock) ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=18214#Comment_18214</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=18214#Comment_18214</guid>
		<pubDate>Wed, 25 Jun 2008 14:34:46 +0000</pubDate>
		<author>glennv</author>
		<description>
			<![CDATA[ p.s. got a 128 ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=20236#Comment_20236</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=20236#Comment_20236</guid>
		<pubDate>Thu, 17 Jul 2008 21:33:21 +0000</pubDate>
		<author>kero.fm</author>
		<description>
			<![CDATA[ is there a non 24hour clock version? im retarded and cant read this time everytime i go to europe im screwed because of it LOL ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=20415#Comment_20415</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=20415#Comment_20415</guid>
		<pubDate>Sun, 20 Jul 2008 09:08:09 +0000</pubDate>
		<author>Antimon</author>
		<description>
			<![CDATA[ Again, sorry for not being very fast in this thread.<br /><br />I learned a bit more about how to properly work with UDP in Java, and fixed a problem that only manifests itself on Windows. Hope it works now. When working on another project, I've worked the Osc classes into being fairly complete, with support for sending and receiving ints, floats and strings. If you check out the source zip, they are put in their own package at se.antimon.osc .<br /><br />I've also made so that if you press the top left button, the clock goes into 12-hour clock mode. :)<br /><br />/Stefan ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=20435#Comment_20435</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=20435#Comment_20435</guid>
		<pubDate>Sun, 20 Jul 2008 16:57:30 +0000</pubDate>
		<author>kero.fm</author>
		<description>
			<![CDATA[ sick thanks!!!!!! i mounted my monome on the wall for the dope clock when not making music with it!<br /> <br /><br />thanks! ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=49887#Comment_49887</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=49887#Comment_49887</guid>
		<pubDate>Sat, 11 Apr 2009 12:37:21 +0000</pubDate>
		<author>petermatthew</author>
		<description>
			<![CDATA[ I WANT A 64 VERSION!!!!!!! ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=50089#Comment_50089</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=50089#Comment_50089</guid>
		<pubDate>Tue, 14 Apr 2009 05:52:02 +0000</pubDate>
		<author>hypoxic</author>
		<description>
			<![CDATA[ anybody get this, or another clock prog, working for windows?<br /><br />this is what i get when trying the instructions above: <br /><br /><br />&gt;java -classpath monome-clock.jar se.antimon.monomeclock.MonomeClock<br />command='/sys/prefix', types=',is'<br /><br />and if i press buttons:<br /><br />command='/clock/press', types=',iii'<br />command='/clock/press', types=',iii'<br /><br />any ideas?<br />thanks! ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=53467#Comment_53467</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=53467#Comment_53467</guid>
		<pubDate>Sun, 17 May 2009 03:37:58 +0000</pubDate>
		<author>soundcyst</author>
		<description>
			<![CDATA[ any chance on a makefile or a better description of how to get this to work..<br /><br />from command line in os 10.5:<br /><br />$ java -classpath monome-clock.jar se.antimon.monomeclock.MonomeClock<br />Exception in thread "main" java.lang.NoClassDefFoundError: se/antimon/monomeclock/MonomeClock ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=53892#Comment_53892</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=53892#Comment_53892</guid>
		<pubDate>Thu, 21 May 2009 21:18:22 +0000</pubDate>
		<author>Antimon</author>
		<description>
			<![CDATA[ Oops, been slow checking threads on the monome forum again - almost a year since people wrote in this thread last time! I have had this working on windows earlier, maybe I forgot to check last time I changed stuff. Will have a look soon.<br /><br />@soundcyst: I just now tried downloading the jar from the top of this thread, and typing exactly what you wrote, and it worked for me! I take it you're on osx too? I'm using 10.4.11, but it would be strange if that should matter. I you type java -version, do you get version 1.5 something (that's what I have)?<br /><br />/Stefan ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=53897#Comment_53897</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=53897#Comment_53897</guid>
		<pubDate>Thu, 21 May 2009 22:13:13 +0000</pubDate>
		<author>soundcyst</author>
		<description>
			<![CDATA[ hi stefan,<br /><br />i'm in os 10.5.6, java 1.5.06<br /><br />it's sort of a moot point now.. i was trying to get this to work for a film shoot, but we made do without the clock.<br /><br />it would be nice to get it working in the future though..<br /><br />what about releasing a simple .jar file that isn't nested deep within some folders? or a makefile for us to compile it ourselves?<br /><br /><br />on second thought, i wonder if it's because i was running it from a directory with a space in the name... humm. don't have monome at this computer to test. ]]>
		</description>
	</item>
	<item>
		<title>monome clock</title>
		<link>http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=53932#Comment_53932</link>
		<guid isPermaLink="false">http://post.monome.org/comments.php?DiscussionID=1056&amp;Focus=53932#Comment_53932</guid>
		<pubDate>Fri, 22 May 2009 09:13:12 +0000</pubDate>
		<author>Antimon</author>
		<description>
			<![CDATA[ Oh, that's too bad about your film shoot :( dang, I'm slow in catching these thread updates.<br /><br />Actually, the jar file is all by itself in a zip file, no extra folders - do you mean the source code (these are two separate archives in the first post)? My makefile skills are a bit rusty... but compiling this shouldn't be more difficult than something like this:<br /><br />cd OscCommunication<br />javac src/se/antimon/osc/*.java<br />cd ../MonomeClock/src<br />javac -classpath ../../OscCommunication/src se/antimon/monomeclock/*.java<br /><br />Then to run:<br /><br />java -classpath ../../OscCommunication/src:. se.antimon.monomeclock.MonomeClock<br /><br />Just tried - it worked. If you're good with make it would be wonderful if you could make one that I can include in the zip file. :) Otherwise I'll see if I can stitch one together later.<br /><br />/Stefan ]]>
		</description>
	</item>
	
		</channel>
	</rss>