struct Place::Router::SignalGraph::Node::Mute

Overview

Virtual node representing (any) mute source.

This may be refernced simply as MUTE.

Extended Modules

Defined in:

place/router/signal_graph/node.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from struct Place::Router::SignalGraph::Node::Ref

==(other : Ref) ==, id id, initialize initialize, layer layer, local(sys : String) local, mod mod, to_json(json) to_json

Constructor methods inherited from struct Place::Router::SignalGraph::Node::Ref

new new

Class methods inherited from struct Place::Router::SignalGraph::Node::Ref

resolve?(key : String, sys = nil) resolve?

Constructor Detail

def self.instance : self #

[View source]

Class Method Detail

def self.parse?(ref) : self | Nil #

[View source]

Instance Method Detail

def id #
Description copied from struct Place::Router::SignalGraph::Node::Ref

Node identifier for usage as the graph ID.


[View source]
def mod #

[View source]
def to_s(io) #

[View source]