<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://neattools.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sambaker</id>
	<title>NeatTools - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://neattools.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sambaker"/>
	<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Special:Contributions/Sambaker"/>
	<updated>2026-08-31T20:02:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=412</id>
		<title>Category:Development</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=412"/>
		<updated>2011-03-14T13:25:40Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==NeatTools 2.0 Brainstorm==&lt;br /&gt;
What we think the next generation of NeatTools should look like.&lt;br /&gt;
Please sign your comments for reference.--[[User:Sambaker|Sambaker]] 15:57, 17 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
How do you sign a comment? -- PDG&lt;br /&gt;
Type four (4) tildes &amp;quot;~&amp;quot; in a row or press the signature button (second from the right) --[[User:Sambaker|Sambaker]] 08:32, 19 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===General Dev. Discussion===&lt;br /&gt;
*Should NeatTools 2 be a cross-platform application native to major platforms include Windows/Linux/Mac/iPhone/iPad/Android, or should we make a distributed Peer to Peer 3D NeatTools. That you can make 3D molecules all over the world talk to each other, organize it self with machine learning to automatically solve the given tasks that it sense through the environment. --[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
**The neat tools molecules concept is cool, for me they would be transportable components (a data format on the stream) ... They could be invisible, 2d or 3d they operate in the information space. For invisible I like neat tools condensing streams to events, for 3d I like mapping streams to visual attributes of objects in the space (would be nice to have space objects be a bit smarter though)--[[User:Johannsen|Johannsen]]&lt;br /&gt;
***What I mean by Peer to Peer is that there is no central server to host the molecules. It exists in all the running NeatTools instances. When a molecules is assigned as public, it will be hashed with globally unique id and being published, discovered, matched, replicated, transferred, and finally organized automatically with soft learning to accomplish the given tasks or the tasks it sense from the environment.--[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
&lt;br /&gt;
*Suppose there was an ecosystem where neattools lived, and all those little data streams on the arrows went into a magical place where they were tagged with metadata and lived forever. I&amp;#039;d like to query that system and replay data streams into neattools or my own projects. --[[User:Johannsen|Johannsen]]&lt;br /&gt;
&lt;br /&gt;
*What&amp;#039;s the model for data sent between the different running neattools? For example data sent between programs need some additional information describing contents so receiving side knows how to handle it. Thats something that would be good to package up for cross platform extensions.--[[User:Johannsen|Johannsen]]&lt;br /&gt;
**I already make communication between nrattools too complicated by make it ack the on be half of receiving side. So the sender and receiving side can negotiate a rate that is acceptable for both of them. Now there is one more thing to make it even more complicated, that is communicate the data type or aggregate data structure between them... Let user create new data type out of aggregate data structure is one thing that is missing in NeatTools. We really need to include it in the next version.--[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
&lt;br /&gt;
*I&amp;#039;ve been thinking about the cross-platform issue, specifically, the ipad/iphone/android version of NeatTools.  One of the things that NeatTools was great at was accessing local hardware and being able to control other programs while running the background (joymouse, for instance). None of the portable platforms will give you that kind of control. So, I was thinking, what if the portable versions of NeatTools were satellite programs revolving around a version of NeatTools running on a desktop/server somewhere.  The portable device could be used to remotely control/manipulate the ntl running somewhere. It could even pass it data from accelerometer/camera on the device.[[User:Sambaker|Sambaker]] 06:25, 14 March 2011 (PDT)&lt;br /&gt;
&lt;br /&gt;
*The previous point brings up a question that we&amp;#039;re not hitting on really yet.  What will NeatTools 2 do? The current NeatTools can do a multitude of things, it being primarily a way of controlling a computer without using a keyboard or mouse. But it can can had been used for tons of other stuff. I think we need a clear goal of what we want this version for.  What will it&amp;#039;s primary purpose be?[[User:Sambaker|Sambaker]] 06:25, 14 March 2011 (PDT)&lt;br /&gt;
&lt;br /&gt;
===General Feature Requests/Discussion===&lt;br /&gt;
* Some way to create a compiled redistributable binary of an NTL or source code in another language.[[User:Sambaker|Sambaker]] 08:48, 19 February 2011 (PST)&lt;br /&gt;
** Save As.. (exe, C, C++, xml, etc...)&lt;br /&gt;
** In conjunction with some specific modules, this function could be used to create firmware for micro-controllers (I&amp;#039;ll let Paul elaborate on this)--[[User:Sambaker|Sambaker]] 08:48, 19 February 2011 (PST)&lt;br /&gt;
* NTL are XML documents.  Plain text and one XML parser away from portability.[[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;br /&gt;
**yea, I like that as well, the NTL is the program, neattools is (currently) the only engine for running it, but they are independent.--[[User:Johannsen|Johannsen]]&lt;br /&gt;
***Engine! I LIKE that word for it. The independence is what gives me great hope for using NeatTools on various platforms as well as being able to compile the code (at least generate C code that could then be compiled). --[[User:Pdgelling|Pdgelling]]&lt;br /&gt;
**For text representation of NTL, there&amp;#039;s only two things to represent: links between modules and module properties. &amp;quot;instance output =&amp;gt; instance input&amp;quot; and &amp;quot;instance property = value&amp;quot; Anything else? --[[User:Johannsen|Johannsen]]&lt;br /&gt;
***That sounds about right. However, don&amp;#039;t the linkages have to specify which input or output they are connected to? Links might need properties too (color, type, etc.).--[[User:Pdgelling|Pdgelling]]&lt;br /&gt;
*More control over links! like the ability to make specific links un-editable to stop accidental deletion, rather than all editable on/off. [[User:Ablainey|Ablainey]] 03:02, 1 March 2011 (PST)&lt;br /&gt;
*Can&amp;#039;t believe I forgot this one: and undo button.[[User:Sambaker|Sambaker]] 07:17, 1 March 2011 (PST)&lt;br /&gt;
** DUH! LOL. &amp;amp; multiple undo+redo[[User:Ablainey|Ablainey]] 13:14, 1 March 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===Module Request===&lt;br /&gt;
*A scripted module, that would allow in-program customization of a module&amp;#039;s function with javascript or python. --[[User:Sambaker|Sambaker]] 08:36, 19 February 2011 (PST)&lt;br /&gt;
**Suppose there were a module that allowed this, where you could connect some inputs (say, X and Y), and and there was an output (say Z).  The scripted module really should have the inputs and outputs available as variables.  So, for example, you could have the module code just be Z = X + Y.  Sounds simple, but with neattools, you&amp;#039;d also have to decide when to execute this.  I&amp;#039;m not so clear on that.  It seems that the &amp;quot;when to execute&amp;quot; needs to be specified independent of the code and inputs and outputs.  --[[User:Johannsen|Johannsen]] 19:54, 28 February 2011 (PST)&lt;br /&gt;
***Yes,every input would be an argument passed to the function. Seems like there&amp;#039;s two options for when to execute: either you have a javascript engine, which executes the code real-time, or you make your changes and rebuild (somehow) your module each time (all done within the ui of course).[[User:Sambaker|Sambaker]] 07:17, 1 March 2011 (PST)&lt;br /&gt;
*this module I want sounds really really stupid, which is usually a good sign. Its a module that does absolutely nothing, it has minimal properties that would probably be in module base class (like name), and it takes any number of inputs and outputs. Here&amp;#039;s what it would be good for: requires extension points to be useful,is a specification, allows the abstract nodes to be be isolated for a test specification (the &amp;quot;test space&amp;quot;)--[[User:Johannsen|Johannsen]]&lt;br /&gt;
**Hmm... I don&amp;#039;t quite get what you mean. But, there is one container module in NeatTools that does nothing and can have any number of input and output. Is that what you are thinking about, or its something else?--[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
***That might be the one I&amp;#039;ll check it out. I&amp;#039;m looking at from point of view of making neattools more like an IDE, so it would support new module definition within IDE and the extension would be very limited. For example being able to define a &amp;quot;plus&amp;quot; module by drawing two inputs, one output, and limiting extension code to implementing an interface. Being able to define test data before implementing would be a really nice feature.--[[User:Johannsen|Johannsen]]&lt;br /&gt;
&lt;br /&gt;
*Video module would be nice. Supporting different common filetypes.[[User:Ablainey|Ablainey]] 03:07, 1 March 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===Existing Feature Change/Improve===&lt;br /&gt;
*The socket modules on the current NeatTools have been the biggest impediment to integrating with Flash. Flash&amp;#039;s potential as a visualization tool (including 3D) as well as GUI/Front End is something I&amp;#039;d really like to explore more. [[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;br /&gt;
**Sam, what are some good examples of external programs feeding data into Flash?--[[User:Johannsen|Johannsen]] 19:59, 28 February 2011 (PST)&lt;br /&gt;
***My experience is mainly reading in external files (xml, jpg, avi) and manipulating them, but for instance, flash can communicate with a pop or ftp server. Did you have something specific in mind? I have used it to visualize xml data. I just did a proof of concept for Paul&amp;#039;s Pachube data [http://www.sambaker.net/pachube/] (updates every minute so leave it open for a while).[[User:Sambaker|Sambaker]] 07:17, 1 March 2011 (PST)&lt;br /&gt;
**I agree with Sam. In the new NeatTools, we should provide the socket as dumb pipe. On top of that, we can build up the notion of Channels, Objects, or encryption layer.--[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
**The previous NeatTools design over the socket is that: In order to address the issue of matching the speed between the consumer and producer when dealing with Audio/Video or other type of packet of data that need feedback acknowledgment to adjust the rate of communication in both ends. The protocol become too complicate and confusing for simple communication with regular event with object data. In stead of making it the default protocol, we should just separate it into an protocol object cascade with socket object to handle this special case. --[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
*Take a look at how Blender (an open-source 3D program) handles the connection of different modules (or nodes). Things I like about their approach: Labeled and color-coded inputs and outputs in discrete locations and collapsible nodes with properties/controls directly on the node. I also like how they handle groups (Complex Object) at about 3:30. [http://www.blendercookie.com/2009/07/16/creating-a-reusable-node-library/ Nodes(a.k.a. Modules)][[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===GUI===&lt;br /&gt;
*What I have in mind in turns of 3D is that, the 2D Desktop in NeatTools is now become a 3D space where molecules with 3D presentation connecting stream of data. So, the data flow is still the same, only the 2D presentation become 3D. --[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
**I think the current 2D interface works really well.  Rather than 3D, I would like to see improvements/updates to the current 2D interface. 3D adds a level of complexity that could make simple operation (navigation and manipulation) much more difficult. Where I do see 3D being potentially useful is organizationally. Keep the current 2D workspace, but have multiple ones, layered in 3D space, akin to the Complex Object. Each layer could contain a (reusable) part of the final program (method). You could then icon-ize each layer for a meta view of the program.[[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;br /&gt;
**I think that its possible to create a 3D interface using multi-touch that is immersive and intuitive. But, its not automatic. We probably need to put some thoughts on that front. For mouse and keyboard, I think its very hard to make it intuitive. What do you think?--[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
**It seems to me that the 3D aspect of NeatTools needs to serve a purpose, either making something easier to use or easier to visualize, but be optional, or at least limited if so desired. For example, a &amp;quot;legacy mode&amp;quot; which while still 3D would be more like 2.5D, basically it would look and function similarly to the current NeatTools for systems where 3D would be more cumbersome.[[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;br /&gt;
**How about layers rather than full 3D? you could add a link to a module and drop the end of that link down/up to the next layer where it shows as a node.[[User:Ablainey|Ablainey]] 03:10, 1 March 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===Questions?===&lt;br /&gt;
*Joh, Yuh-Jye: Speaking of the cross-platform development, could you talk a little about the Java version of [[History | Neat Software]], specifically what security restrictions prompted Java to be abandoned in favor of C++ and whether that reasoning would still applies to a future version of NeatTools? --[[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=409</id>
		<title>Category:Development</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=409"/>
		<updated>2011-03-01T15:17:02Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==NeatTools 2.0 Brainstorm==&lt;br /&gt;
What we think the next generation of NeatTools should look like.&lt;br /&gt;
Please sign your comments for reference.--[[User:Sambaker|Sambaker]] 15:57, 17 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
How do you sign a comment? -- PDG&lt;br /&gt;
Type four (4) tildes &amp;quot;~&amp;quot; in a row or press the signature button (second from the right) --[[User:Sambaker|Sambaker]] 08:32, 19 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===General Dev. Discussion===&lt;br /&gt;
*Should NeatTools 2 be a cross-platform application native to major platforms include Windows/Linux/Mac/iPhone/iPad/Android, or should we make a distributed Peer to Peer 3D NeatTools. That you can make 3D molecules all over the world talk to each other, organize it self with machine learning to automatically solve the given tasks that it sense through the environment. --[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
**The neat tools molecules concept is cool, for me they would be transportable components (a data format on the stream) ... They could be invisible, 2d or 3d they operate in the information space. For invisible I like neat tools condensing streams to events, for 3d I like mapping streams to visual attributes of objects in the space (would be nice to have space objects be a bit smarter though)--[[User:Johannsen|Johannsen]]&lt;br /&gt;
***What I mean by Peer to Peer is that there is no central server to host the molecules. It exists in all the running NeatTools instances. When a molecules is assigned as public, it will be hashed with globally unique id and being published, discovered, matched, replicated, transferred, and finally organized automatically with soft learning to accomplish the given tasks or the tasks it sense from the environment.--[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
&lt;br /&gt;
*Suppose there was an ecosystem where neattools lived, and all those little data streams on the arrows went into a magical place where they were tagged with metadata and lived forever. I&amp;#039;d like to query that system and replay data streams into neattools or my own projects. --[[User:Johannsen|Johannsen]]&lt;br /&gt;
&lt;br /&gt;
*What&amp;#039;s the model for data sent between the different running neattools? For example data sent between programs need some additional information describing contents so receiving side knows how to handle it. Thats something that would be good to package up for cross platform extensions.--[[User:Johannsen|Johannsen]]&lt;br /&gt;
**I already make communication between nrattools too complicated by make it ack the on be half of receiving side. So the sender and receiving side can negotiate a rate that is acceptable for both of them. Now there is one more thing to make it even more complicated, that is communicate the data type or aggregate data structure between them... Let user create new data type out of aggregate data structure is one thing that is missing in NeatTools. We really need to include it in the next version.--[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===General Feature Requests/Discussion===&lt;br /&gt;
* Some way to create a compiled redistributable binary of an NTL or source code in another language.[[User:Sambaker|Sambaker]] 08:48, 19 February 2011 (PST)&lt;br /&gt;
** Save As.. (exe, C, C++, xml, etc...)&lt;br /&gt;
** In conjunction with some specific modules, this function could be used to create firmware for micro-controllers (I&amp;#039;ll let Paul elaborate on this)--[[User:Sambaker|Sambaker]] 08:48, 19 February 2011 (PST)&lt;br /&gt;
* NTL are XML documents.  Plain text and one XML parser away from portability.[[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;br /&gt;
**yea, I like that as well, the NTL is the program, neattools is (currently) the only engine for running it, but they are independent.--[[User:Johannsen|Johannsen]]&lt;br /&gt;
***Engine! I LIKE that word for it. The independence is what gives me great hope for using NeatTools on various platforms as well as being able to compile the code (at least generate C code that could then be compiled). --[[User:Pdgelling|Pdgelling]]&lt;br /&gt;
**For text representation of NTL, there&amp;#039;s only two things to represent: links between modules and module properties. &amp;quot;instance output =&amp;gt; instance input&amp;quot; and &amp;quot;instance property = value&amp;quot; Anything else? --[[User:Johannsen|Johannsen]]&lt;br /&gt;
***That sounds about right. However, don&amp;#039;t the linkages have to specify which input or output they are connected to? Links might need properties too (color, type, etc.).--[[User:Pdgelling|Pdgelling]]&lt;br /&gt;
*More control over links! like the ability to make specific links un-editable to stop accidental deletion, rather than all editable on/off. [[User:Ablainey|Ablainey]] 03:02, 1 March 2011 (PST)&lt;br /&gt;
*Can&amp;#039;t believe I forgot this one: and undo button.[[User:Sambaker|Sambaker]] 07:17, 1 March 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===Module Request===&lt;br /&gt;
*A scripted module, that would allow in-program customization of a module&amp;#039;s function with javascript or python. --[[User:Sambaker|Sambaker]] 08:36, 19 February 2011 (PST)&lt;br /&gt;
**Suppose there were a module that allowed this, where you could connect some inputs (say, X and Y), and and there was an output (say Z).  The scripted module really should have the inputs and outputs available as variables.  So, for example, you could have the module code just be Z = X + Y.  Sounds simple, but with neattools, you&amp;#039;d also have to decide when to execute this.  I&amp;#039;m not so clear on that.  It seems that the &amp;quot;when to execute&amp;quot; needs to be specified independent of the code and inputs and outputs.  --[[User:Johannsen|Johannsen]] 19:54, 28 February 2011 (PST)&lt;br /&gt;
***Yes,every input would be an argument passed to the function. Seems like there&amp;#039;s two options for when to execute: either you have a javascript engine, which executes the code real-time, or you make your changes and rebuild (somehow) your module each time (all done within the ui of course).[[User:Sambaker|Sambaker]] 07:17, 1 March 2011 (PST)&lt;br /&gt;
*this module I want sounds really really stupid, which is usually a good sign. Its a module that does absolutely nothing, it has minimal properties that would probably be in module base class (like name), and it takes any number of inputs and outputs. Here&amp;#039;s what it would be good for: requires extension points to be useful,is a specification, allows the abstract nodes to be be isolated for a test specification (the &amp;quot;test space&amp;quot;)--[[User:Johannsen|Johannsen]]&lt;br /&gt;
**Hmm... I don&amp;#039;t quite get what you mean. But, there is one container module in NeatTools that does nothing and can have any number of input and output. Is that what you are thinking about, or its something else?--[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
***That might be the one I&amp;#039;ll check it out. I&amp;#039;m looking at from point of view of making neattools more like an IDE, so it would support new module definition within IDE and the extension would be very limited. For example being able to define a &amp;quot;plus&amp;quot; module by drawing two inputs, one output, and limiting extension code to implementing an interface. Being able to define test data before implementing would be a really nice feature.--[[User:Johannsen|Johannsen]]&lt;br /&gt;
&lt;br /&gt;
*Video module would be nice. Supporting different common filetypes.[[User:Ablainey|Ablainey]] 03:07, 1 March 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===Existing Feature Change/Improve===&lt;br /&gt;
*The socket modules on the current NeatTools have been the biggest impediment to integrating with Flash. Flash&amp;#039;s potential as a visualization tool (including 3D) as well as GUI/Front End is something I&amp;#039;d really like to explore more. [[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;br /&gt;
**Sam, what are some good examples of external programs feeding data into Flash?--[[User:Johannsen|Johannsen]] 19:59, 28 February 2011 (PST)&lt;br /&gt;
***My experience is mainly reading in external files (xml, jpg, avi) and manipulating them, but for instance, flash can communicate with a pop or ftp server. Did you have something specific in mind? I have used it to visualize xml data. I just did a proof of concept for Paul&amp;#039;s Pachube data [http://www.sambaker.net/pachube/] (updates every minute so leave it open for a while).[[User:Sambaker|Sambaker]] 07:17, 1 March 2011 (PST)&lt;br /&gt;
**I agree with Sam. In the new NeatTools, we should provide the socket as dumb pipe. On top of that, we can build up the notion of Channels, Objects, or encryption layer.--[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
**The previous NeatTools design over the socket is that: In order to address the issue of matching the speed between the consumer and producer when dealing with Audio/Video or other type of packet of data that need feedback acknowledgment to adjust the rate of communication in both ends. The protocol become too complicate and confusing for simple communication with regular event with object data. In stead of making it the default protocol, we should just separate it into an protocol object cascade with socket object to handle this special case. --[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
*Take a look at how Blender (an open-source 3D program) handles the connection of different modules (or nodes). Things I like about their approach: Labeled and color-coded inputs and outputs in discrete locations and collapsible nodes with properties/controls directly on the node. I also like how they handle groups (Complex Object) at about 3:30. [http://www.blendercookie.com/2009/07/16/creating-a-reusable-node-library/ Nodes(a.k.a. Modules)][[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===GUI===&lt;br /&gt;
*What I have in mind in turns of 3D is that, the 2D Desktop in NeatTools is now become a 3D space where molecules with 3D presentation connecting stream of data. So, the data flow is still the same, only the 2D presentation become 3D. --[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
**I think the current 2D interface works really well.  Rather than 3D, I would like to see improvements/updates to the current 2D interface. 3D adds a level of complexity that could make simple operation (navigation and manipulation) much more difficult. Where I do see 3D being potentially useful is organizationally. Keep the current 2D workspace, but have multiple ones, layered in 3D space, akin to the Complex Object. Each layer could contain a (reusable) part of the final program (method). You could then icon-ize each layer for a meta view of the program.[[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;br /&gt;
**I think that its possible to create a 3D interface using multi-touch that is immersive and intuitive. But, its not automatic. We probably need to put some thoughts on that front. For mouse and keyboard, I think its very hard to make it intuitive. What do you think?--[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
**It seems to me that the 3D aspect of NeatTools needs to serve a purpose, either making something easier to use or easier to visualize, but be optional, or at least limited if so desired. For example, a &amp;quot;legacy mode&amp;quot; which while still 3D would be more like 2.5D, basically it would look and function similarly to the current NeatTools for systems where 3D would be more cumbersome.[[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;br /&gt;
**How about layers rather than full 3D? you could add a link to a module and drop the end of that link down/up to the next layer where it shows as a node.[[User:Ablainey|Ablainey]] 03:10, 1 March 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===Questions?===&lt;br /&gt;
*Joh, Yuh-Jye: Speaking of the cross-platform development, could you talk a little about the Java version of [[History | Neat Software]], specifically what security restrictions prompted Java to be abandoned in favor of C++ and whether that reasoning would still applies to a future version of NeatTools? --[[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=396</id>
		<title>Category:Development</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=396"/>
		<updated>2011-02-28T01:08:12Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==NeatTools 2.0 Brainstorm==&lt;br /&gt;
What we think the next generation of NeatTools should look like.&lt;br /&gt;
Please sign your comments for reference.--[[User:Sambaker|Sambaker]] 15:57, 17 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
How do you sign a comment? -- PDG&lt;br /&gt;
Type four (4) tildes &amp;quot;~&amp;quot; in a row or press the signature button (second from the right) --[[User:Sambaker|Sambaker]] 08:32, 19 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===General Dev. Discussion===&lt;br /&gt;
*Should NeatTools 2 be a cross-platform application native to major platforms include Windows/Linux/Mac/iPhone/iPad/Android, or should we make a distributed Peer to Peer 3D NeatTools. That you can make 3D molecules all over the world talk to each other, organize it self with machine learning to automatically solve the given tasks that it sense through the environment. --[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
**The neat tools molecules concept is cool, for me they would be transportable components (a data format on the stream) ... They could be invisible, 2d or 3d they operate in the information space. For invisible I like neat tools condensing streams to events, for 3d I like mapping streams to visual attributes of objects in the space (would be nice to have space objects be a bit smarter though)--[[User:Johannsen|Johannsen]]&lt;br /&gt;
***What I mean by Peer to Peer is that there is no central server to host the molecules. It exists in all the running NeatTools instances. When a molecules is assigned as public, it will be hashed with globally unique id and being published, discovered, matched, replicated, transferred, and finally organized automatically with soft learning to accomplish the given tasks or the tasks it sense from the environment.--[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
&lt;br /&gt;
*Suppose there was an ecosystem where neattools lived, and all those little data streams on the arrows went into a magical place where they were tagged with metadata and lived forever. I&amp;#039;d like to query that system and replay data streams into neattools or my own projects. --[[User:Johannsen|Johannsen]]&lt;br /&gt;
&lt;br /&gt;
*What&amp;#039;s the model for data sent between the different running neattools? For example data sent between programs need some additional information describing contents so receiving side knows how to handle it. Thats something that would be good to package up for cross platform extensions.--[[User:Johannsen|Johannsen]]&lt;br /&gt;
**I already make communication between nrattools too complicated by make it ack the on be half of receiving side. So the sender and receiving side can negotiate a rate that is acceptable for both of them. Now there is one more thing to make it even more complicated, that is communicate the data type or aggregate data structure between them... Let user create new data type out of aggregate data structure is one thing that is missing in NeatTools. We really need to include it in the next version.--[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===General Feature Requests/Discussion===&lt;br /&gt;
* Some way to create a compiled redistributable binary of an NTL or source code in another language.[[User:Sambaker|Sambaker]] 08:48, 19 February 2011 (PST)&lt;br /&gt;
** Save As.. (exe, C, C++, xml, etc...)&lt;br /&gt;
** In conjunction with some specific modules, this function could be used to create firmware for micro-controllers (I&amp;#039;ll let Paul elaborate on this)--[[User:Sambaker|Sambaker]] 08:48, 19 February 2011 (PST)&lt;br /&gt;
* NTL are XML documents.  Plain text and one XML parser away from portability.[[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;br /&gt;
**yea, I like that as well, the NTL is the program, neattools is (currently) the only engine for running it, but they are independent.--[[User:Johannsen|Johannsen]]&lt;br /&gt;
***Engine! I LIKE that word for it. The independence is what gives me great hope for using NeatTools on various platforms as well as being able to compile the code (at least generate C code that could then be compiled). --[[User:Pdgelling|Pdgelling]]&lt;br /&gt;
**For text representation of NTL, there&amp;#039;s only two things to represent: links between modules and module properties. &amp;quot;instance output =&amp;gt; instance input&amp;quot; and &amp;quot;instance property = value&amp;quot; Anything else? --[[User:Johannsen|Johannsen]]&lt;br /&gt;
***That sounds about right. However, don&amp;#039;t the linkages have to specify which input or output they are connected to? Links might need properties too (color, type, etc.).--[[User:Pdgelling|Pdgelling]]&lt;br /&gt;
&lt;br /&gt;
===Module Request===&lt;br /&gt;
*A scripted module, that would allow in-program customization of a module&amp;#039;s function with javascript or python. --[[User:Sambaker|Sambaker]] 08:36, 19 February 2011 (PST)&lt;br /&gt;
*this module I want sounds really really stupid, which is usually a good sign. Its a module that does absolutely nothing, it has minimal properties that would probably be in module base class (like name), and it takes any number of inputs and outputs. Here&amp;#039;s what it would be good for: requires extension points to be useful,is a specification, allows the abstract nodes to be be isolated for a test specification (the &amp;quot;test space&amp;quot;)--[[User:Johannsen|Johannsen]]&lt;br /&gt;
**Hmm... I don&amp;#039;t quite get what you mean. But, there is one container module in NeatTools that does nothing and can have any number of input and output. Is that what you are thinking about, or its something else?--[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
***That might be the one I&amp;#039;ll check it out. I&amp;#039;m looking at from point of view of making neattools more like an IDE, so it would support new module definition within IDE and the extension would be very limited. For example being able to define a &amp;quot;plus&amp;quot; module by drawing two inputs, one output, and limiting extension code to implementing an interface. Being able to define test data before implementing would be a really nice feature.--[[User:Johannsen|Johannsen]]&lt;br /&gt;
&lt;br /&gt;
===Existing Feature Change/Improve===&lt;br /&gt;
*The socket modules on the current NeatTools have been the biggest impediment to integrating with Flash. Flash&amp;#039;s potential as a visualization tool (including 3D) as well as GUI/Front End is something I&amp;#039;d really like to explore more. [[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;br /&gt;
**I agree with Sam. In the new NeatTools, we should provide the socket as dumb pipe. On top of that, we can build up the notion of Channels, Objects, or encryption layer.--[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
**The previous NeatTools design over the socket is that: In order to address the issue of matching the speed between the consumer and producer when dealing with Audio/Video or other type of packet of data that need feedback acknowledgment to adjust the rate of communication in both ends. The protocol become too complicate and confusing for simple communication with regular event with object data. In stead of making it the default protocol, we should just separate it into an protocol object cascade with socket object to handle this special case. --[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
*Take a look at how Blender (an open-source 3D program) handles the connection of different modules (or nodes). Things I like about their approach: Labeled and color-coded inputs and outputs in discrete locations and collapsible nodes with properties/controls directly on the node. I also like how they handle groups (Complex Object) at about 3:30. [http://www.blendercookie.com/2009/07/16/creating-a-reusable-node-library/ Nodes(a.k.a. Modules)][[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===GUI===&lt;br /&gt;
*What I have in mind in turns of 3D is that, the 2D Desktop in NeatTools is now become a 3D space where molecules with 3D presentation connecting stream of data. So, the data flow is still the same, only the 2D presentation become 3D. --[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
**I think the current 2D interface works really well.  Rather than 3D, I would like to see improvements/updates to the current 2D interface. 3D adds a level of complexity that could make simple operation (navigation and manipulation) much more difficult. Where I do see 3D being potentially useful is organizationally. Keep the current 2D workspace, but have multiple ones, layered in 3D space, akin to the Complex Object. Each layer could contain a (reusable) part of the final program (method). You could then icon-ize each layer for a meta view of the program.[[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;br /&gt;
**I think that its possible to create a 3D interface using multi-touch that is immersive and intuitive. But, its not automatic. We probably need to put some thoughts on that front. For mouse and keyboard, I think its very hard to make it intuitive. What do you think?--[[User:Yuhjyechang|Yuhjyechang]]&lt;br /&gt;
**It seems to me that the 3D aspect of NeatTools needs to serve a purpose, either making something easier to use or easier to visualize, but be optional, or at least limited if so desired. For example, a &amp;quot;legacy mode&amp;quot; which while still 3D would be more like 2.5D, basically it would look and function similarly to the current NeatTools for systems where 3D would be more cumbersome.[[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===Questions?===&lt;br /&gt;
*Joh, Yuh-Jye: Speaking of the cross-platform development, could you talk a little about the Java version of [[History | Neat Software]], specifically what security restrictions prompted Java to be abandoned in favor of C++ and whether that reasoning would still applies to a future version of NeatTools? --[[User:Sambaker|Sambaker]] 17:08, 27 February 2011 (PST)&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=395</id>
		<title>Category:Development</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=395"/>
		<updated>2011-02-19T16:48:10Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: /* General Feature Requests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==NeatTools 2.0 Brainstorm==&lt;br /&gt;
&lt;br /&gt;
This will all change, I&amp;#039;m sure, but to get started:&lt;br /&gt;
Please sign your comments for reference.--[[User:Sambaker|Sambaker]] 15:57, 17 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
How do you sign a comment? -- PDG&lt;br /&gt;
Type four (4) tildes &amp;quot;~&amp;quot; in a row or press the signature button (second from the right) --[[User:Sambaker|Sambaker]] 08:32, 19 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===General Dev. Discussion===&lt;br /&gt;
(here)&lt;br /&gt;
===General Feature Requests/Discussion===&lt;br /&gt;
* Some way to create a compiled redistributable binary of an NTL or source code in another language.[[User:Sambaker|Sambaker]] 08:48, 19 February 2011 (PST)&lt;br /&gt;
** Save As.. (exe, C, C++, xml, etc...)&lt;br /&gt;
** In conjunction with some specific modules, this function could be used to create firmware for micro-controllers (I&amp;#039;ll let Paul elaborate on this)[[User:Sambaker|Sambaker]] 08:48, 19 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===Module Request===&lt;br /&gt;
*A scripted module, that would allow in-program customization of a module&amp;#039;s function with javascript or something of the like. [[User:Sambaker|Sambaker]] 08:36, 19 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===Existing Feature Change/Improve===&lt;br /&gt;
(here)&lt;br /&gt;
===GUI===&lt;br /&gt;
(here)&lt;br /&gt;
===Questions?===&lt;br /&gt;
(here)&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=394</id>
		<title>Category:Development</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=394"/>
		<updated>2011-02-19T16:37:18Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: /* Module Request */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==NeatTools 2.0 Brainstorm==&lt;br /&gt;
&lt;br /&gt;
This will all change, I&amp;#039;m sure, but to get started:&lt;br /&gt;
Please sign your comments for reference.--[[User:Sambaker|Sambaker]] 15:57, 17 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
How do you sign a comment? -- PDG&lt;br /&gt;
Type four (4) tildes &amp;quot;~&amp;quot; in a row or press the signature button (second from the right) --[[User:Sambaker|Sambaker]] 08:32, 19 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===General Dev. Discussion===&lt;br /&gt;
(here)&lt;br /&gt;
===General Feature Requests===&lt;br /&gt;
(here)&lt;br /&gt;
===Module Request===&lt;br /&gt;
*A scripted module, that would allow in-program customization of a module&amp;#039;s function with javascript or something of the like. [[User:Sambaker|Sambaker]] 08:36, 19 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===Existing Feature Change/Improve===&lt;br /&gt;
(here)&lt;br /&gt;
===GUI===&lt;br /&gt;
(here)&lt;br /&gt;
===Questions?===&lt;br /&gt;
(here)&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=393</id>
		<title>Category:Development</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=393"/>
		<updated>2011-02-19T16:36:45Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==NeatTools 2.0 Brainstorm==&lt;br /&gt;
&lt;br /&gt;
This will all change, I&amp;#039;m sure, but to get started:&lt;br /&gt;
Please sign your comments for reference.--[[User:Sambaker|Sambaker]] 15:57, 17 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
How do you sign a comment? -- PDG&lt;br /&gt;
Type four (4) tildes &amp;quot;~&amp;quot; in a row or press the signature button (second from the right) --[[User:Sambaker|Sambaker]] 08:32, 19 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===General Dev. Discussion===&lt;br /&gt;
(here)&lt;br /&gt;
===General Feature Requests===&lt;br /&gt;
(here)&lt;br /&gt;
===Module Request===&lt;br /&gt;
A scripted module, that would allow in-program customization of a module&amp;#039;s function with javascript or something of the like. [[User:Sambaker|Sambaker]] 08:36, 19 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===Existing Feature Change/Improve===&lt;br /&gt;
(here)&lt;br /&gt;
===GUI===&lt;br /&gt;
(here)&lt;br /&gt;
===Questions?===&lt;br /&gt;
(here)&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=392</id>
		<title>Category:Development</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=392"/>
		<updated>2011-02-19T16:36:00Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: /* Module Request */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==NeatTools 2.0 Brainstorm==&lt;br /&gt;
&lt;br /&gt;
This will all change, I&amp;#039;m sure, but to get started:&lt;br /&gt;
Please sign your comments for reference.--[[User:Sambaker|Sambaker]] 15:57, 17 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
How do you sign a comment? -- PDG&lt;br /&gt;
Type four (4) tildes &amp;quot;~&amp;quot; in a row or press the signature button (second from the right) --[[User:Sambaker|Sambaker]] 08:32, 19 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===General Feature Requests===&lt;br /&gt;
(here)&lt;br /&gt;
===Module Request===&lt;br /&gt;
A scripted module, that would allow in-program customization of a module&amp;#039;s function with javascript or something of the like. [[User:Sambaker|Sambaker]] 08:36, 19 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===Existing Feature Change/Improve===&lt;br /&gt;
(here)&lt;br /&gt;
===GUI===&lt;br /&gt;
(here)&lt;br /&gt;
===Questions?===&lt;br /&gt;
(here)&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=391</id>
		<title>Category:Development</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=391"/>
		<updated>2011-02-19T16:32:48Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==NeatTools 2.0 Brainstorm==&lt;br /&gt;
&lt;br /&gt;
This will all change, I&amp;#039;m sure, but to get started:&lt;br /&gt;
Please sign your comments for reference.--[[User:Sambaker|Sambaker]] 15:57, 17 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
How do you sign a comment? -- PDG&lt;br /&gt;
Type four (4) tildes &amp;quot;~&amp;quot; in a row or press the signature button (second from the right) --[[User:Sambaker|Sambaker]] 08:32, 19 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===General Feature Requests===&lt;br /&gt;
(here)&lt;br /&gt;
===Module Request===&lt;br /&gt;
(here)&lt;br /&gt;
===Existing Feature Change/Improve===&lt;br /&gt;
(here)&lt;br /&gt;
===GUI===&lt;br /&gt;
(here)&lt;br /&gt;
===Questions?===&lt;br /&gt;
(here)&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=389</id>
		<title>Category:Development</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=389"/>
		<updated>2011-02-17T23:57:26Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==NeatTools 2.0 Brainstorm==&lt;br /&gt;
&lt;br /&gt;
This will all change, I&amp;#039;m sure, but to get started:&lt;br /&gt;
Please sign your comments for reference.--[[User:Sambaker|Sambaker]] 15:57, 17 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
===General Feature Requests===&lt;br /&gt;
(here)&lt;br /&gt;
===Module Request===&lt;br /&gt;
(here)&lt;br /&gt;
===Existing Feature Change/Improve===&lt;br /&gt;
(here)&lt;br /&gt;
===GUI===&lt;br /&gt;
(here)&lt;br /&gt;
===Questions?===&lt;br /&gt;
(here)&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=388</id>
		<title>Category:Development</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Category:Development&amp;diff=388"/>
		<updated>2011-02-17T23:55:25Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==NeatTools 2.0 Brainstorm==&lt;br /&gt;
&lt;br /&gt;
This will all change, I&amp;#039;m sure, but to get started:&lt;br /&gt;
&lt;br /&gt;
===General Feature Requests===&lt;br /&gt;
(here)&lt;br /&gt;
===Module Request===&lt;br /&gt;
(here)&lt;br /&gt;
===Existing Feature Change/Improve===&lt;br /&gt;
(here)&lt;br /&gt;
===GUI===&lt;br /&gt;
(here)&lt;br /&gt;
===Questions?===&lt;br /&gt;
(here)&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Programs&amp;diff=384</id>
		<title>Programs</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Programs&amp;diff=384"/>
		<updated>2010-07-29T21:30:20Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;under construction&lt;br /&gt;
&lt;br /&gt;
==Sam&amp;#039;s Average Hello World Program==&lt;br /&gt;
&lt;br /&gt;
This is the program that was created for the youtube video.&lt;br /&gt;
&lt;br /&gt;
hello world.ntl[http://neattools.org/ntls/hello%20world.ntl]&lt;br /&gt;
&lt;br /&gt;
==Alex Blainey&amp;#039;s Hello World Program==&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;m having a bout of insomnia so thought i&amp;#039;d have a play with neattools. The result is attached. It was a little bit harder than the average &amp;#039;hello world&amp;#039; program. It has a few quirks mainly because the delay module won&amp;#039;t pass a chain of zero&amp;#039;s. I should have made flip flop based memory, but was just experimenting and the end result works (mostly). Enjoy.&lt;br /&gt;
&lt;br /&gt;
helloworld_display.ntl[http://www.sensyr.com/NeatTools/helloworld_display.ntl]&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=381</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=381"/>
		<updated>2010-07-17T22:25:55Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
[[File:not.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If input is true, output is false, and vice versa.&lt;br /&gt;
&lt;br /&gt;
==And==&lt;br /&gt;
Logical And.&lt;br /&gt;
[[File:and.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If all the outputs are true, then output is true.&lt;br /&gt;
If any inputs are &lt;br /&gt;
&lt;br /&gt;
==Or==&lt;br /&gt;
Logical Or.&lt;br /&gt;
[[File:or.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If at least one of the inputs are true, then output is true.&lt;br /&gt;
&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
Logical Xor.&lt;br /&gt;
[[File:xor.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
Greater than for use with integers.&lt;br /&gt;
[[File:greater.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than Input 2 (top), output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
Greater than or equal for use with integers.&lt;br /&gt;
[[File:greaterequal.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than or equal to Input 2 (top), output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Equal==&lt;br /&gt;
Equal for use with integers.&lt;br /&gt;
[[File:equal.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is equal to Input 2, the output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
Not Equal for use with integers.&lt;br /&gt;
[[File:notequal.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is not equal to Input 2, the output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Add==&lt;br /&gt;
Addition for use with integers.&lt;br /&gt;
[[File:add.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Sums all inputs and outputs the result.&lt;br /&gt;
&lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
Multiplication for use with integers.&lt;br /&gt;
[[File:multiply.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Outputs the product of all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
Subtraction for use with integers.&lt;br /&gt;
[[File:subtract.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 minus Input 2 equals output.&lt;br /&gt;
&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
Division for use with integers.&lt;br /&gt;
[[File:divide.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 divided by Input 2 equals output.&lt;br /&gt;
&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
Calculates absolute value.&lt;br /&gt;
[[File:absvalue.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1))&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Outputs the absolute value of the input.&lt;br /&gt;
&lt;br /&gt;
==Integer Power==&lt;br /&gt;
Raises integer to a power.&lt;br /&gt;
[[File:power.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 raised to the power of Input 2.&lt;br /&gt;
&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
Outputs the maximum integer value.&lt;br /&gt;
[[File:max.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Returns the highest current value from all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
Outputs the minimum integer value.&lt;br /&gt;
[[File:min.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Returns the lowest current value from all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Remainder==&lt;br /&gt;
The Modulus operator. Calculates remainder (for use with integers).&lt;br /&gt;
[[File:percent.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
The remainder of Input 1 divided by Input 2. (e.g. 5%2=1).&lt;br /&gt;
&lt;br /&gt;
==Integer Random==&lt;br /&gt;
Generates a random integer value.&lt;br /&gt;
[[File:random.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Control, integer(1)&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
When Control receives a signal, it outputs a random integer of set bit depth.&lt;br /&gt;
&lt;br /&gt;
==Control==&lt;br /&gt;
Opens and closes a switch.&lt;br /&gt;
[[File:control.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=N, integer(1); Control, integer(1)&lt;br /&gt;
|leftinput=In, polymorph(1 per N)&lt;br /&gt;
|rightoutput=Out, matching type(∞ per N)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N&lt;br /&gt;
|data2=sets the number of matching input and output pairs(1-512).&lt;br /&gt;
}}&lt;br /&gt;
When Control receives a signal, a connection is made between corresponding inputs and outputs.&lt;br /&gt;
&lt;br /&gt;
==Sample==&lt;br /&gt;
Sample input values on demand.&lt;br /&gt;
[[File:sample.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=N, integer(1); Control, integer(1)&lt;br /&gt;
|leftinput=In, polymorph(1 per N)&lt;br /&gt;
|rightoutput=Out, matching type(∞ per N)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N&lt;br /&gt;
|data2=sets the number of matching input and output pairs(1-512).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Pulse==&lt;br /&gt;
Event production shaped pulse.&lt;br /&gt;
[[File:pulse.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Delay==&lt;br /&gt;
Delays sending current value until next event is received.&lt;br /&gt;
[[File:delay.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Accumulator==&lt;br /&gt;
Counts events.&lt;br /&gt;
[[File:accumulate.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Enable, integer(1)&lt;br /&gt;
|leftinput=Clock, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
Selects on input to be current output.&lt;br /&gt;
[[File:mux.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=N, integer(1); Select, integer(1)&lt;br /&gt;
|leftinput=polymorph(1 per N)&lt;br /&gt;
|rightoutput=matching type(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N&lt;br /&gt;
|data2=sets the number of inputs (2-512).&lt;br /&gt;
|label3=select&lt;br /&gt;
|data3=sets the input selected value (0-[N-1]).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
Sends signal input to selected output.&lt;br /&gt;
[[File:demux.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=N, integer(1); Select, integer(1)&lt;br /&gt;
|leftinput=polymorph(1)&lt;br /&gt;
|rightoutput=matching type(∞ per N)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N&lt;br /&gt;
|data2=sets the number of inputs (2-512).&lt;br /&gt;
|label3=select&lt;br /&gt;
|data3=sets the input selected value (0-[N-1]).&lt;br /&gt;
|label4=sendResetEvent&lt;br /&gt;
|data4=clears the non-triggered outputs (Boolean). &lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Encoder==&lt;br /&gt;
Converts bytes to integers.*&lt;br /&gt;
[[File:encode.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=N, integer(1)&lt;br /&gt;
|leftinput=integer(1 per N)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N&lt;br /&gt;
|data2=sets the number of inputs (2-32).&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Decoder==&lt;br /&gt;
Converts the byte values of integers.*&lt;br /&gt;
[[File:decode.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=N, integer(1)&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞ per N)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N&lt;br /&gt;
|data2=sets the number of outputs (2-32).&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Exclusive==&lt;br /&gt;
For radio button.*&lt;br /&gt;
[[File:exclusive.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=N, integer(1)&lt;br /&gt;
|leftinput=integer(∞ per N)&lt;br /&gt;
|rightoutput=integer(∞ per N)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|lanel1=moduleColor&lt;br /&gt;
|data1=sets the module color(RGB)&lt;br /&gt;
|labe2=N&lt;br /&gt;
|data2=sets the number of matching inputs and outputs (2-32).&lt;br /&gt;
|label3=trueEventOnly&lt;br /&gt;
|data3=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
Cycling clock.&lt;br /&gt;
[[File:clockdivide.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=Clock, integer(1)&lt;br /&gt;
|rightoutput=Clock / N, integer (∞ per N)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
|labe2=N&lt;br /&gt;
|data2=sets the number of outputs (2-512).&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Time==&lt;br /&gt;
Provides current time (use with date module).&lt;br /&gt;
[[File:time.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
For fast timing.&lt;br /&gt;
[[File:HPC.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Calibrate==&lt;br /&gt;
Accommodates signal range (min to max).&lt;br /&gt;
[[File:calibrate.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Average Filter==&lt;br /&gt;
Running average.&lt;br /&gt;
[[File:average.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
For use with musical modules.&lt;br /&gt;
[[File:delaysustain.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==State Object==&lt;br /&gt;
State machine element (advanced).&lt;br /&gt;
[[File:state.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Timers==&lt;br /&gt;
Activates at regular specified time intervals.&lt;br /&gt;
[[File:timer.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=380</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=380"/>
		<updated>2010-07-17T17:30:39Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
[[File:not.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If input is true, output is false, and vice versa.&lt;br /&gt;
&lt;br /&gt;
==And==&lt;br /&gt;
Logical And.&lt;br /&gt;
[[File:and.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If all the outputs are true, then output is true.&lt;br /&gt;
If any inputs are &lt;br /&gt;
&lt;br /&gt;
==Or==&lt;br /&gt;
Logical Or.&lt;br /&gt;
[[File:or.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If at least one of the inputs are true, then output is true.&lt;br /&gt;
&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
Logical Xor.&lt;br /&gt;
[[File:xor.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
Greater than for use with integers.&lt;br /&gt;
[[File:greater.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than Input 2 (top), output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
Greater than or equal for use with integers.&lt;br /&gt;
[[File:greaterequal.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than or equal to Input 2 (top), output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Equal==&lt;br /&gt;
Equal for use with integers.&lt;br /&gt;
[[File:equal.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is equal to Input 2, the output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
Not Equal for use with integers.&lt;br /&gt;
[[File:notequal.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is not equal to Input 2, the output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Add==&lt;br /&gt;
Addition for use with integers.&lt;br /&gt;
[[File:add.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Sums all inputs and outputs the result.&lt;br /&gt;
&lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
Multiplication for use with integers.&lt;br /&gt;
[[File:multiply.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Outputs the product of all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
Subtraction for use with integers.&lt;br /&gt;
[[File:subtract.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 minus Input 2 equals output.&lt;br /&gt;
&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
Division for use with integers.&lt;br /&gt;
[[File:divide.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 divided by Input 2 equals output.&lt;br /&gt;
&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
Calculates absolute value.&lt;br /&gt;
[[File:absvalue.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1))&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Outputs the absolute value of the input.&lt;br /&gt;
&lt;br /&gt;
==Integer Power==&lt;br /&gt;
Raises integer to a power.&lt;br /&gt;
[[File:power.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 raised to the power of Input 2.&lt;br /&gt;
&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
Outputs the maximum integer value.&lt;br /&gt;
[[File:max.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Returns the highest current value from all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
Outputs the minimum integer value.&lt;br /&gt;
[[File:min.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Returns the lowest current value from all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Remainder==&lt;br /&gt;
The Modulus operator. Calculates remainder (for use with integers).&lt;br /&gt;
[[File:percent.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
The remainder of Input 1 divided by Input 2. (e.g. 5%2=1).&lt;br /&gt;
&lt;br /&gt;
==Integer Random==&lt;br /&gt;
Generates a random integer value.&lt;br /&gt;
[[File:random.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Control, integer(1)&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
When Control receives a signal, it outputs a random integer of set bit depth.&lt;br /&gt;
&lt;br /&gt;
==Control==&lt;br /&gt;
Opens and closes a switch.&lt;br /&gt;
[[File:control.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=N, integer(1); Control, integer(1)&lt;br /&gt;
|leftinput=In, polymorph(1 per N)&lt;br /&gt;
|rightoutput=Out, matching type(∞ per N)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N&lt;br /&gt;
|data2=sets the number of matching input and output pairs(1-512).&lt;br /&gt;
}}&lt;br /&gt;
When Control receives a signal, a connection is made between corresponding inputs and outputs.&lt;br /&gt;
&lt;br /&gt;
==Sample==&lt;br /&gt;
Sample input values on demand.&lt;br /&gt;
[[File:sample.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=N, integer(1); Control, integer(1)&lt;br /&gt;
|leftinput=In, polymorph(1 per N)&lt;br /&gt;
|rightoutput=Out, matching type(∞ per N)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N&lt;br /&gt;
|data2=sets the number of matching input and output pairs(1-512).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Pulse==&lt;br /&gt;
Event production shaped pulse.&lt;br /&gt;
[[File:pulse.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Delay==&lt;br /&gt;
Delays sending current value until next event is received.&lt;br /&gt;
[[File:delay.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Accumulator==&lt;br /&gt;
Counts events.&lt;br /&gt;
[[File:accumulate.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Enable, integer(1)&lt;br /&gt;
|leftinput=Clock, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
Selects on input to be current output.&lt;br /&gt;
[[File:mux.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=N, integer(1); Select, integer(1)&lt;br /&gt;
|leftinput=polymorph(1 per N)&lt;br /&gt;
|rightoutput=matching type(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N&lt;br /&gt;
|data2=sets the number of inputs (2-512).&lt;br /&gt;
|label3=select&lt;br /&gt;
|data3=sets the input selected value (0-[N-1]).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
Sends signal input to selected output.&lt;br /&gt;
[[File:demux.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=N, integer(1); Select, integer(1)&lt;br /&gt;
|leftinput=polymorph(1)&lt;br /&gt;
|rightoutput=matching type(∞ per N)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N&lt;br /&gt;
|data2=sets the number of inputs (2-512).&lt;br /&gt;
|label3=select&lt;br /&gt;
|data3=sets the input selected value (0-[N-1]).&lt;br /&gt;
|label4=sendResetEvent&lt;br /&gt;
|data4=clears the non-triggered outputs(Boolean) &lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Encoder==&lt;br /&gt;
Converts bytes to integers.&lt;br /&gt;
[[File:encode.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Decoder==&lt;br /&gt;
Converts the byte values of integers.&lt;br /&gt;
[[File:decode.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Exclusive==&lt;br /&gt;
For radio button.&lt;br /&gt;
[[File:exclusive.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
Cycling clock.&lt;br /&gt;
[[File:clockdivide.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Time==&lt;br /&gt;
Provides current time (use with date module).&lt;br /&gt;
[[File:time.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
For fast timing.&lt;br /&gt;
[[File:HPC.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Calibrate==&lt;br /&gt;
Accommodates signal range (min to max).&lt;br /&gt;
[[File:calibrate.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Average Filter==&lt;br /&gt;
Running average.&lt;br /&gt;
[[File:average.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
For use with musical modules.&lt;br /&gt;
[[File:delaysustain.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==State Object==&lt;br /&gt;
State machine element (advanced).&lt;br /&gt;
[[File:state.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Timers==&lt;br /&gt;
Activates at regular specified time intervals.&lt;br /&gt;
[[File:timer.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=379</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=379"/>
		<updated>2010-07-17T16:57:47Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
[[File:not.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If input is true, output is false, and vice versa.&lt;br /&gt;
&lt;br /&gt;
==And==&lt;br /&gt;
Logical And.&lt;br /&gt;
[[File:and.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If all the outputs are true, then output is true.&lt;br /&gt;
If any inputs are &lt;br /&gt;
&lt;br /&gt;
==Or==&lt;br /&gt;
Logical Or.&lt;br /&gt;
[[File:or.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If at least one of the inputs are true, then output is true.&lt;br /&gt;
&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
Logical Xor.&lt;br /&gt;
[[File:xor.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
Greater than for use with integers.&lt;br /&gt;
[[File:greater.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than Input 2 (top), output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
Greater than or equal for use with integers.&lt;br /&gt;
[[File:greaterequal.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than or equal to Input 2 (top), output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Equal==&lt;br /&gt;
Equal for use with integers.&lt;br /&gt;
[[File:equal.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is equal to Input 2, the output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
Not Equal for use with integers.&lt;br /&gt;
[[File:notequal.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is not equal to Input 2, the output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Add==&lt;br /&gt;
Addition for use with integers.&lt;br /&gt;
[[File:add.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Sums all inputs and outputs the result.&lt;br /&gt;
&lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
Multiplication for use with integers.&lt;br /&gt;
[[File:multiply.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Outputs the product of all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
Subtraction for use with integers.&lt;br /&gt;
[[File:subtract.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 minus Input 2 equals output.&lt;br /&gt;
&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
Division for use with integers.&lt;br /&gt;
[[File:divide.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 divided by Input 2 equals output.&lt;br /&gt;
&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
Calculates absolute value.&lt;br /&gt;
[[File:absvalue.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1))&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Outputs the absolute value of the input.&lt;br /&gt;
&lt;br /&gt;
==Integer Power==&lt;br /&gt;
Raises integer to a power.&lt;br /&gt;
[[File:power.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 raised to the power of Input 2.&lt;br /&gt;
&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
Outputs the maximum integer value.&lt;br /&gt;
[[File:max.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Returns the highest current value from all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
Outputs the minimum integer value.&lt;br /&gt;
[[File:min.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Returns the lowest current value from all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Remainder==&lt;br /&gt;
The Modulus operator. Calculates remainder (for use with integers).&lt;br /&gt;
[[File:percent.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
The remainder of Input 1 divided by Input 2. (e.g. 5%2=1).&lt;br /&gt;
&lt;br /&gt;
==Integer Random==&lt;br /&gt;
Generates a random integer value.&lt;br /&gt;
[[File:random.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Control, integer(1)&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
When Control receives a signal, it outputs a random integer of set bit depth.&lt;br /&gt;
&lt;br /&gt;
==Control==&lt;br /&gt;
Opens and closes a switch.&lt;br /&gt;
[[File:control.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Drag N, integer(1); Control, integer(1)&lt;br /&gt;
|leftinput=In, polymorph(1 per N)&lt;br /&gt;
|rightoutput=Out, matching type(∞ per N)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N&lt;br /&gt;
|data2=sets the number of matching input and output pairs(1-512).&lt;br /&gt;
}}&lt;br /&gt;
When Control receives a signal, a connection is made between corresponding inputs and outputs.&lt;br /&gt;
&lt;br /&gt;
==Sample==&lt;br /&gt;
Sample input values on demand.&lt;br /&gt;
[[File:sample.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Drag N, integer(1); Control, integer(1)&lt;br /&gt;
|leftinput=In, polymorph(1 per N)&lt;br /&gt;
|rightoutput=Out, matching type(∞ per N)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N&lt;br /&gt;
|data2=sets the number of matching input and output pairs(1-512).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Pulse==&lt;br /&gt;
Event production shaped pulse.&lt;br /&gt;
[[File:pulse.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Delay==&lt;br /&gt;
Delays sending current value until next event is received.&lt;br /&gt;
[[File:delay.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Accumulator==&lt;br /&gt;
Counts events.&lt;br /&gt;
[[File:accumulate.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
Selects on input to be current output.&lt;br /&gt;
[[File:mux.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
Sends signal input to selected output.&lt;br /&gt;
[[File:demux.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Encoder==&lt;br /&gt;
Converts bytes to integers.&lt;br /&gt;
[[File:encode.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Decoder==&lt;br /&gt;
Converts the byte values of integers.&lt;br /&gt;
[[File:decode.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Exclusive==&lt;br /&gt;
For radio button.&lt;br /&gt;
[[File:exclusive.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
Cycling clock.&lt;br /&gt;
[[File:clockdivide.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Time==&lt;br /&gt;
Provides current time (use with date module).&lt;br /&gt;
[[File:time.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
For fast timing.&lt;br /&gt;
[[File:HPC.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Calibrate==&lt;br /&gt;
Accommodates signal range (min to max).&lt;br /&gt;
[[File:calibrate.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Average Filter==&lt;br /&gt;
Running average.&lt;br /&gt;
[[File:average.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
For use with musical modules.&lt;br /&gt;
[[File:delaysustain.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==State Object==&lt;br /&gt;
State machine element (advanced).&lt;br /&gt;
[[File:state.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Timers==&lt;br /&gt;
Activates at regular specified time intervals.&lt;br /&gt;
[[File:timer.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=378</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=378"/>
		<updated>2010-07-17T16:51:41Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
[[File:not.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If input is true, output is false, and vice versa.&lt;br /&gt;
&lt;br /&gt;
==And==&lt;br /&gt;
Logical And.&lt;br /&gt;
[[File:and.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If all the outputs are true, then output is true.&lt;br /&gt;
If any inputs are &lt;br /&gt;
&lt;br /&gt;
==Or==&lt;br /&gt;
Logical Or.&lt;br /&gt;
[[File:or.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If at least one of the inputs are true, then output is true.&lt;br /&gt;
&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
Logical Xor.&lt;br /&gt;
[[File:xor.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
Greater than for use with integers.&lt;br /&gt;
[[File:greater.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than Input 2 (top), output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
Greater than or equal for use with integers.&lt;br /&gt;
[[File:greaterequal.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than or equal to Input 2 (top), output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Equal==&lt;br /&gt;
Equal for use with integers.&lt;br /&gt;
[[File:equal.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is equal to Input 2, the output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
Not Equal for use with integers.&lt;br /&gt;
[[File:notequal.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is not equal to Input 2, the output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Add==&lt;br /&gt;
Addition for use with integers.&lt;br /&gt;
[[File:add.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Sums all inputs and outputs the result.&lt;br /&gt;
&lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
Multiplication for use with integers.&lt;br /&gt;
[[File:multiply.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Outputs the product of all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
Subtraction for use with integers.&lt;br /&gt;
[[File:subtract.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 minus Input 2 equals output.&lt;br /&gt;
&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
Division for use with integers.&lt;br /&gt;
[[File:divide.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 divided by Input 2 equals output.&lt;br /&gt;
&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
Calculates absolute value.&lt;br /&gt;
[[File:absvalue.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1))&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Outputs the absolute value of the input.&lt;br /&gt;
&lt;br /&gt;
==Integer Power==&lt;br /&gt;
Raises integer to a power.&lt;br /&gt;
[[File:power.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 raised to the power of Input 2.&lt;br /&gt;
&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
Outputs the maximum integer value.&lt;br /&gt;
[[File:max.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Returns the highest current value from all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
Outputs the minimum integer value.&lt;br /&gt;
[[File:min.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Returns the lowest current value from all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Remainder==&lt;br /&gt;
The Modulus operator. Calculates remainder (for use with integers).&lt;br /&gt;
[[File:percent.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
The remainder of Input 1 divided by Input 2. (e.g. 5%2=1).&lt;br /&gt;
&lt;br /&gt;
==Integer Random==&lt;br /&gt;
Generates a random integer value.&lt;br /&gt;
[[File:random.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Control, integer(1)&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
When Control receives a signal, it outputs a random integer of set bit depth.&lt;br /&gt;
&lt;br /&gt;
==Control==&lt;br /&gt;
Opens and closes a switch.&lt;br /&gt;
[[File:control.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Drag N, integer(1); Control, integer(1)&lt;br /&gt;
|leftinput=In, polymorph(1 per N)&lt;br /&gt;
|rightoutput=Out, matching type(∞ per N)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N&lt;br /&gt;
|data2=sets the number of matching input and output pairs(1-512).&lt;br /&gt;
}}&lt;br /&gt;
When Control receives a signal, a connection is made between corresponding inputs and outputs.&lt;br /&gt;
&lt;br /&gt;
==Sample==&lt;br /&gt;
Sample input values on demand.&lt;br /&gt;
[[File:sample.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Pulse==&lt;br /&gt;
Event production shaped pulse.&lt;br /&gt;
[[File:pulse.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Delay==&lt;br /&gt;
Delays sending current value until next event is received.&lt;br /&gt;
[[File:delay.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Accumulator==&lt;br /&gt;
Counts events.&lt;br /&gt;
[[File:accumulate.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
Selects on input to be current output.&lt;br /&gt;
[[File:mux.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
Sends signal input to selected output.&lt;br /&gt;
[[File:demux.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Encoder==&lt;br /&gt;
Converts bytes to integers.&lt;br /&gt;
[[File:encode.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Decoder==&lt;br /&gt;
Converts the byte values of integers.&lt;br /&gt;
[[File:decode.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Exclusive==&lt;br /&gt;
For radio button.&lt;br /&gt;
[[File:exclusive.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
Cycling clock.&lt;br /&gt;
[[File:clockdivide.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Time==&lt;br /&gt;
Provides current time (use with date module).&lt;br /&gt;
[[File:time.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
For fast timing.&lt;br /&gt;
[[File:HPC.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Calibrate==&lt;br /&gt;
Accommodates signal range (min to max).&lt;br /&gt;
[[File:calibrate.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Average Filter==&lt;br /&gt;
Running average.&lt;br /&gt;
[[File:average.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
For use with musical modules.&lt;br /&gt;
[[File:delaysustain.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==State Object==&lt;br /&gt;
State machine element (advanced).&lt;br /&gt;
[[File:state.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Timers==&lt;br /&gt;
Activates at regular specified time intervals.&lt;br /&gt;
[[File:timer.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Category:Tutorials&amp;diff=330</id>
		<title>Category:Tutorials</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Category:Tutorials&amp;diff=330"/>
		<updated>2010-01-26T05:37:29Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Your First NeatTools Program==&lt;br /&gt;
&amp;lt;youtube&amp;gt;02lEC3s0xUM&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Main_Page&amp;diff=329</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Main_Page&amp;diff=329"/>
		<updated>2010-01-26T05:36:56Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==NeatTools==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background: #eef&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;vertical-align:top; border-top: 1px solid #ccf; border-left: 1px solid #ccf; border-bottom: 1px solid #ccf; padding: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
* [http://neattools.org Main Site]&lt;br /&gt;
* [http://neattools.org/downloads.html Downloads]&lt;br /&gt;
* [[Installation]]&lt;br /&gt;
* [[Interface]]&lt;br /&gt;
* [[:Category:Modules|Modules]]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;vertical-align:top; border-top: 1px solid #ccf; border-right: 1px solid #ccf; border-bottom: 1px solid #ccf; padding: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
* [[Programs]]&lt;br /&gt;
* [[:Category:Tutorials#Your First NeatTools Program|Your First NeatTools Program]]&lt;br /&gt;
* [[:Category:Development|Development]]&lt;br /&gt;
* [[History]]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Category:Tutorials&amp;diff=328</id>
		<title>Category:Tutorials</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Category:Tutorials&amp;diff=328"/>
		<updated>2010-01-26T05:35:22Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: Created page with &amp;#039;&amp;lt;youtube&amp;gt;02lEC3s0xUM&amp;lt;/youtube&amp;gt;&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;youtube&amp;gt;02lEC3s0xUM&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Interface&amp;diff=327</id>
		<title>Interface</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Interface&amp;diff=327"/>
		<updated>2010-01-26T05:24:22Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Status Bar==&lt;br /&gt;
The status bar, located just below the title bar displays the mouse X and Y coordinates (relative to the NeatTools desktop), the overall magnification (% zoom level), and particulars on the various modules and/or links associated with the current mouse cursor position.&lt;br /&gt;
&lt;br /&gt;
==Toolbars==&lt;br /&gt;
Two vertical toolbars are on the left side of the window. They are the Desktop Toolbar (DT) and the Tool Toolbar (TL).  The Desktop Toolbar contains things that help you create NeatTools programs, while the Tool Toolbar (catchy name right?) contains things that deal with the running of NeatTools itself.&lt;br /&gt;
&lt;br /&gt;
;Desktop Toolbar&lt;br /&gt;
;DT:Detaches the toolbar into a separate window. (toggle)&lt;br /&gt;
;ED:Edit mode (toggle)&lt;br /&gt;
;GL:Snap to grid (toggle)&lt;br /&gt;
;HK:Show/Hide links&lt;br /&gt;
;Ru:Show/Hide Ruler&lt;br /&gt;
;Sc:Show/Hide Scale slider (left side of main window)&lt;br /&gt;
;GD:Show/Hide Grid (toggle)&lt;br /&gt;
;DL:[[Digital Logic Toolbox]](toggle)&lt;br /&gt;
;MA:[[Math Toolbox]](toggle)&lt;br /&gt;
;KB:[[Keyboard Toolbox]](toggle)&lt;br /&gt;
;MM:[[Multimedia Toolbox]](toggle)&lt;br /&gt;
;DS:[[Display Toolbox]](toggle)&lt;br /&gt;
;IO:[[Input/Output Toolbox]](toggle)&lt;br /&gt;
;MI:[[Miscellaneous Toolbox]](toggle)&lt;br /&gt;
;EM:[[External Toolbox]](toggle)&lt;br /&gt;
&lt;br /&gt;
;Tool Toolbar&lt;br /&gt;
;TL:Detaches the toolbar into a separate window. (toggle)&lt;br /&gt;
;nF:New file&lt;br /&gt;
;oF:Open file&lt;br /&gt;
;sF:Save file&lt;br /&gt;
;sA:Save file as&lt;br /&gt;
;iP:import [[component]]&lt;br /&gt;
;eP:export [[component]]&lt;br /&gt;
;Ct:Cut modules&lt;br /&gt;
;Cp:Copy modules&lt;br /&gt;
;Ps:Paste modules&lt;br /&gt;
;F:Reorder modules to front&lt;br /&gt;
;B:Reorder modules to back&lt;br /&gt;
;G:Group modules&lt;br /&gt;
;uG:Ungroup modules&lt;br /&gt;
;LM:Load External Module (will show up in the [[External Module Toolbox]]&lt;br /&gt;
;?:About NeatTools&lt;br /&gt;
;EX:Exit NeatTools&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Interface&amp;diff=326</id>
		<title>Interface</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Interface&amp;diff=326"/>
		<updated>2010-01-26T05:21:29Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Status Bar==&lt;br /&gt;
The status bar, located just below the title bar displays the mouse X and Y coordinates (relative to the NeatTools desktop), the overall magnification (% zoom level), and particulars on the various modules and/or links associated with the current mouse cursor position.&lt;br /&gt;
&lt;br /&gt;
==Toolbars==&lt;br /&gt;
Two vertical toolbars are on the left side of the window. They are the Desktop Toolbar (DT) and the Tool Toolbar (TL).  The Desktop Toolbar contains things that help you create NeatTools programs, while the Tool Toolbar (catchy name right?) contains things that deal with the running of NeatTools itself.&lt;br /&gt;
&lt;br /&gt;
:Desktop Toolbar&lt;br /&gt;
:DT:Detaches the toolbar into a separate window. (toggle)&lt;br /&gt;
:ED:Edit mode (toggle)&lt;br /&gt;
:GL:Snap to grid (toggle)&lt;br /&gt;
:HK:Show/Hide links&lt;br /&gt;
:Ru:Show/Hide Ruler&lt;br /&gt;
:Sc:Show/Hide Scale slider (left side of main window)&lt;br /&gt;
:GD:Show/Hide Grid (toggle)&lt;br /&gt;
:DL:[[Digital Logic Toolbox]](toggle)&lt;br /&gt;
:MA:[[Math Toolbox]](toggle)&lt;br /&gt;
:KB:[[Keyboard Toolbox]](toggle)&lt;br /&gt;
:MM:[[Multimedia Toolbox]](toggle)&lt;br /&gt;
:DS:[[Display Toolbox]](toggle)&lt;br /&gt;
:IO:[[Input/Output Toolbox]](toggle)&lt;br /&gt;
:MI:[[Miscellaneous Toolbox]](toggle)&lt;br /&gt;
:EM:[[External Toolbox]](toggle)&lt;br /&gt;
&lt;br /&gt;
:Tool Toolbar&lt;br /&gt;
:TL:Detaches the toolbar into a separate window. (toggle)&lt;br /&gt;
:nF:New file&lt;br /&gt;
:oF:Open file&lt;br /&gt;
:sF:Save file&lt;br /&gt;
:sA:Save file as&lt;br /&gt;
:iP:import [[component]]&lt;br /&gt;
:eP:export [[component]]&lt;br /&gt;
:Ct:Cut modules&lt;br /&gt;
:Cp:Copy modules&lt;br /&gt;
:Ps:Paste modules&lt;br /&gt;
:F:Reorder modules to front&lt;br /&gt;
:B:Reorder modules to back&lt;br /&gt;
:G:Group modules&lt;br /&gt;
:uG:Ungroup modules&lt;br /&gt;
:LM:Load External Module (will show up in the [[External Module Toolbox]]&lt;br /&gt;
:?:About NeatTools&lt;br /&gt;
:EX:Exit NeatTools&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Interface&amp;diff=325</id>
		<title>Interface</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Interface&amp;diff=325"/>
		<updated>2010-01-26T05:20:13Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: Created page with &amp;#039;==Status Bar== The status bar, located just below the title bar displays the mouse X and Y coordinates (relative to the NeatTools desktop), the overall magnification (% zoom leve…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Status Bar==&lt;br /&gt;
The status bar, located just below the title bar displays the mouse X and Y coordinates (relative to the NeatTools desktop), the overall magnification (% zoom level), and particulars on the various modules and/or links associated with the current mouse cursor position.&lt;br /&gt;
&lt;br /&gt;
==Toolbars==&lt;br /&gt;
Two vertical toolbars are on the left side of the window. They are the Desktop Toolbar (DT) and the Tool Toolbar (TL).  The Desktop Toolbar contains things that help you create NeatTools programs, while the Tool Toolbar (catchy name right?) contains things that deal with the running of NeatTools itself.&lt;br /&gt;
&lt;br /&gt;
:Desktop Toolbar&lt;br /&gt;
:DT:Detaches the toolbar into a separate window. (toggle)&lt;br /&gt;
:ED:Edit mode (toggle)&lt;br /&gt;
:GL:Snap to grid (toggle)&lt;br /&gt;
:HK:Show/Hide links&lt;br /&gt;
:Ru:Show/Hide Ruler&lt;br /&gt;
:Sc:Show/Hide Scale slider (left side of main window)&lt;br /&gt;
:GD:Show/Hide Grid (toggle)&lt;br /&gt;
:DL:[[Digital Logic Toolbox]](toggle)&lt;br /&gt;
:MA:[[Math Toolbox]](toggle)&lt;br /&gt;
:KB:[[Keyboard Toolbox]](toggle)&lt;br /&gt;
:MM:[[Multimedia Toolbox]](toggle)&lt;br /&gt;
:DS:[[Display Toolbox]](toggle)&lt;br /&gt;
:IO:[[I/O Toolbox]](toggle)&lt;br /&gt;
:MI:[[Miscellaneous Toolbox]](toggle)&lt;br /&gt;
:EM:[[External Module Toolbox]](toggle)&lt;br /&gt;
&lt;br /&gt;
:Tool Toolbar&lt;br /&gt;
:TL:Detaches the toolbar into a separate window. (toggle)&lt;br /&gt;
:nF:New file&lt;br /&gt;
:oF:Open file&lt;br /&gt;
:sF:Save file&lt;br /&gt;
:sA:Save file as&lt;br /&gt;
:iP:import [[component]]&lt;br /&gt;
:eP:export [[component]]&lt;br /&gt;
:Ct:Cut modules&lt;br /&gt;
:Cp:Copy modules&lt;br /&gt;
:Ps:Paste modules&lt;br /&gt;
:F:Reorder modules to front&lt;br /&gt;
:B:Reorder modules to back&lt;br /&gt;
:G:Group modules&lt;br /&gt;
:uG:Ungroup modules&lt;br /&gt;
:LM:Load External Module (will show up in the [[External Module Toolbox]]&lt;br /&gt;
:?:About NeatTools&lt;br /&gt;
:EX:Exit NeatTools&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=324</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=324"/>
		<updated>2010-01-24T16:33:10Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
[[File:not.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If input is true, output is false, and vice versa.&lt;br /&gt;
&lt;br /&gt;
==And==&lt;br /&gt;
Logical And.&lt;br /&gt;
[[File:and.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If all the outputs are true, then output is true.&lt;br /&gt;
If any inputs are &lt;br /&gt;
&lt;br /&gt;
==Or==&lt;br /&gt;
Logical Or.&lt;br /&gt;
[[File:or.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If at least one of the inputs are true, then output is true.&lt;br /&gt;
&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
Logical Xor.&lt;br /&gt;
[[File:xor.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
Greater than for use with integers.&lt;br /&gt;
[[File:greater.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than Input 2 (top), output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
Greater than or equal for use with integers.&lt;br /&gt;
[[File:greaterequal.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than or equal to Input 2 (top), output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Equal==&lt;br /&gt;
Equal for use with integers.&lt;br /&gt;
[[File:equal.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is equal to Input 2, the output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
Not Equal for use with integers.&lt;br /&gt;
[[File:notequal.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is not equal to Input 2, the output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Add==&lt;br /&gt;
Addition for use with integers.&lt;br /&gt;
[[File:add.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Sums all inputs and outputs the result.&lt;br /&gt;
&lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
Multiplication for use with integers.&lt;br /&gt;
[[File:multiply.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Outputs the product of all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
Subtraction for use with integers.&lt;br /&gt;
[[File:subtract.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 minus Input 2 equals output.&lt;br /&gt;
&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
Division for use with integers.&lt;br /&gt;
[[File:divide.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 divided by Input 2 equals output.&lt;br /&gt;
&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
Calculates absolute value.&lt;br /&gt;
[[File:absvalue.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1))&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Outputs the absolute value of the input.&lt;br /&gt;
&lt;br /&gt;
==Integer Power==&lt;br /&gt;
Raises integer to a power.&lt;br /&gt;
[[File:power.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 raised to the power of Input 2.&lt;br /&gt;
&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
Outputs the maximum integer value.&lt;br /&gt;
[[File:max.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Returns the highest current value from all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
Outputs the minimum integer value.&lt;br /&gt;
[[File:min.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Returns the lowest current value from all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Remainder==&lt;br /&gt;
The Modulus operator. Calculates remainder (for use with integers).&lt;br /&gt;
[[File:percent.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
The remainder of Input 1 divided by Input 2. (e.g. 5%2=1).&lt;br /&gt;
&lt;br /&gt;
==Integer Random==&lt;br /&gt;
Generates a random integer value.&lt;br /&gt;
[[File:random.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Control, integer(1)&lt;br /&gt;
|leftinput=&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
When Control receives a signal, it outputs a random integer of set bit depth.&lt;br /&gt;
&lt;br /&gt;
==Control==&lt;br /&gt;
Opens and closes a switch.&lt;br /&gt;
[[File:control.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Drag N, integer(1); Control, integer(1)&lt;br /&gt;
|leftinput=In, polymorph(1 per N)&lt;br /&gt;
|rightoutput=Out, matching type(∞ per N)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N&lt;br /&gt;
|data2=sets the number of matching input and output pairs(1-512).&lt;br /&gt;
}}&lt;br /&gt;
When Control receives a signal, a connection is made between corresponding inputs and outputs.&lt;br /&gt;
&lt;br /&gt;
==Sample==&lt;br /&gt;
Sample input values on demand.&lt;br /&gt;
[[File:sample.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Pulse==&lt;br /&gt;
Event production shaped pulse.&lt;br /&gt;
[[File:pulse.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Delay==&lt;br /&gt;
Delays sending current value until next event is received.&lt;br /&gt;
[[File:delay.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Accumulator==&lt;br /&gt;
Counts events.&lt;br /&gt;
[[File:accumulate.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
Selects on input to be current output.&lt;br /&gt;
[[File:mux.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
Sends signal input to selected output.&lt;br /&gt;
[[File:demux.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Encoder==&lt;br /&gt;
Converts bytes to integers.&lt;br /&gt;
[[File:encode.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Decoder==&lt;br /&gt;
Converts the byte values of integers.&lt;br /&gt;
[[File:decode.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Exclusive==&lt;br /&gt;
For radio button.&lt;br /&gt;
[[File:exclusive.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
Cycling clock.&lt;br /&gt;
[[File:clockdivide.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Time==&lt;br /&gt;
Provides current time (use with date module).&lt;br /&gt;
[[File:time.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
For fast timing.&lt;br /&gt;
[[File:HPC.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Calibrate==&lt;br /&gt;
Accommodates signal range (min to max).&lt;br /&gt;
[[File:calibrate.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Average Filter==&lt;br /&gt;
Running average.&lt;br /&gt;
[[File:average.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
For use with musical modules.&lt;br /&gt;
[[File:delaysustain.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==State Object==&lt;br /&gt;
State machine element (advanced).&lt;br /&gt;
[[File:state.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Timers==&lt;br /&gt;
Activates at regular specified time intervals.&lt;br /&gt;
[[File:timer.gif|left]]&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=323</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=323"/>
		<updated>2010-01-24T15:47:33Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
[[File:not.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If input is true, output is false, and vice versa.&lt;br /&gt;
&lt;br /&gt;
==And==&lt;br /&gt;
Logical And.&lt;br /&gt;
[[File:and.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If all the outputs are true, then output is true.&lt;br /&gt;
If any inputs are &lt;br /&gt;
&lt;br /&gt;
==Or==&lt;br /&gt;
Logical Or.&lt;br /&gt;
[[File:or.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If at least one of the inputs are true, then output is true.&lt;br /&gt;
&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
Logical Xor.&lt;br /&gt;
[[File:xor.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
Greater than for use with integers.&lt;br /&gt;
[[File:greater.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than Input 2 (top), output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
Greater than or equal for use with integers.&lt;br /&gt;
[[File:greaterequal.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than or equal to Input 2 (top), output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Equal==&lt;br /&gt;
Equal for use with integers.&lt;br /&gt;
[[File:equal.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is equal to Input 2, the output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
Not Equal for use with integers.&lt;br /&gt;
[[File:notequal.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is not equal to Input 2, the output is true.&lt;br /&gt;
&lt;br /&gt;
==Integer Add==&lt;br /&gt;
Addition for use with integers.&lt;br /&gt;
[[File:add.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Sums all inputs and outputs the result.&lt;br /&gt;
&lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
Multiplication for use with integers.&lt;br /&gt;
[[File:multiply.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Outputs the product of all the inputs.&lt;br /&gt;
&lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
Subtraction for use with integers.&lt;br /&gt;
[[File:subtract.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(1)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 minus Input 2 equals output.&lt;br /&gt;
&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
Division for use with integers.&lt;br /&gt;
[[File:divide.gif|left]] &lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
Subtraction for use with integers.&lt;br /&gt;
[[File:subtract.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput= Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(1)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
}}&lt;br /&gt;
Input 1 divided by Input 2 equals output.&lt;br /&gt;
&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
Calculates absolute value.&lt;br /&gt;
[[File:absvalue.gif|left]]&lt;br /&gt;
&lt;br /&gt;
==Integer Power==&lt;br /&gt;
Raises integer to a power.&lt;br /&gt;
[[File:power.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
Outputs the maximum integer value.&lt;br /&gt;
[[File:max.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
Outputs the minimum integer value.&lt;br /&gt;
[[File:min.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Integer Percent==&lt;br /&gt;
Calculates remainder (for use with integers).&lt;br /&gt;
[[File:percent.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Integer Random==&lt;br /&gt;
Generates a random integer value.&lt;br /&gt;
[[File:random.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Control==&lt;br /&gt;
Opens and closes a switch.&lt;br /&gt;
[[File:control.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Sample==&lt;br /&gt;
Sample input values on demand.&lt;br /&gt;
[[File:sample.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Pulse==&lt;br /&gt;
Event production shaped pulse.&lt;br /&gt;
[[File:pulse.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Delay==&lt;br /&gt;
Delays sending current value until next event is received.&lt;br /&gt;
[[File:delay.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Accumulator==&lt;br /&gt;
Counts events.&lt;br /&gt;
[[File:accumulate.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
Selects on input to be current output.&lt;br /&gt;
[[File:mux.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
Sends signal input to selected output.&lt;br /&gt;
[[File:demux.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Encoder==&lt;br /&gt;
Converts bytes to integers.&lt;br /&gt;
[[File:encode.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Decoder==&lt;br /&gt;
Converts the byte values of integers.&lt;br /&gt;
[[File:decode.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Exclusive==&lt;br /&gt;
For radio button.&lt;br /&gt;
[[File:exclusive.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
Cycling clock.&lt;br /&gt;
[[File:clockdivide.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Time==&lt;br /&gt;
Provides current time (use with date module).&lt;br /&gt;
[[File:time.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
For fast timing.&lt;br /&gt;
[[File:HPC.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Calibrate==&lt;br /&gt;
Accommodates signal range (min to max).&lt;br /&gt;
[[File:calibrate.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Average Filter==&lt;br /&gt;
Running average.&lt;br /&gt;
[[File:average.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
For use with musical modules.&lt;br /&gt;
[[File:delaysustain.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==State Object==&lt;br /&gt;
State machine element (advanced).&lt;br /&gt;
[[File:state.gif|left]] &lt;br /&gt;
&lt;br /&gt;
==Timers==&lt;br /&gt;
Activates at regular specified time intervals.&lt;br /&gt;
[[File:timer.gif|left]]&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=322</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=322"/>
		<updated>2010-01-23T21:16:50Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
[[File:not.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If input is true, output is false, and vice versa.&lt;br /&gt;
==And==&lt;br /&gt;
Logical And.&lt;br /&gt;
[[File:and.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If all the outputs are true, then output is true.&lt;br /&gt;
If any inputs are &lt;br /&gt;
==Or==&lt;br /&gt;
Logical Or.&lt;br /&gt;
[[File:or.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If at least one of the inputs are true, then output is true.&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
Logical Xor.&lt;br /&gt;
[[File:xor.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
Greater than for use with integers.&lt;br /&gt;
[[File:greater.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than Input 2 (top), output is true.&lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
Greater than or equal for use with integers.&lt;br /&gt;
[[File:greaterequal.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than or equal to Input 2 (top), output is true.&lt;br /&gt;
==Integer Equal==&lt;br /&gt;
Equal for use with integers.&lt;br /&gt;
[[File:equal.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is equal to Input 2, the output is true.&lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
Not Equal for use with integers.&lt;br /&gt;
[[File:notequal.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is not equal to Input 2, the output is true.&lt;br /&gt;
==Integer Add==&lt;br /&gt;
Addition for use with integers.&lt;br /&gt;
[[File:add.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
Sums all inputs and outputs the result.&lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
Multiplication for use with integers.&lt;br /&gt;
[[File:multiply.gif|left]] &lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
Subtraction for use with integers.&lt;br /&gt;
[[File:subtract.gif|left]]&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
[[File:divide.gif|left]] Division for use with integers.&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
[[File:absvalue.gif|left]] Calculates absolute value.&lt;br /&gt;
==Integer Power==&lt;br /&gt;
[[File:power.gif|left]] Raises integer to a power.&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
[[File:max.gif|left]] Outputs the maximum integer value.&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
[[File:min.gif|left]] Outputs the minimum integer value.&lt;br /&gt;
==Integer Percent==&lt;br /&gt;
[[File:percent.gif|left]] Calculates remainder (for use with integers).&lt;br /&gt;
==Integer Random==&lt;br /&gt;
[[File:random.gif|left]] Generates a random integer value.&lt;br /&gt;
==Control==&lt;br /&gt;
[[File:control.gif|left]] Opens and closes a switch.&lt;br /&gt;
==Sample==&lt;br /&gt;
[[File:sample.gif|left]] Sample input values on demand.&lt;br /&gt;
==Pulse==&lt;br /&gt;
[[File:pulse.gif|left]] Event production shaped pulse.&lt;br /&gt;
==Delay==&lt;br /&gt;
[[File:delay.gif|left]] Delays sending current value until next event is received.&lt;br /&gt;
==Accumulator==&lt;br /&gt;
[[File:accumulate.gif|left]] Counts events.&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
[[File:mux.gif|left]] Selects on input to be current output.&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
[[File:demux.gif|left]] Sends signal input to selected output.&lt;br /&gt;
==Encoder==&lt;br /&gt;
[[File:encode.gif|left]] Converts bytes to integers.&lt;br /&gt;
==Decoder==&lt;br /&gt;
[[File:decode.gif|left]] Converts the byte values of integers.&lt;br /&gt;
==Exclusive==&lt;br /&gt;
[[File:exclusive.gif|left]] For radio button.&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
[[File:clockdivide.gif|left]] Cycling clock.&lt;br /&gt;
==Time==&lt;br /&gt;
[[File:time.gif|left]] Provides current time (use with date module).&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
[[File:HPC.gif|left]] For fast timing.&lt;br /&gt;
==Calibrate==&lt;br /&gt;
[[File:calibrate.gif|left]] Accommodates signal range (min to max).&lt;br /&gt;
==Average Filter==&lt;br /&gt;
[[File:average.gif|left]] Running average.&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
[[File:delaysustain.gif|left]] For use with musical modules.&lt;br /&gt;
==State Object==&lt;br /&gt;
[[File:state.gif|left]] State machine element (advanced).&lt;br /&gt;
==Timers==&lt;br /&gt;
[[File:timer.gif|left]] Activates at regular specified time intervals.&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=321</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=321"/>
		<updated>2010-01-23T21:14:20Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
[[File:not.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If input is true, output is false, and vice versa.&lt;br /&gt;
==And==&lt;br /&gt;
Logical And.&lt;br /&gt;
[[File:and.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If all the outputs are true, then output is true.&lt;br /&gt;
If any inputs are &lt;br /&gt;
==Or==&lt;br /&gt;
Logical Or.&lt;br /&gt;
[[File:or.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If at least one of the inputs are true, then output is true.&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
Logical Xor.&lt;br /&gt;
[[File:xor.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
Greater than for use with integers.&lt;br /&gt;
[[File:greater.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than Input 2 (top), output is true.&lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
Greater than or equal for use with integers.&lt;br /&gt;
[[File:greaterequal.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 (left) is greater than or equal to Input 2 (top), output is true.&lt;br /&gt;
==Integer Equal==&lt;br /&gt;
Equal for use with integers.&lt;br /&gt;
[[File:equal.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is equal to Input 2, the output is true.&lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
Not Equal for use with integers.&lt;br /&gt;
[[File:notequal.gif]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
If Input 1 is not equal to Input 2, the output is true.&lt;br /&gt;
==Integer Add==&lt;br /&gt;
Addition for use with integers.&lt;br /&gt;
[[File:add.gif]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
Sums all inputs and outputs the result.&lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
Multiplication for use with integers.&lt;br /&gt;
[[File:multiply.gif]] &lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
Subtraction for use with integers.&lt;br /&gt;
[[File:subtract.gif]]&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
[[File:divide.gif]] Division for use with integers.&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
[[File:absvalue.gif]] Calculates absolute value.&lt;br /&gt;
==Integer Power==&lt;br /&gt;
[[File:power.gif]] Raises integer to a power.&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
[[File:max.gif]] Outputs the maximum integer value.&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
[[File:min.gif]] Outputs the minimum integer value.&lt;br /&gt;
==Integer Percent==&lt;br /&gt;
[[File:percent.gif]] Calculates remainder (for use with integers).&lt;br /&gt;
==Integer Random==&lt;br /&gt;
[[File:random.gif]] Generates a random integer value.&lt;br /&gt;
==Control==&lt;br /&gt;
[[File:control.gif]] Opens and closes a switch.&lt;br /&gt;
==Sample==&lt;br /&gt;
[[File:sample.gif]] Sample input values on demand.&lt;br /&gt;
==Pulse==&lt;br /&gt;
[[File:pulse.gif]] Event production shaped pulse.&lt;br /&gt;
==Delay==&lt;br /&gt;
[[File:delay.gif]] Delays sending current value until next event is received.&lt;br /&gt;
==Accumulator==&lt;br /&gt;
[[File:accumulate.gif]] Counts events.&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
[[File:mux.gif]] Selects on input to be current output.&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
[[File:demux.gif]] Sends signal input to selected output.&lt;br /&gt;
==Encoder==&lt;br /&gt;
[[File:encode.gif]] Converts bytes to integers.&lt;br /&gt;
==Decoder==&lt;br /&gt;
[[File:decode.gif]] Converts the byte values of integers.&lt;br /&gt;
==Exclusive==&lt;br /&gt;
[[File:exclusive.gif]] For radio button.&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
[[File:clockdivide.gif]] Cycling clock.&lt;br /&gt;
==Time==&lt;br /&gt;
[[File:time.gif]] Provides current time (use with date module).&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
[[File:HPC.gif]] For fast timing.&lt;br /&gt;
==Calibrate==&lt;br /&gt;
[[File:calibrate.gif]] Accommodates signal range (min to max).&lt;br /&gt;
==Average Filter==&lt;br /&gt;
[[File:average.gif]] Running average.&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
[[File:delaysustain.gif]] For use with musical modules.&lt;br /&gt;
==State Object==&lt;br /&gt;
[[File:state.gif]] State machine element (advanced).&lt;br /&gt;
==Timers==&lt;br /&gt;
[[File:timer.gif]] Activates at regular specified time intervals.&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=320</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=320"/>
		<updated>2010-01-23T20:58:43Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
[[File:not.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
==And==&lt;br /&gt;
Logical And.&lt;br /&gt;
[[File:and.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
==Or==&lt;br /&gt;
Logical Or.&lt;br /&gt;
[[File:or.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
Logical Xor.&lt;br /&gt;
[[File:xor.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
Greater than for use with integers.[[File:greater.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
Greater than or equal for use with integers.[[File:greaterequal.gif|left]] &lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=Input 2, integer(1)&lt;br /&gt;
|rightoutput=Input 1, integer(1)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Integer Equal==&lt;br /&gt;
Equal for use with integers.[[File:equal.gif|left]] &lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
Not Equal for use with integers.[[File:notequal.gif]] &lt;br /&gt;
==Integer Add==&lt;br /&gt;
Addition for use with integers.[[File:add.gif]] &lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
Multiplication for use with integers.[[File:multiply.gif]] &lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
[[File:subtract.gif]] Subtraction for use with integers.&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
[[File:divide.gif]] Division for use with integers.&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
[[File:absvalue.gif]] Calculates absolute value.&lt;br /&gt;
==Integer Power==&lt;br /&gt;
[[File:power.gif]] Raises integer to a power.&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
[[File:max.gif]] Outputs the maximum integer value.&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
[[File:min.gif]] Outputs the minimum integer value.&lt;br /&gt;
==Integer Percent==&lt;br /&gt;
[[File:percent.gif]] Calculates remainder (for use with integers).&lt;br /&gt;
==Integer Random==&lt;br /&gt;
[[File:random.gif]] Generates a random integer value.&lt;br /&gt;
==Control==&lt;br /&gt;
[[File:control.gif]] Opens and closes a switch.&lt;br /&gt;
==Sample==&lt;br /&gt;
[[File:sample.gif]] Sample input values on demand.&lt;br /&gt;
==Pulse==&lt;br /&gt;
[[File:pulse.gif]] Event production shaped pulse.&lt;br /&gt;
==Delay==&lt;br /&gt;
[[File:delay.gif]] Delays sending current value until next event is received.&lt;br /&gt;
==Accumulator==&lt;br /&gt;
[[File:accumulate.gif]] Counts events.&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
[[File:mux.gif]] Selects on input to be current output.&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
[[File:demux.gif]] Sends signal input to selected output.&lt;br /&gt;
==Encoder==&lt;br /&gt;
[[File:encode.gif]] Converts bytes to integers.&lt;br /&gt;
==Decoder==&lt;br /&gt;
[[File:decode.gif]] Converts the byte values of integers.&lt;br /&gt;
==Exclusive==&lt;br /&gt;
[[File:exclusive.gif]] For radio button.&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
[[File:clockdivide.gif]] Cycling clock.&lt;br /&gt;
==Time==&lt;br /&gt;
[[File:time.gif]] Provides current time (use with date module).&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
[[File:HPC.gif]] For fast timing.&lt;br /&gt;
==Calibrate==&lt;br /&gt;
[[File:calibrate.gif]] Accommodates signal range (min to max).&lt;br /&gt;
==Average Filter==&lt;br /&gt;
[[File:average.gif]] Running average.&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
[[File:delaysustain.gif]] For use with musical modules.&lt;br /&gt;
==State Object==&lt;br /&gt;
[[File:state.gif]] State machine element (advanced).&lt;br /&gt;
==Timers==&lt;br /&gt;
[[File:timer.gif]] Activates at regular specified time intervals.&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=319</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=319"/>
		<updated>2010-01-23T20:55:59Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
[[File:not.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
==And==&lt;br /&gt;
Logical And.&lt;br /&gt;
[[File:and.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
==Or==&lt;br /&gt;
Logical Or.&lt;br /&gt;
[[File:or.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
Logical Xor.&lt;br /&gt;
[[File:xor.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
Greater than for use with integers.[[File:greater.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=Input 2, integer(1)&lt;br /&gt;
|leftinput=Input 1, integer(1)&lt;br /&gt;
|rightoutput=If 1 &amp;gt; 2, integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
Greater than or equal for use with integers.[[File:greaterequal.gif|left]] &lt;br /&gt;
==Integer Equal==&lt;br /&gt;
Equal for use with integers.[[File:equal.gif|left]] &lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
Not Equal for use with integers.[[File:notequal.gif]] &lt;br /&gt;
==Integer Add==&lt;br /&gt;
Addition for use with integers.[[File:add.gif]] &lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
Multiplication for use with integers.[[File:multiply.gif]] &lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
[[File:subtract.gif]] Subtraction for use with integers.&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
[[File:divide.gif]] Division for use with integers.&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
[[File:absvalue.gif]] Calculates absolute value.&lt;br /&gt;
==Integer Power==&lt;br /&gt;
[[File:power.gif]] Raises integer to a power.&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
[[File:max.gif]] Outputs the maximum integer value.&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
[[File:min.gif]] Outputs the minimum integer value.&lt;br /&gt;
==Integer Percent==&lt;br /&gt;
[[File:percent.gif]] Calculates remainder (for use with integers).&lt;br /&gt;
==Integer Random==&lt;br /&gt;
[[File:random.gif]] Generates a random integer value.&lt;br /&gt;
==Control==&lt;br /&gt;
[[File:control.gif]] Opens and closes a switch.&lt;br /&gt;
==Sample==&lt;br /&gt;
[[File:sample.gif]] Sample input values on demand.&lt;br /&gt;
==Pulse==&lt;br /&gt;
[[File:pulse.gif]] Event production shaped pulse.&lt;br /&gt;
==Delay==&lt;br /&gt;
[[File:delay.gif]] Delays sending current value until next event is received.&lt;br /&gt;
==Accumulator==&lt;br /&gt;
[[File:accumulate.gif]] Counts events.&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
[[File:mux.gif]] Selects on input to be current output.&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
[[File:demux.gif]] Sends signal input to selected output.&lt;br /&gt;
==Encoder==&lt;br /&gt;
[[File:encode.gif]] Converts bytes to integers.&lt;br /&gt;
==Decoder==&lt;br /&gt;
[[File:decode.gif]] Converts the byte values of integers.&lt;br /&gt;
==Exclusive==&lt;br /&gt;
[[File:exclusive.gif]] For radio button.&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
[[File:clockdivide.gif]] Cycling clock.&lt;br /&gt;
==Time==&lt;br /&gt;
[[File:time.gif]] Provides current time (use with date module).&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
[[File:HPC.gif]] For fast timing.&lt;br /&gt;
==Calibrate==&lt;br /&gt;
[[File:calibrate.gif]] Accommodates signal range (min to max).&lt;br /&gt;
==Average Filter==&lt;br /&gt;
[[File:average.gif]] Running average.&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
[[File:delaysustain.gif]] For use with musical modules.&lt;br /&gt;
==State Object==&lt;br /&gt;
[[File:state.gif]] State machine element (advanced).&lt;br /&gt;
==Timers==&lt;br /&gt;
[[File:timer.gif]] Activates at regular specified time intervals.&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=318</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=318"/>
		<updated>2010-01-23T20:46:29Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
[[File:not.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
==And==&lt;br /&gt;
Logical And.&lt;br /&gt;
[[File:and.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(∞)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
==Or==&lt;br /&gt;
Logical Or.[[File:or.gif|left]]&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
Logical Xor.[[File:xor.gif|left]] &lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
Greater than for use with integers.[[File:greater.gif|left]] &lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
Greater than or equal for use with integers.[[File:greaterequal.gif|left]] &lt;br /&gt;
==Integer Equal==&lt;br /&gt;
Equal for use with integers.[[File:equal.gif|left]] &lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
Not Equal for use with integers.[[File:notequal.gif]] &lt;br /&gt;
==Integer Add==&lt;br /&gt;
Addition for use with integers.[[File:add.gif]] &lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
Multiplication for use with integers.[[File:multiply.gif]] &lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
[[File:subtract.gif]] Subtraction for use with integers.&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
[[File:divide.gif]] Division for use with integers.&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
[[File:absvalue.gif]] Calculates absolute value.&lt;br /&gt;
==Integer Power==&lt;br /&gt;
[[File:power.gif]] Raises integer to a power.&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
[[File:max.gif]] Outputs the maximum integer value.&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
[[File:min.gif]] Outputs the minimum integer value.&lt;br /&gt;
==Integer Percent==&lt;br /&gt;
[[File:percent.gif]] Calculates remainder (for use with integers).&lt;br /&gt;
==Integer Random==&lt;br /&gt;
[[File:random.gif]] Generates a random integer value.&lt;br /&gt;
==Control==&lt;br /&gt;
[[File:control.gif]] Opens and closes a switch.&lt;br /&gt;
==Sample==&lt;br /&gt;
[[File:sample.gif]] Sample input values on demand.&lt;br /&gt;
==Pulse==&lt;br /&gt;
[[File:pulse.gif]] Event production shaped pulse.&lt;br /&gt;
==Delay==&lt;br /&gt;
[[File:delay.gif]] Delays sending current value until next event is received.&lt;br /&gt;
==Accumulator==&lt;br /&gt;
[[File:accumulate.gif]] Counts events.&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
[[File:mux.gif]] Selects on input to be current output.&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
[[File:demux.gif]] Sends signal input to selected output.&lt;br /&gt;
==Encoder==&lt;br /&gt;
[[File:encode.gif]] Converts bytes to integers.&lt;br /&gt;
==Decoder==&lt;br /&gt;
[[File:decode.gif]] Converts the byte values of integers.&lt;br /&gt;
==Exclusive==&lt;br /&gt;
[[File:exclusive.gif]] For radio button.&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
[[File:clockdivide.gif]] Cycling clock.&lt;br /&gt;
==Time==&lt;br /&gt;
[[File:time.gif]] Provides current time (use with date module).&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
[[File:HPC.gif]] For fast timing.&lt;br /&gt;
==Calibrate==&lt;br /&gt;
[[File:calibrate.gif]] Accommodates signal range (min to max).&lt;br /&gt;
==Average Filter==&lt;br /&gt;
[[File:average.gif]] Running average.&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
[[File:delaysustain.gif]] For use with musical modules.&lt;br /&gt;
==State Object==&lt;br /&gt;
[[File:state.gif]] State machine element (advanced).&lt;br /&gt;
==Timers==&lt;br /&gt;
[[File:timer.gif]] Activates at regular specified time intervals.&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=317</id>
		<title>Template:Module properties</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=317"/>
		<updated>2010-01-23T20:44:19Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;background:#f1f1f1; border: 1px solid black;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;#039;&amp;#039;&amp;#039;Module I/O&amp;#039;&amp;#039;&amp;#039;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{topinput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Top Input(s): &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{topinput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{leftinput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Left Input(s): &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{leftinput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{rightoutput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Right Output(s): &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{rightoutput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{bottomoutput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Bottom Input(s): &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{bottomoutput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;#039;&amp;#039;&amp;#039;Module Properties&amp;#039;&amp;#039;&amp;#039;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{label1|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label1}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data1}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label2|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label2}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data2}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label3|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label3}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data3}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label4|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label4}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data4}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label5|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label5}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data5}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label6|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label6}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data6}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label7|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label7}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data7}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label8|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label8}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data8}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label9|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label9}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data9}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label10|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label10}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data10}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label11|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label11}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data11}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label12|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label12}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data12}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label13|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label13}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data13}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label14|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label14}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data14}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label15|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label15}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data15}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label16|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label16}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data16}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label17|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label17}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data17}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label18|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label18}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data18}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label19|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label19}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data19}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label20|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label20}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data20}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=316</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=316"/>
		<updated>2010-01-23T20:41:24Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
[[File:not.gif|left]]&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=&lt;br /&gt;
|leftinput=integer(1)&lt;br /&gt;
|rightoutput=integer(∞)&lt;br /&gt;
|bottomoutput=&lt;br /&gt;
|label1=moduleColor&lt;br /&gt;
|data1=sets module color(RGB).&lt;br /&gt;
|label2=N bit(s)&lt;br /&gt;
|data2=sets bit depth of output(1-32).&lt;br /&gt;
}}&lt;br /&gt;
==And==&lt;br /&gt;
Logical And.&lt;br /&gt;
[[File:and.gif|left]]&lt;br /&gt;
==Or==&lt;br /&gt;
Logical Or.[[File:or.gif|left]]&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
Logical Xor.[[File:xor.gif|left]] &lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
Greater than for use with integers.[[File:greater.gif|left]] &lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
Greater than or equal for use with integers.[[File:greaterequal.gif|left]] &lt;br /&gt;
==Integer Equal==&lt;br /&gt;
Equal for use with integers.[[File:equal.gif|left]] &lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
Not Equal for use with integers.[[File:notequal.gif]] &lt;br /&gt;
==Integer Add==&lt;br /&gt;
Addition for use with integers.[[File:add.gif]] &lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
Multiplication for use with integers.[[File:multiply.gif]] &lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
[[File:subtract.gif]] Subtraction for use with integers.&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
[[File:divide.gif]] Division for use with integers.&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
[[File:absvalue.gif]] Calculates absolute value.&lt;br /&gt;
==Integer Power==&lt;br /&gt;
[[File:power.gif]] Raises integer to a power.&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
[[File:max.gif]] Outputs the maximum integer value.&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
[[File:min.gif]] Outputs the minimum integer value.&lt;br /&gt;
==Integer Percent==&lt;br /&gt;
[[File:percent.gif]] Calculates remainder (for use with integers).&lt;br /&gt;
==Integer Random==&lt;br /&gt;
[[File:random.gif]] Generates a random integer value.&lt;br /&gt;
==Control==&lt;br /&gt;
[[File:control.gif]] Opens and closes a switch.&lt;br /&gt;
==Sample==&lt;br /&gt;
[[File:sample.gif]] Sample input values on demand.&lt;br /&gt;
==Pulse==&lt;br /&gt;
[[File:pulse.gif]] Event production shaped pulse.&lt;br /&gt;
==Delay==&lt;br /&gt;
[[File:delay.gif]] Delays sending current value until next event is received.&lt;br /&gt;
==Accumulator==&lt;br /&gt;
[[File:accumulate.gif]] Counts events.&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
[[File:mux.gif]] Selects on input to be current output.&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
[[File:demux.gif]] Sends signal input to selected output.&lt;br /&gt;
==Encoder==&lt;br /&gt;
[[File:encode.gif]] Converts bytes to integers.&lt;br /&gt;
==Decoder==&lt;br /&gt;
[[File:decode.gif]] Converts the byte values of integers.&lt;br /&gt;
==Exclusive==&lt;br /&gt;
[[File:exclusive.gif]] For radio button.&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
[[File:clockdivide.gif]] Cycling clock.&lt;br /&gt;
==Time==&lt;br /&gt;
[[File:time.gif]] Provides current time (use with date module).&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
[[File:HPC.gif]] For fast timing.&lt;br /&gt;
==Calibrate==&lt;br /&gt;
[[File:calibrate.gif]] Accommodates signal range (min to max).&lt;br /&gt;
==Average Filter==&lt;br /&gt;
[[File:average.gif]] Running average.&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
[[File:delaysustain.gif]] For use with musical modules.&lt;br /&gt;
==State Object==&lt;br /&gt;
[[File:state.gif]] State machine element (advanced).&lt;br /&gt;
==Timers==&lt;br /&gt;
[[File:timer.gif]] Activates at regular specified time intervals.&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=315</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=315"/>
		<updated>2010-01-23T20:29:42Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
[[File:not.gif|right]]&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=this&lt;br /&gt;
|leftinput=is&lt;br /&gt;
|rightoutput=a&lt;br /&gt;
|bottomoutput=test&lt;br /&gt;
|label1=color&lt;br /&gt;
|data1=this sets the color of your module&lt;br /&gt;
|label2=size&lt;br /&gt;
|data2=this sets the size of your module&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==And==&lt;br /&gt;
[[File:and.gif|right]] Logical And.&lt;br /&gt;
==Or==&lt;br /&gt;
[[File:or.gif|right|right]] Logical Or.&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
[[File:xor.gif|right]] Logical Xor.&lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
[[File:greater.gif|right]] Greater than for use with integers.&lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
[[File:greaterequal.gif|right]] Greater than or equal for use with integers.&lt;br /&gt;
==Integer Equal==&lt;br /&gt;
[[File:equal.gif|right]] Equal for use with integers.&lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
[[File:notequal.gif]] Not Equal for use with integers.&lt;br /&gt;
==Integer Add==&lt;br /&gt;
[[File:add.gif]] Addition for use with integers.&lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
[[File:multiply.gif]] Multiplication for use with integers.&lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
[[File:subtract.gif]] Subtraction for use with integers.&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
[[File:divide.gif]] Division for use with integers.&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
[[File:absvalue.gif]] Calculates absolute value.&lt;br /&gt;
==Integer Power==&lt;br /&gt;
[[File:power.gif]] Raises integer to a power.&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
[[File:max.gif]] Outputs the maximum integer value.&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
[[File:min.gif]] Outputs the minimum integer value.&lt;br /&gt;
==Integer Percent==&lt;br /&gt;
[[File:percent.gif]] Calculates remainder (for use with integers).&lt;br /&gt;
==Integer Random==&lt;br /&gt;
[[File:random.gif]] Generates a random integer value.&lt;br /&gt;
==Control==&lt;br /&gt;
[[File:control.gif]] Opens and closes a switch.&lt;br /&gt;
==Sample==&lt;br /&gt;
[[File:sample.gif]] Sample input values on demand.&lt;br /&gt;
==Pulse==&lt;br /&gt;
[[File:pulse.gif]] Event production shaped pulse.&lt;br /&gt;
==Delay==&lt;br /&gt;
[[File:delay.gif]] Delays sending current value until next event is received.&lt;br /&gt;
==Accumulator==&lt;br /&gt;
[[File:accumulate.gif]] Counts events.&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
[[File:mux.gif]] Selects on input to be current output.&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
[[File:demux.gif]] Sends signal input to selected output.&lt;br /&gt;
==Encoder==&lt;br /&gt;
[[File:encode.gif]] Converts bytes to integers.&lt;br /&gt;
==Decoder==&lt;br /&gt;
[[File:decode.gif]] Converts the byte values of integers.&lt;br /&gt;
==Exclusive==&lt;br /&gt;
[[File:exclusive.gif]] For radio button.&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
[[File:clockdivide.gif]] Cycling clock.&lt;br /&gt;
==Time==&lt;br /&gt;
[[File:time.gif]] Provides current time (use with date module).&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
[[File:HPC.gif]] For fast timing.&lt;br /&gt;
==Calibrate==&lt;br /&gt;
[[File:calibrate.gif]] Accommodates signal range (min to max).&lt;br /&gt;
==Average Filter==&lt;br /&gt;
[[File:average.gif]] Running average.&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
[[File:delaysustain.gif]] For use with musical modules.&lt;br /&gt;
==State Object==&lt;br /&gt;
[[File:state.gif]] State machine element (advanced).&lt;br /&gt;
==Timers==&lt;br /&gt;
[[File:timer.gif]] Activates at regular specified time intervals.&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=314</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=314"/>
		<updated>2010-01-23T20:29:17Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
[[File:not.gif|right]]&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinput=this&lt;br /&gt;
|leftinput=is&lt;br /&gt;
|rightoutput=a&lt;br /&gt;
|bottomputput=test&lt;br /&gt;
|label1=color&lt;br /&gt;
|data1=this sets the color of your module&lt;br /&gt;
|label2=size&lt;br /&gt;
|data2=this sets the size of your module&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==And==&lt;br /&gt;
[[File:and.gif|right]] Logical And.&lt;br /&gt;
==Or==&lt;br /&gt;
[[File:or.gif|right|right]] Logical Or.&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
[[File:xor.gif|right]] Logical Xor.&lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
[[File:greater.gif|right]] Greater than for use with integers.&lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
[[File:greaterequal.gif|right]] Greater than or equal for use with integers.&lt;br /&gt;
==Integer Equal==&lt;br /&gt;
[[File:equal.gif|right]] Equal for use with integers.&lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
[[File:notequal.gif]] Not Equal for use with integers.&lt;br /&gt;
==Integer Add==&lt;br /&gt;
[[File:add.gif]] Addition for use with integers.&lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
[[File:multiply.gif]] Multiplication for use with integers.&lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
[[File:subtract.gif]] Subtraction for use with integers.&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
[[File:divide.gif]] Division for use with integers.&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
[[File:absvalue.gif]] Calculates absolute value.&lt;br /&gt;
==Integer Power==&lt;br /&gt;
[[File:power.gif]] Raises integer to a power.&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
[[File:max.gif]] Outputs the maximum integer value.&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
[[File:min.gif]] Outputs the minimum integer value.&lt;br /&gt;
==Integer Percent==&lt;br /&gt;
[[File:percent.gif]] Calculates remainder (for use with integers).&lt;br /&gt;
==Integer Random==&lt;br /&gt;
[[File:random.gif]] Generates a random integer value.&lt;br /&gt;
==Control==&lt;br /&gt;
[[File:control.gif]] Opens and closes a switch.&lt;br /&gt;
==Sample==&lt;br /&gt;
[[File:sample.gif]] Sample input values on demand.&lt;br /&gt;
==Pulse==&lt;br /&gt;
[[File:pulse.gif]] Event production shaped pulse.&lt;br /&gt;
==Delay==&lt;br /&gt;
[[File:delay.gif]] Delays sending current value until next event is received.&lt;br /&gt;
==Accumulator==&lt;br /&gt;
[[File:accumulate.gif]] Counts events.&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
[[File:mux.gif]] Selects on input to be current output.&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
[[File:demux.gif]] Sends signal input to selected output.&lt;br /&gt;
==Encoder==&lt;br /&gt;
[[File:encode.gif]] Converts bytes to integers.&lt;br /&gt;
==Decoder==&lt;br /&gt;
[[File:decode.gif]] Converts the byte values of integers.&lt;br /&gt;
==Exclusive==&lt;br /&gt;
[[File:exclusive.gif]] For radio button.&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
[[File:clockdivide.gif]] Cycling clock.&lt;br /&gt;
==Time==&lt;br /&gt;
[[File:time.gif]] Provides current time (use with date module).&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
[[File:HPC.gif]] For fast timing.&lt;br /&gt;
==Calibrate==&lt;br /&gt;
[[File:calibrate.gif]] Accommodates signal range (min to max).&lt;br /&gt;
==Average Filter==&lt;br /&gt;
[[File:average.gif]] Running average.&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
[[File:delaysustain.gif]] For use with musical modules.&lt;br /&gt;
==State Object==&lt;br /&gt;
[[File:state.gif]] State machine element (advanced).&lt;br /&gt;
==Timers==&lt;br /&gt;
[[File:timer.gif]] Activates at regular specified time intervals.&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=313</id>
		<title>Template:Module properties</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=313"/>
		<updated>2010-01-23T20:28:47Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;background:#f1f1f1; border: 1px solid black;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;#039;&amp;#039;&amp;#039;Module I/O&amp;#039;&amp;#039;&amp;#039;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{topinput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Top Input(s): &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{topinput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{leftinput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Left Input(s): &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{leftinput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{rightoutput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Right Output(s): &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{rightoutput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{bottomoutput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Bottom Input(s): &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{bottomoutput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;#039;&amp;#039;&amp;#039;Module Properties&amp;#039;&amp;#039;&amp;#039;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{label1|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label1}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data1}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label2|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label2}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data2}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label3|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label3}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data3}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label4|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label4}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data4}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=312</id>
		<title>Template:Module properties</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=312"/>
		<updated>2010-01-23T20:27:45Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;background:#f1f1f1; border: 1px solid black;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;#039;&amp;#039;&amp;#039;Module I/O&amp;#039;&amp;#039;&amp;#039;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{topinput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Top Input(s): &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{topinput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{leftinput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{Left Input(s): }}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{leftinput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{rightoutput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{Right Output(s): }}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{rightoutput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{bottomoutput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{Bottom Input(s): }}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{bottomoutput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;#039;&amp;#039;&amp;#039;Module Properties&amp;#039;&amp;#039;&amp;#039;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{label1|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label1}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data1}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label2|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label2}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data2}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label3|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label3}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data3}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label4|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label4}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data4}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=311</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=311"/>
		<updated>2010-01-23T20:25:47Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
[[File:not.gif|right]]&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
{{module properties&lt;br /&gt;
|topinputs=this&lt;br /&gt;
|leftinputs=is&lt;br /&gt;
|rightoutputs=a&lt;br /&gt;
|bottomputputs=test&lt;br /&gt;
|label1=color&lt;br /&gt;
|data1=this sets the color of your module&lt;br /&gt;
|label2=size&lt;br /&gt;
|data2=this sets the size of your module&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==And==&lt;br /&gt;
[[File:and.gif|right]] Logical And.&lt;br /&gt;
==Or==&lt;br /&gt;
[[File:or.gif|right|right]] Logical Or.&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
[[File:xor.gif|right]] Logical Xor.&lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
[[File:greater.gif|right]] Greater than for use with integers.&lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
[[File:greaterequal.gif|right]] Greater than or equal for use with integers.&lt;br /&gt;
==Integer Equal==&lt;br /&gt;
[[File:equal.gif|right]] Equal for use with integers.&lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
[[File:notequal.gif]] Not Equal for use with integers.&lt;br /&gt;
==Integer Add==&lt;br /&gt;
[[File:add.gif]] Addition for use with integers.&lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
[[File:multiply.gif]] Multiplication for use with integers.&lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
[[File:subtract.gif]] Subtraction for use with integers.&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
[[File:divide.gif]] Division for use with integers.&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
[[File:absvalue.gif]] Calculates absolute value.&lt;br /&gt;
==Integer Power==&lt;br /&gt;
[[File:power.gif]] Raises integer to a power.&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
[[File:max.gif]] Outputs the maximum integer value.&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
[[File:min.gif]] Outputs the minimum integer value.&lt;br /&gt;
==Integer Percent==&lt;br /&gt;
[[File:percent.gif]] Calculates remainder (for use with integers).&lt;br /&gt;
==Integer Random==&lt;br /&gt;
[[File:random.gif]] Generates a random integer value.&lt;br /&gt;
==Control==&lt;br /&gt;
[[File:control.gif]] Opens and closes a switch.&lt;br /&gt;
==Sample==&lt;br /&gt;
[[File:sample.gif]] Sample input values on demand.&lt;br /&gt;
==Pulse==&lt;br /&gt;
[[File:pulse.gif]] Event production shaped pulse.&lt;br /&gt;
==Delay==&lt;br /&gt;
[[File:delay.gif]] Delays sending current value until next event is received.&lt;br /&gt;
==Accumulator==&lt;br /&gt;
[[File:accumulate.gif]] Counts events.&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
[[File:mux.gif]] Selects on input to be current output.&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
[[File:demux.gif]] Sends signal input to selected output.&lt;br /&gt;
==Encoder==&lt;br /&gt;
[[File:encode.gif]] Converts bytes to integers.&lt;br /&gt;
==Decoder==&lt;br /&gt;
[[File:decode.gif]] Converts the byte values of integers.&lt;br /&gt;
==Exclusive==&lt;br /&gt;
[[File:exclusive.gif]] For radio button.&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
[[File:clockdivide.gif]] Cycling clock.&lt;br /&gt;
==Time==&lt;br /&gt;
[[File:time.gif]] Provides current time (use with date module).&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
[[File:HPC.gif]] For fast timing.&lt;br /&gt;
==Calibrate==&lt;br /&gt;
[[File:calibrate.gif]] Accommodates signal range (min to max).&lt;br /&gt;
==Average Filter==&lt;br /&gt;
[[File:average.gif]] Running average.&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
[[File:delaysustain.gif]] For use with musical modules.&lt;br /&gt;
==State Object==&lt;br /&gt;
[[File:state.gif]] State machine element (advanced).&lt;br /&gt;
==Timers==&lt;br /&gt;
[[File:timer.gif]] Activates at regular specified time intervals.&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=310</id>
		<title>Template:Module properties</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=310"/>
		<updated>2010-01-23T20:24:39Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;background:#f1f1f1; border: 1px solid black;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;#039;&amp;#039;&amp;#039;Module I/O&amp;#039;&amp;#039;&amp;#039;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{topinput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Top Input(s): &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{topinput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{leftinput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{Left Input(s): }}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{leftinput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{rightoutput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{Right Output(s): }}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{rightoutput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{bottomoutput|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{Bottom Input(s): }}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{bottomoutput}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{label1|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label1}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data1}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label2|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label2}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data2}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label3|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label3}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data3}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label4|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label4}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data4}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=309</id>
		<title>Template:Module properties</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=309"/>
		<updated>2010-01-23T20:20:37Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: Reverted edits by 66.189.106.74 (Talk) to last revision by 74.167.38.9&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;background-color:#f1f1f1;&amp;quot; cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{label1|}}}|&lt;br /&gt;
{{!}}{{{label1}}}&lt;br /&gt;
{{!}}{{{data1}}}&lt;br /&gt;
{{!}}-}}&lt;br /&gt;
{{#if:{{{label2|}}}|&lt;br /&gt;
{{!}}{{{label2}}}&lt;br /&gt;
{{!}}{{{data2}}}&lt;br /&gt;
{{!}}-}}&lt;br /&gt;
{{#if:{{{label3|}}}|&lt;br /&gt;
{{!}}{{{label3}}}&lt;br /&gt;
{{!}}{{{data3}}}&lt;br /&gt;
{{!}}-}}&lt;br /&gt;
{{#if:{{{label4|}}}|&lt;br /&gt;
{{!}}{{{label4}}}&lt;br /&gt;
{{!}}{{{data4}}}&lt;br /&gt;
{{!}}-}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=296</id>
		<title>Template:Module properties</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=296"/>
		<updated>2010-01-23T01:25:20Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;background:#f1f1f1; border: 1px solid black;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{label1|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label1}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data1}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label2|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label2}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data2}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label3|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label3}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data3}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label4|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label4}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data4}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Installation&amp;diff=295</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Installation&amp;diff=295"/>
		<updated>2010-01-23T00:05:07Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Download the most recent version of [http://downloads.sourceforge.net/neattools/NeatTools-1.1.zip|NeatTools].&lt;br /&gt;
# Extract this file to the location of your choice. (e.g. C:\NeatTools\) The program executable is oopw.exe.&lt;br /&gt;
# Congratulate yourself on a job well done.&lt;br /&gt;
&lt;br /&gt;
==System Requirements==&lt;br /&gt;
System Requirements for NeatTools are incredibly minimal:&lt;br /&gt;
* Pentium PC 133MHz or higher&lt;br /&gt;
* Windows 95/98/NT&lt;br /&gt;
* 64 MB of RAM (Recommended)&lt;br /&gt;
* 800 x 600 monitor resolution&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Installation&amp;diff=294</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Installation&amp;diff=294"/>
		<updated>2010-01-23T00:02:57Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Download the most recent version of [http://downloads.sourceforge.net/neattools/NeatTools-1.1.zip|NeatTools].&lt;br /&gt;
# Extract this file to the location of your choice. (e.g. C:\NeatTools\)&lt;br /&gt;
# Congratulate yourself on a job well done.&lt;br /&gt;
&lt;br /&gt;
==System Requirements==&lt;br /&gt;
System Requirements for NeatTools are incredibly minimal:&lt;br /&gt;
* Pentium PC 133MHz or higher&lt;br /&gt;
* Windows 95/98/NT&lt;br /&gt;
* 64 MB of RAM (Recommended)&lt;br /&gt;
* 800 x 600 monitor resolution&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=293</id>
		<title>Digital Logic Toolbox</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Digital_Logic_Toolbox&amp;diff=293"/>
		<updated>2010-01-22T23:54:45Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Not==&lt;br /&gt;
[[File:not.gif|right]]&lt;br /&gt;
Logical Negate (bitwise).&lt;br /&gt;
{{module properties&lt;br /&gt;
|label1 = color&lt;br /&gt;
|data1 = this sets the color of your module&lt;br /&gt;
|label2 = size&lt;br /&gt;
|data2 = this sets the size of your module&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==And==&lt;br /&gt;
[[File:and.gif|right]] Logical And.&lt;br /&gt;
==Or==&lt;br /&gt;
[[File:or.gif|right|right]] Logical Or.&lt;br /&gt;
==Exclusive Or==&lt;br /&gt;
[[File:xor.gif]] Logical Xor.&lt;br /&gt;
==Integer Greater Than==&lt;br /&gt;
[[File:greater.gif|right]] Greater than for use with integers.&lt;br /&gt;
==Integer Greater Than or Equal==&lt;br /&gt;
[[File:greaterequal.gif|right]] Greater than or equal for use with integers.&lt;br /&gt;
==Integer Equal==&lt;br /&gt;
[[File:equal.gif|right]] Equal for use with integers.&lt;br /&gt;
==Integer Not Equal==&lt;br /&gt;
[[File:notequal.gif]] Not Equal for use with integers.&lt;br /&gt;
==Integer Add==&lt;br /&gt;
[[File:add.gif]] Addition for use with integers.&lt;br /&gt;
==Integer Multiply==&lt;br /&gt;
[[File:multiply.gif]] Multiplication for use with integers.&lt;br /&gt;
==Integer Subtract==&lt;br /&gt;
[[File:subtract.gif]] Subtraction for use with integers.&lt;br /&gt;
==Integer Divide==&lt;br /&gt;
[[File:divide.gif]] Division for use with integers.&lt;br /&gt;
==Integer Absolute Value==&lt;br /&gt;
[[File:absvalue.gif]] Calculates absolute value.&lt;br /&gt;
==Integer Power==&lt;br /&gt;
[[File:power.gif]] Raises integer to a power.&lt;br /&gt;
==Integer Maximum==&lt;br /&gt;
[[File:max.gif]] Outputs the maximum integer value.&lt;br /&gt;
==Integer Minimum==&lt;br /&gt;
[[File:min.gif]] Outputs the minimum integer value.&lt;br /&gt;
==Integer Percent==&lt;br /&gt;
[[File:percent.gif]] Calculates remainder (for use with integers).&lt;br /&gt;
==Integer Random==&lt;br /&gt;
[[File:random.gif]] Generates a random integer value.&lt;br /&gt;
==Control==&lt;br /&gt;
[[File:control.gif]] Opens and closes a switch.&lt;br /&gt;
==Sample==&lt;br /&gt;
[[File:sample.gif]] Sample input values on demand.&lt;br /&gt;
==Pulse==&lt;br /&gt;
[[File:pulse.gif]] Event production shaped pulse.&lt;br /&gt;
==Delay==&lt;br /&gt;
[[File:delay.gif]] Delays sending current value until next event is received.&lt;br /&gt;
==Accumulator==&lt;br /&gt;
[[File:accumulate.gif]] Counts events.&lt;br /&gt;
==Multiplexer==&lt;br /&gt;
[[File:mux.gif]] Selects on input to be current output.&lt;br /&gt;
==DeMultiplexer==&lt;br /&gt;
[[File:demux.gif]] Sends signal input to selected output.&lt;br /&gt;
==Encoder==&lt;br /&gt;
[[File:encode.gif]] Converts bytes to integers.&lt;br /&gt;
==Decoder==&lt;br /&gt;
[[File:decode.gif]] Converts the byte values of integers.&lt;br /&gt;
==Exclusive==&lt;br /&gt;
[[File:exclusive.gif]] For radio button.&lt;br /&gt;
==Clock Divider==&lt;br /&gt;
[[File:clockdivide.gif]] Cycling clock.&lt;br /&gt;
==Time==&lt;br /&gt;
[[File:time.gif]] Provides current time (use with date module).&lt;br /&gt;
==High Performance Counter==&lt;br /&gt;
[[File:HPC.gif]] For fast timing.&lt;br /&gt;
==Calibrate==&lt;br /&gt;
[[File:calibrate.gif]] Accommodates signal range (min to max).&lt;br /&gt;
==Average Filter==&lt;br /&gt;
[[File:average.gif]] Running average.&lt;br /&gt;
==Delay Sustain==&lt;br /&gt;
[[File:delaysustain.gif]] For use with musical modules.&lt;br /&gt;
==State Object==&lt;br /&gt;
[[File:state.gif]] State machine element (advanced).&lt;br /&gt;
==Timers==&lt;br /&gt;
[[File:timer.gif]] Activates at regular specified time intervals.&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=292</id>
		<title>Template:Module properties</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=292"/>
		<updated>2010-01-22T23:30:36Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;background:#f1f1f1; border: 1px solid black;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{label1|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label1}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data1}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label2|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label2}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data2}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label3|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label3}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data3}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label4|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label4}}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{{data4}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=291</id>
		<title>Template:Module properties</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=291"/>
		<updated>2010-01-22T23:25:23Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;background:#f1f1f1; border: 1px solid black;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{label1|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label1}}} {{{data1}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label2|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label2}}}:{{{data2}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label3|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label3}}}:{{{data3}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:{{{label4|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{label4}}}:{{{data4}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=290</id>
		<title>Template:Module properties</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=290"/>
		<updated>2010-01-22T23:18:25Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;background:#f1f1f1; border:1px solid black&amp;quot;&lt;br /&gt;
{{#if:{{{label1|}}}&lt;br /&gt;
| &amp;lt;td&amp;gt;{{{label1}}} {{{data1}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{label2|}}}&lt;br /&gt;
| {{{label2}}}:{{{data2}}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{label3|}}}&lt;br /&gt;
| {{{label3}}}:{{{data3}}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{label4|}}}&lt;br /&gt;
| {{{label4}}}:{{{data4}}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=289</id>
		<title>Template:Module properties</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=289"/>
		<updated>2010-01-22T23:16:06Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;background:#f1f1f1; border:1px solid black&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{topinput|}}}| Top Input(s): {{{topinput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{leftinput|}}}| Left Input(s): {{{leftinput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{rightoutput|}}}| Right Output(s): {{{rightoutput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{bottomoutput|}}}| Bottom Output(s): {{{bottomoutput}}}&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{label1|}}}&lt;br /&gt;
| &amp;lt;td&amp;gt;{{{label1}}} {{{data1}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{label2|}}}&lt;br /&gt;
| {{{label2}}}:{{{data2}}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{label3|}}}&lt;br /&gt;
| {{{label3}}}:{{{data3}}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{label4|}}}&lt;br /&gt;
| {{{label4}}}:{{{data4}}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=288</id>
		<title>Template:Module properties</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=288"/>
		<updated>2010-01-22T23:06:57Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;background:#f1f1f1; border:1px solid black&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{topinput|}}}| Top Input(s): {{{topinput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{leftinput|}}}| Left Input(s): {{{leftinput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{rightoutput|}}}| Right Output(s): {{{rightoutput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{bottomoutput|}}}| Bottom Output(s): {{{bottomoutput}}}&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{label1|}}}&lt;br /&gt;
| &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;{{{label1}}}&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;{{{data1}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{label2|}}}&lt;br /&gt;
| {{{label2}}}:{{{data2}}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{label3|}}}&lt;br /&gt;
| {{{label3}}}:{{{data3}}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{label4|}}}&lt;br /&gt;
| {{{label4}}}:{{{data4}}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=287</id>
		<title>Template:Module properties</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=287"/>
		<updated>2010-01-22T23:03:50Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;background:#f1f1f1; border:1px solid black&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{topinput|}}}| Top Input(s): {{{topinput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{leftinput|}}}| Left Input(s): {{{leftinput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{rightoutput|}}}| Right Output(s): {{{rightoutput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{bottomoutput|}}}| Bottom Output(s): {{{bottomoutput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label1|}}}&lt;br /&gt;
| {{{label1}}}:{{{data1}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label2|}}}&lt;br /&gt;
| {{{label2}}}:{{{data2}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label3|}}}&lt;br /&gt;
| {{{label3}}}:{{{data3}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label4|}}}&lt;br /&gt;
| {{{label4}}}:{{{data4}}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=286</id>
		<title>Template:Module properties</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=286"/>
		<updated>2010-01-22T23:01:39Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;background:#f1f1f1; border:1px solid black&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{topinput|}}}| Top Input(s): {{{topinput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{leftinput|}}}| Left Input(s): {{{leftinput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{rightoutput|}}}| Right Output(s): {{{rightoutput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{bottomoutput|}}}| Bottom Output(s): {{{bottomoutput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label1|}}}| {{{label1}}}:{{{data1}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label2|}}}| {{{label2}}}:{{{data2}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label3|}}}| {{{label3}}}:{{{data3}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label4|}}}| {{{label4}}}:{{{data4}}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=285</id>
		<title>Template:Module properties</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=285"/>
		<updated>2010-01-22T22:59:33Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;background:#f1f1f1; border:1px solid black&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{topinput|}}}| Top Input(s): {{{topinput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{leftinput|}}}| Left Input(s): {{{leftinput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{rightoutput|}}}| Right Output(s): {{{rightoutput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{bottomoutput|}}}| Bottom Output(s): {{{bottomoutput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label1|}}}| {{{label1}}}:{{{data1}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label2|}}}| {{{label2}}}:{{{data2}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label3|}}}| {{{label3}}}:{{{data3}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label4|}}}| {{{label4}}}:{{{data4}}}&lt;br /&gt;
{{#if:{{{label5|}}}&lt;br /&gt;
|&amp;lt;td&amp;gt;Foo: {{{label5}}}&amp;lt;/td&amp;gt;}}&lt;br /&gt;
|-&lt;br /&gt;
! Bar&lt;br /&gt;
| {{{data5}}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
	<entry>
		<id>http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=284</id>
		<title>Template:Module properties</title>
		<link rel="alternate" type="text/html" href="http://neattools.org/wiki/index.php?title=Template:Module_properties&amp;diff=284"/>
		<updated>2010-01-22T22:54:22Z</updated>

		<summary type="html">&lt;p&gt;Sambaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;background:#f1f1f1; border:1px solid black&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{topinput|}}}| Top Input(s): {{{topinput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{leftinput|}}}| Left Input(s): {{{leftinput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{rightoutput|}}}| Right Output(s): {{{rightoutput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{bottomoutput|}}}| Bottom Output(s): {{{bottomoutput}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label1|}}}| {{{label1}}}:{{{data1}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label2|}}}| {{{label2}}}:{{{data2}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label3|}}}| {{{label3}}}:{{{data3}}}&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:{{{label4|}}}| {{{label4}}}:{{{data4}}}&lt;br /&gt;
{{#if:{{{label5|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Foo&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;{{{label5}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
|-&lt;br /&gt;
! Bar&lt;br /&gt;
| {{{data5}}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Sambaker</name></author>
		
	</entry>
</feed>