Skip to content

Infrastructure for creating and connecting signal processing blocks.

License

Notifications You must be signed in to change notification settings

jamestunnell/spnet

Repository files navigation

spnet

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 © 2013 James Tunnell

See LICENSE.txt for details.

About

Infrastructure for creating and connecting signal processing blocks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages