Sig++ classes
Goto: [
Signal |
Control |
Base |
Info |
Net |
Source files |
Header files
]
The classes for sig++ are grouped into sublibraries which
organize classes by similar function. Also, there are two
additional sublibraries called improv and museinfo which
are self-contained subsets of the full sig library.
The component sublibraries are:
- sigBase -- contains classes that are generic in nature
or are common to several other component libraries. sigBase
can exists as an independent library set.
[include |
src]
- sigSignal -- contains classes that are used for the
generation and filtering of floating-point sound signals.
[include |
src]
- sigControl -- contains classes dealing with
human/computer interaction with MIDI, the computer keyboard,
and monitor as well as issues of timing.
[include |
src]
- sigInfo -- contains classes for musical information.
Assists musical data conversion/analysis/performance.
Handles any musical representation other than soundfiles.
[include |
src]
- sigNet -- neural networks classes for experimentation
in real-time human/computer interaction or in sound signal
situations.
[include |
src]
The independent library class sets include:
- sig -- contains all possible classes in the sig++ library.
[include |
src]
- improv -- contains classes for real-time MIDI
instrument/computer control. It is primarily the
sigControl component library with a few other classes added.
[include |
src]
- museinfo -- contains classes for musical information.
Assists musical data conversion/analysis/performance.
Handles any musical representation other than soundfiles.
It is mainly the same as the sigInfo component library.
[include |
src]
Signal classes:
Base classes:
Info classes:
Net classes: