File: buzztrax-gst-docs.xml

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 (100 lines) | stat: -rw-r--r-- 3,345 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
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ELEMENT xi:include (xi:fallback?) >
<!ATTLIST xi:include
    xmlns:xi   CDATA       #FIXED    "http://www.w3.org/2003/XInclude"
    href       CDATA       #IMPLIED
    parse      (xml|text)  "xml"
    xpointer   CDATA       #IMPLIED
    encoding   CDATA       #IMPLIED 
    accept     CDATA       #IMPLIED
    accept-language CDATA  #IMPLIED >

<!ELEMENT xi:fallback ANY>
<!ATTLIST xi:fallback
    xmlns:xi   CDATA   #FIXED   "http://www.w3.org/2003/XInclude" >

<!ATTLIST book
    xmlns:xi   CDATA       #FIXED    "http://www.w3.org/2003/XInclude" >

<!ENTITY % local.refentry.class "| xi:include">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>GStreamer Buzztrax Reference Manual</title>
  </bookinfo>

  <preface>
    <title>Introduction</title>
    <para>
      This module contains experimental code that extends gstreamer.
      The extensions are required to build a git version of buzztrax.
    </para>
    <para>
      It also contains some nice audio elements. These could be easily moved to
      gst-plugin modules, but only with some of the interfaces base and utilty
      classes.
    </para>
  </preface>

  <chapter>
    <title>GStreamer Buzztrax classes</title>
    <xi:include href="xml/audiosynth.xml"/>
    <xi:include href="xml/combine.xml"/>
    <xi:include href="xml/delay.xml"/>
    <xi:include href="xml/envelope.xml"/>
    <xi:include href="xml/envelope-ad.xml"/>
    <xi:include href="xml/envelope-adsr.xml"/>
    <xi:include href="xml/envelope-d.xml"/>
    <xi:include href="xml/filter-svf.xml"/>
    <xi:include href="xml/musicenums.xml"/>
    <xi:include href="xml/osc-synth.xml"/>
    <xi:include href="xml/osc-wave.xml"/>
    <xi:include href="xml/toneconversion.xml"/>
  </chapter>

  <chapter>
    <title>GStreamer Buzztrax interfaces</title>
    <xi:include href="xml/childbin.xml"/>
    <xi:include href="xml/propertymeta.xml"/>
    <xi:include href="xml/tempo.xml"/>
  </chapter>

  <chapter>
    <title>GStreamer Buzztrax elements</title>
    <xi:include href="xml/audiodelay.xml"/>
    <xi:include href="xml/bml.xml"/>
    <xi:include href="xml/bt-dec.xml"/>
    <xi:include href="xml/ebeats.xml"/>
    <xi:include href="xml/fluidsynth.xml"><xi:fallback /></xi:include>
    <xi:include href="xml/sidsyn.xml"/>
    <xi:include href="xml/simsyn.xml"/>
    <xi:include href="xml/wavereplay.xml"/>
    <xi:include href="xml/wavetabsyn.xml"/>
  </chapter>

  <chapter>
    <title>GStreamer Buzztrax elements subclasses</title>
    <xi:include href="xml/sidsynv.xml"/>
    <xi:include href="xml/gstbmlsrc.xml"/>
    <xi:include href="xml/gstbmltransform.xml"/>
    <xi:include href="xml/gstbmlv.xml"/>
    <xi:include href="xml/plugin.xml"/>
  </chapter>

  <chapter id="hierarchy">
    <title>Object Hierarchy</title>
    <xi:include href="xml/tree_index.sgml"/>
  </chapter>

  <index id="api-index">
    <title>Index</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>
  <index id="deprecated-api-index" role="deprecated">
    <title>Index of deprecated API</title>
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
  </index>

</book>