File: index.html

package info (click to toggle)
buzztrax 0.10.2-10
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 19,984 kB
  • sloc: ansic: 109,707; sh: 12,875; cpp: 10,882; xml: 6,081; makefile: 508; javascript: 338; asm: 116
file content (148 lines) | stat: -rw-r--r-- 8,384 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Buzztrax Bt-Core Reference Manual: Buzztrax Bt-Core Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Buzztrax Bt-Core Reference Manual">
<link rel="next" href="pr01.html" title="Introduction">
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Buzztrax Bt-Core Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
      for Buzztrax 0.10.2.
      The latest version of this documentation can be found on-line at
      <a class="ulink" href="http://www.buzztrax.org/files/apidocs/bt-core/" target="_top">http://www.buzztrax.org/files/apidocs/bt-core/</a>.
    </p></div>
</div>
<hr>
</div>
<div class="toc"><dl class="toc">
<dt><span class="preface"><a href="pr01.html">Introduction</a></span></dt>
<dt><span class="part"><a href="pt01.html">I. Overview</a></span></dt>
<dd><dl><dt><span class="chapter"><a href="conventions.html">Conventions</a></span></dt></dl></dd>
<dt><span class="reference"><a href="libbtcore.html">II. API Reference</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="ch02.html">Core Class Reference</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="buzztrax-core-libbtcore.html">libbtcore</a></span><span class="refpurpose"> — core library of the buzztrax application framework</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtApplication.html">BtApplication</a></span><span class="refpurpose"> — base class for a buzztrax based application</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtAudioSession.html">BtAudioSession</a></span><span class="refpurpose"> — bin to be used by <span class="type">BtSinkMachine</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtSettings.html">BtSettings</a></span><span class="refpurpose"> — class for buzztrax settings handling</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtChildProxy.html">BtChildProxy</a></span><span class="refpurpose"> — Interface for multi child elements.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtPersistence.html">BtPersistence</a></span><span class="refpurpose"> — object persistence interface</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch03.html">Song Class Reference</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="BtCmdPattern.html">BtCmdPattern</a></span><span class="refpurpose"> — class for an command pattern of a <span class="type">BtMachine</span> instance</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtMachine.html">BtMachine</a></span><span class="refpurpose"> — base class for signal processing machines</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtParameterGroup.html">BtParameterGroup</a></span><span class="refpurpose"> — a group of parameter</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtPattern.html">BtPattern</a></span><span class="refpurpose"> — class for an event pattern of a <span class="type">BtMachine</span> instance</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtPatternControlSource.html">BtPatternControlSource</a></span><span class="refpurpose"> — Custom controlsource based on repeated event blocks
(<span class="type">BtPatterns</span>).</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtProcessorMachine.html">BtProcessorMachine</a></span><span class="refpurpose"> — class for signal processing machines with inputs and
outputs</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtSequence.html">BtSequence</a></span><span class="refpurpose"> — class for the event timeline of a <span class="type">BtSong</span> instance</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtSetup.html">BtSetup</a></span><span class="refpurpose"> — class with all machines and wires (<span class="type">BtMachine</span> and <span class="type">BtWire</span>)
for a <span class="type">BtSong</span> instance</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtSinkBin.html">BtSinkBin</a></span><span class="refpurpose"> — bin to be used by <span class="type">BtSinkMachine</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtSinkMachine.html">BtSinkMachine</a></span><span class="refpurpose"> — class for signal processing machines with inputs only</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtSong.html">BtSong</a></span><span class="refpurpose"> — class of a song project object (contains <span class="type">BtSongInfo</span>,
<span class="type">BtSetup</span>, <span class="type">BtSequence</span> and <span class="type">BtWavetable</span>)</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtSongInfo.html">BtSongInfo</a></span><span class="refpurpose"> — class that keeps the meta-data for a <span class="type">BtSong</span> instance</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtSourceMachine.html">BtSourceMachine</a></span><span class="refpurpose"> — class for signal processing machines with outputs only</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtValueGroup.html">BtValueGroup</a></span><span class="refpurpose"> — a GValue array of parameter values</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtWave.html">BtWave</a></span><span class="refpurpose"> — one <span class="type">BtWavetable</span> entry that keeps a list of <span class="type">BtWavelevels</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtWavelevel.html">BtWavelevel</a></span><span class="refpurpose"> — a single part of a <span class="type">BtWave</span> item</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtWavetable.html">BtWavetable</a></span><span class="refpurpose"> — the list of <span class="type">BtWave</span> items in a <span class="type">BtSong</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtWire.html">BtWire</a></span><span class="refpurpose"> — class for a connection of two <span class="type">BtMachines</span></span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch04.html">Song IO Reference</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="BtSongIO.html">BtSongIO</a></span><span class="refpurpose"> — base class for song input and output</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtSongIONative.html">BtSongIONative</a></span><span class="refpurpose"> — class for song input and output in builtin native format</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtSongIONativeBZT.html">BtSongIONativeBZT</a></span><span class="refpurpose"> — class for song input and output in builtin native format</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtSongIONativeXML.html">BtSongIONativeXML</a></span><span class="refpurpose"> — class for song input and output in builtin native format</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BtSongIOBuzz.html">BtSongIOBuzz</a></span><span class="refpurpose"> — class for song input in buzz bmx and bmw format</span>
</dt>
</dl></dd>
</dl></dd>
<dt><span class="part"><a href="pt02.html">III. Appendix</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="objecttree.html">Object Hierarchy</a></span></dt>
<dt><span class="index"><a href="api-index.html">API Index</a></span></dt>
<dt><span class="index"><a href="api-index-deprecated.html">Index of deprecated API</a></span></dt>
<dt><span class="index"><a href="api-index-0-3.html">Index of new API in 0.3</a></span></dt>
<dt><span class="index"><a href="api-index-0-5.html">Index of new API in 0.5</a></span></dt>
<dt><span class="index"><a href="api-index-0-6.html">Index of new API in 0.6</a></span></dt>
<dt><span class="index"><a href="api-index-0-7.html">Index of new API in 0.7</a></span></dt>
<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
</dl></dd>
</dl></div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.24.1</div>
</body>
</html>