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 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
|
<?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" [
<!ENTITY % version-entities SYSTEM "../../version.entities">
%version-entities;
<!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>Buzztrax Bt-Edit Reference Manual</title>
<releaseinfo>
for Buzztrax &BT_VERSION;.
The latest version of this documentation can be found on-line at
<ulink role="online-location" url="http://www.buzztrax.org/files/apidocs/bt-edit/">http://www.buzztrax.org/files/apidocs/bt-edit/</ulink>.
</releaseinfo>
</bookinfo>
<preface>
<title>Introduction</title>
<para>
Buzztrax aims to be a successor of the freeware music tracker called Buzz
with a focus on Linux. The development of Buzz for windows had been
discontinued as the author lost all his source-codes. Buzztrax is only
related to Buzz in the concepts, Buzztraxs source code is written from
scratch.
</para>
<para>
The homepage of the buzztrax project can be found at
<ulink url="http://www.buzztrax.org">www.buzztrax.org</ulink>.
It is a social site containing forums, a wiki and bug tracker and many
other resoures.
</para>
</preface>
<part label="I">
<title>Overview</title>
</part>
<reference label="II" id="uibtedit">
<title>User Application API Reference</title>
<partintro>
<abstract>
<para>
The classes described in this chapter are all part of end user application
code.
Please make sure you have read section <ulink url="../bt-core/conventions.html">conventions</ulink>
before reading further.
</para>
</abstract>
</partintro>
<chapter>
<title>Main Class Reference</title>
<xi:include href="xml/btedit.xml" />
<xi:include href="xml/btaboutdialog.xml" />
<xi:include href="xml/btchangelog.xml" />
<xi:include href="xml/btchangelogger.xml" />
<xi:include href="xml/btcrashrecoverdialog.xml" />
<xi:include href="xml/bteditapplication.xml" />
<xi:include href="xml/btinteractioncontrollermenu.xml" />
<xi:include href="xml/btmachineactions.xml" />
<xi:include href="xml/btmachinecanvasitem.xml" />
<xi:include href="xml/btmachinelistmodel.xml" />
<xi:include href="xml/btmachinemenu.xml" />
<xi:include href="xml/btmachinepreferencesdialog.xml" />
<xi:include href="xml/btmachinepresetpropertiesdialog.xml" />
<xi:include href="xml/btmachinepropertiesdialog.xml" />
<xi:include href="xml/btmachinerenamedialog.xml" />
<xi:include href="xml/btmainmenu.xml" />
<xi:include href="xml/btmainpageinfo.xml" />
<xi:include href="xml/btmainpagemachines.xml" />
<xi:include href="xml/btmainpagepatterns.xml" />
<xi:include href="xml/btmainpagesequence.xml" />
<xi:include href="xml/btmainpagewaves.xml" />
<xi:include href="xml/btmainpages.xml" />
<xi:include href="xml/btmainstatusbar.xml" />
<xi:include href="xml/btmaintoolbar.xml" />
<xi:include href="xml/btmainwindow.xml" />
<xi:include href="xml/btmissingframeworkelementsdialog.xml" />
<xi:include href="xml/btmissingsongelementsdialog.xml" />
<xi:include href="xml/btobjectlistmodel.xml" />
<xi:include href="xml/btpanoramapopup.xml" />
<xi:include href="xml/btpatternlistmodel.xml" />
<xi:include href="xml/btpatternpropertiesdialog.xml" />
<xi:include href="xml/btpresetlistmodel.xml" />
<xi:include href="xml/btrenderdialog.xml" />
<xi:include href="xml/btsequencegridmodel.xml" />
<xi:include href="xml/btsequenceview.xml" />
<xi:include href="xml/btsettingsdialog.xml" />
<xi:include href="xml/btsettingspageaudiodevices.xml" />
<xi:include href="xml/btsettingspageinteractioncontroller.xml" />
<xi:include href="xml/btsettingspageplaybackcontroller.xml" />
<xi:include href="xml/btsettingspagedirectories.xml" />
<xi:include href="xml/btsettingspageshortcuts.xml" />
<xi:include href="xml/btsettingspageui.xml" />
<xi:include href="xml/btsignalanalysisdialog.xml" />
<xi:include href="xml/bttipdialog.xml" />
<xi:include href="xml/btuiresources.xml" />
<xi:include href="xml/btvolumepopup.xml" />
<xi:include href="xml/btwirecanvasitem.xml" />
<xi:include href="xml/btwavelistmodel.xml" />
<xi:include href="xml/btwavelevellistmodel.xml" />
</chapter>
<chapter>
<title>Tool Class Reference</title>
<xi:include href="xml/btplaybackcontrolleric.xml" />
<xi:include href="xml/btplaybackcontrollersocket.xml" />
</chapter>
<chapter>
<title>GStreamer Element Reference</title>
<xi:include href="xml/btmemoryaudiosrc.xml" />
</chapter>
<chapter>
<title>Widget Class Reference</title>
<xi:include href="xml/btpatterneditor.xml" />
<xi:include href="xml/btwaveformviewer.xml" />
<xi:include href="xml/gtkscrolledsyncwindow.xml" />
<xi:include href="xml/gtkvumeter.xml" />
</chapter>
</reference>
<reference label="III" id="uibteditopts">
<title>User Application Command Line Reference</title>
<xi:include href="buzztrax-edit.xml"/>
</reference>
<part label="IV">
<title>Appendix</title>
<chapter id="objecttree">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml" />
</chapter>
<index id="api-index">
<title>API Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-deprecated" role="deprecated">
<title>Index of deprecated API</title>
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-0-6" role="0.6">
<title>Index of new API in 0.6</title>
<xi:include href="xml/api-index-0.6.xml"><xi:fallback /></xi:include>
</index>
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</part>
</book>
|