Skip to main content

Module macros

Module macros 

Source
Expand description

Macros for node creation and boilerplate reduction

§Macros for creating nodes and working with the core

This module provides macros to simplify creating various types of nodes in Rill.

Modules§

prelude
Prelude for convenient import of all macros

Macros§

node
General macro for creating any type of node
processor_node
Creates a passive signal processor
sink_node
Creates an active signal receiver
source_node
Creates an active signal source
with_parameters
Adding parameters to an existing node