Sha256: 2eb417af715ef22ebb0e47c8cf0b42decc7f41f7e57cd31903f172689de9d23a

Contents?: true

Size: 784 Bytes

Versions: 4

Compression:

Stored size: 784 Bytes

Contents

= spnet

* {Homepage}[https://rubygems.org/gems/spnet]
* {Source Code}[https://github.com/jamestunnell/spnet]
* {Documentation}[http://rubydoc.info/gems/spnet/frames]
* {Email}[mailto:jamestunnell@lavabit.com]

== Description

Provide infrastructure for forming processing networks.

== Features

Signal ports: Used to pass a stream of data through a block.

Param ports: Used to get/set a value within a block (usually to control a parameter).

Command ports: Used to trigger the execution a command within a block, with optional data.

Limiters: Control the limits on values that can be sent into signal or param ports.

== Examples

  require 'spnet'

== Requirements

== Install

  $ gem install spnet

== Copyright

Copyright (c) 2013 James Tunnell

See LICENSE.txt for details.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spnet-0.1.8 README.rdoc
spnet-0.1.7 README.rdoc
spnet-0.1.6 README.rdoc
spnet-0.1.5 README.rdoc