Ingen is a modular audio processing environment. This vocabulary describes an Ingen configuration, and is used in both the control protocol and saved files. Conceptually, Ingen represents a tree of objects, each of which has a path (like /main/in or /main/osc/out) and a set of properties.

Index

ClassesPropertiesInstancesFiles

Reference

Class ingen:Arc

Arc

A connection between two ports. Graphs have a set of arcs which define how its component blocks and ports are connected.

Restriction on ingen:head
owl:allValuesFrom lv2:Port
owl:cardinality 1
MUST have exactly one head which is a lv2:Port.
Restriction on ingen:tail
owl:allValuesFrom lv2:Port
owl:cardinality 1
MUST have exactly one tail which is a lv2:Port.
In domain ofingen:head
ingen:incidentTo
ingen:tail
In range ofingen:arc

Class ingen:Block

Block

A signal processing block, which is typically either a plugin instance, or a graph. A block MUST have at least one lv2:prototype property which is a subclass of lv2:Plugin. When there are many such properties, an applications SHOULD use the most specific class it understands.

Sub-class ofingen:Node
lv2:PluginBase
In domain ofingen:prototype
ingen:enabled
In range ofingen:block

Class ingen:BundleEnd

Bundle End

The end of an undo transaction.

Class ingen:BundleStart

Bundle Start

The start of an undo transaction.

Class ingen:Graph

Graph

A collection of Blocks connected together. A Graph can itself be a Block within a parent Graph, and so on.

Sub-class ofingen:Plugin
In domain ofingen:file
ingen:polyphony
ingen:block
ingen:sprungLayout
ingen:arc

Class ingen:Internal

Internal

An internal 'plugin'

Sub-class ofingen:Plugin

Class ingen:Node

Node

An element of a Graph. A Node always has a valid path and symbol, with the possible exception of the root graph which may not have a symbol depending on context. Ingen uses restricted paths and/or URIs built from valid lv2:symbol components, so the symbol of a Node may be inferred from its URI if no explicit lv2:symbol property is given.

Class ingen:Option

Ingen Option
Sub-class ofrdf:Property
In domain ofingen:shortSwitch
ingen:longSwitch

Class ingen:Plugin

Plugin

A class which can be instantiated into a ingen:Block. A plugin has a set of input and output "ports". In practice this class is semantically equivalent to lv2:Plugin, it only exists to allow the ingen ontology to be useful for "plugins" that aren't semantically LV2 plugins. See the LV2 specification for details about the required properties (rdf:type, doap:name, doap:license, and lv2:port).

Class ingen:Undo

Undo

A request to undo the previous change.

Property ingen:activity

activity

Transient activity. This property is used in the protocol to communicate activity at ports, such as MIDI events or audio peaks. It should never be stored in persistent data.

OWL TypeDatatype Property
Domainlv2:Port

Property ingen:arc

arc

An arc contained in this graph.

OWL TypeObject Property
Domainingen:Graph
Rangeingen:Arc

Property ingen:block

block

Signifies a graph contains some block.

OWL TypeObject Property
Domainingen:Graph
Rangeingen:Block

Property ingen:broadcast

broadcast

Whether or not the port's value or activity should be broadcast to clients.

OWL TypeDatatype Property
Domainlv2:Port
Rangexsd:boolean

Property ingen:canvasX

canvas X

The X coordinate of an item on a canvas.

OWL TypeDatatype Property
Rangexsd:decimal

Property ingen:canvasY

canvas Y

The Y coordinate of an item on a canvas.

OWL TypeDatatype Property
Rangexsd:decimal

Property ingen:enabled

enabled

Signifies the block is or should be running.

OWL TypeDatatype Property
Domainingen:Block
Rangexsd:boolean

Property ingen:file

file

The file a Graph was loaded from.

OWL TypeDatatype Property
Domainingen:Graph
Rangexsd:anyURI

Property ingen:incidentTo

incident to

A special property used to describe any arc incident to a port or block. This is never saved in graph files, but is used in the control protocol to completely disconnect a Block or Port.

OWL TypeObject Property
Domainingen:Arc

Property ingen:loadedBundle

loaded bundle

Whether or not a bundle is loaded into Ingen.

OWL TypeObject Property

Property ingen:longSwitch

long switch

Lowercase, hyphenated switch for long command line argument.

OWL TypeDatatype Property
Domainingen:Option
Rangexsd:string

Property ingen:maxEventLoad

maximum event load

The maximum fraction of a cycle spent processing events.

OWL TypeDatatype Property
Rangexsd:decimal

Property ingen:maxRunLoad

maximum run load

The maximum fraction of a cycle spent running DSP.

OWL TypeDatatype Property
Rangexsd:decimal

Property ingen:meanRunLoad

mean run load

The average fraction of a cycle spent running DSP.

OWL TypeDatatype Property
Rangexsd:decimal

Property ingen:minRunLoad

minimum run load

The minimum fraction of a cycle spent running DSP.

OWL TypeDatatype Property
Rangexsd:decimal

Property ingen:numThreads

number of threads
OWL TypeObject Property
ingen:longSwitch threads
ingen:shortSwitch p

Property ingen:polyphonic

polyphonic

Signifies this node should be replicated when it is part of a polyphonic graph. The amount of polyphony (i.e. the number of voices) is determined by the ingen:polyphony property of the containing graph. This is a boolean property which defines whether the parent can access each voice individually: All nodes within a graph are either polyphonic or not from their parent's perspective. An Node may itself have "internal" polyphony but not be polyphonic according to this property, if those voices are mixed down.

OWL TypeDatatype Property
Rangexsd:boolean

Property ingen:polyphony

polyphony

The amount of polyphony in a Graph. This defines the number of voices present on all :polyphonic children of this graph. Because a Graph is also a Block, a Graph may have both :polyphony and :polyphonic properties. These specify different things: :polyphony specifies the voice count of the Graph's children, and :polyphonic specifies whether the graph is seen as polyphonic to the Graph's parent.

OWL TypeDatatype Property
Domainingen:Graph
Rangexsd:integer

Property ingen:prototype

prototype
DEPRECATED

The object which this block is an instance of, or derived from.

OWL TypeObject Property
Domainingen:Block
owl:deprecated true

Property ingen:shortSwitch

short switch

Single character switch for short command line argument.

OWL TypeDatatype Property
Domainingen:Option
Rangexsd:string

Property ingen:sprungLayout

sprung layout

Whether or not the graph has a "sprung" force-directed layout.

OWL TypeDatatype Property
Domainingen:Graph
Rangexsd:boolean

Property ingen:tail

tail

The source/sending port of this arc

OWL TypeObject Property
Domainingen:Arc
Rangelv2:Port

Property ingen:uiEmbedded

UI embedded

Whether or not the block's GUI is embedded.

OWL TypeDatatype Property
Rangexsd:boolean

Property ingen:value

value

The current value of a port.

OWL TypeDatatype Property
Domainlv2:Port

Instance ingen:

Ingen

Ingen is a modular audio processing environment. This vocabulary describes an Ingen configuration, and is used in both the control protocol and saved files. Conceptually, Ingen represents a tree of objects, each of which has a path (like /main/in or /main/osc/out) and a set of properties.

Typeowl:Ontology
doap:name Ingen
rdfs:seeAlso ingen.ttl
owl:imports http://lv2plug.in/ns/lv2core

Instance ingen:GraphPrototype

Template for all Ingen graphs. Saved Ingen graphs always set this as their lv2:prototype. When Ingen is installed, a bundle is installed which included the Ingen LV2 binary and a description of ingen:GraphPrototype which links to it. This way, Ingen graphs can be loaded by LV2 hosts without including binaries or symbolic links in saved Ingen bundles.

Typelv2:PluginBase
lv2:binary libingen_lv2.so

Instance ingen:GraphUIGtk2

The Ingen patcher interface.

Typeui:GtkUI
ui:binary libingen_gui_lv2.so

Instance ingen:numThreads

Instance Controller

Instance Note

Instance Transport

Instance Trigger

History