Sha256: edf0df70a714f1e58e73dce8ce7469e74b68d5a876b3fa26524058c330fbf10a
Contents?: true
Size: 685 Bytes
Versions: 2
Compression:
Stored size: 685 Bytes
Contents
= spnet * {Homepage}[https://rubygems.org/gems/spnet] * {Documentation}[http://rubydoc.info/gems/spnet/frames] * {Email}[mailto:jamestunnell at lavabit.com] == Description Provide infrastructure for forming processing networks. == Features Signal ports: Used to pass a stream of data through a block. Value ports: Used to get/set a value within a block (usually to control a parameter), with optional range limiting. Command ports: Used to trigger the execution a command within a block, with optional data as well. == Examples require 'spnet' == Requirements == Install $ gem install spnet == Copyright Copyright (c) 2013 James Tunnell See LICENSE.txt for details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spnet-0.1.4 | README.rdoc |
spnet-0.1.3 | README.rdoc |