soundscrape

A programmatic framework for modular synthesis:
Scheme in the front, C in the back!
< | ^ | > | :>

Overview

This module contains some gstreamer-related convenience routines for internal use.

Usage

get-ss-klass
[Generic]

[undocumented]

filter-direction pads direction
[Function]

Filters pads, a list of either pads or pad templates, returning only those pads that are in direction (either src or sink).

graph-elements graph
[Function]

Return a list of all elements (unit generators) in graph.

graph-toplevel-elements graph
[Function]

Chooses only the toplevel elements from graph, suitable for adding to a bin such that all elements of graph will then belong to the bin.

graph? graph
[Function]

Type predicate for graphs.

toplevel-elements elements
[Function]

Choose only the toplevel elements from elements, suitable for adding to a bin such that all elements will then belong to the bin.

< | ^ | > | :>