335 lines
16 KiB
Text
335 lines
16 KiB
Text
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
||
|
<glade-interface>
|
||
|
<widget class="GtkWindow" id="window1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="border_width">5</property>
|
||
|
<property name="title" translatable="yes">BASS - 3D test</property>
|
||
|
<property name="resizable">False</property>
|
||
|
<property name="window_position">GTK_WIN_POS_CENTER</property>
|
||
|
<signal name="destroy" handler="WindowDestroy"/>
|
||
|
<child>
|
||
|
<widget class="GtkHBox" id="hbox1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="spacing">5</property>
|
||
|
<child>
|
||
|
<widget class="GtkVBox" id="vbox1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="spacing">5</property>
|
||
|
<child>
|
||
|
<widget class="GtkFrame" id="frame1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="label_xalign">0</property>
|
||
|
<property name="shadow_type">GTK_SHADOW_OUT</property>
|
||
|
<child>
|
||
|
<widget class="GtkAlignment" id="alignment1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="bottom_padding">5</property>
|
||
|
<property name="left_padding">5</property>
|
||
|
<property name="right_padding">5</property>
|
||
|
<child>
|
||
|
<widget class="GtkVBox" id="vbox2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="spacing">5</property>
|
||
|
<child>
|
||
|
<widget class="GtkTreeView" id="channels">
|
||
|
<property name="height_request">200</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="headers_visible">False</property>
|
||
|
<property name="headers_clickable">True</property>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkHBox" id="hbox2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="spacing">5</property>
|
||
|
<property name="homogeneous">True</property>
|
||
|
<child>
|
||
|
<widget class="GtkButton" id="add">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="label" translatable="yes">Add...</property>
|
||
|
<property name="response_id">0</property>
|
||
|
<signal name="clicked" handler="AddClicked"/>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkButton" id="remove">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="label" translatable="yes">Remove</property>
|
||
|
<property name="response_id">0</property>
|
||
|
<signal name="clicked" handler="RemoveClicked"/>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkHBox" id="hbox3">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="spacing">5</property>
|
||
|
<property name="homogeneous">True</property>
|
||
|
<child>
|
||
|
<widget class="GtkButton" id="play">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="label" translatable="yes">Play</property>
|
||
|
<property name="response_id">0</property>
|
||
|
<signal name="clicked" handler="PlayClicked"/>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkButton" id="stop">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="label" translatable="yes">Stop</property>
|
||
|
<property name="response_id">0</property>
|
||
|
<signal name="clicked" handler="StopClicked"/>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
<property name="position">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkLabel" id="label1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="label" translatable="yes">Channels</property>
|
||
|
<property name="use_markup">True</property>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="type">label_item</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkFrame" id="frame2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="label_xalign">0</property>
|
||
|
<property name="shadow_type">GTK_SHADOW_OUT</property>
|
||
|
<child>
|
||
|
<widget class="GtkAlignment" id="alignment2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="bottom_padding">5</property>
|
||
|
<property name="left_padding">5</property>
|
||
|
<property name="right_padding">5</property>
|
||
|
<child>
|
||
|
<widget class="GtkHBox" id="hbox4">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="spacing">5</property>
|
||
|
<child>
|
||
|
<widget class="GtkLabel" id="label2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="label" translatable="yes">x:</property>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkSpinButton" id="movex">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="adjustment">0 0 100 1 10 0</property>
|
||
|
<property name="numeric">True</property>
|
||
|
<signal name="value_changed" handler="MoveXChanged"/>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkLabel" id="label7">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="label" translatable="yes">z:</property>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkSpinButton" id="movez">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="adjustment">0 0 100 1 10 0</property>
|
||
|
<property name="numeric">True</property>
|
||
|
<signal name="value_changed" handler="MoveZChanged"/>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">3</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkButton" id="movereset">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="label" translatable="yes">Reset</property>
|
||
|
<property name="response_id">0</property>
|
||
|
<signal name="clicked" handler="MoveResetClicked"/>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">4</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkLabel" id="label3">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="label" translatable="yes">Movement</property>
|
||
|
<property name="use_markup">True</property>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="type">label_item</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkVBox" id="vbox4">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="spacing">5</property>
|
||
|
<child>
|
||
|
<widget class="GtkFrame" id="frame5">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="label_xalign">0</property>
|
||
|
<property name="shadow_type">GTK_SHADOW_OUT</property>
|
||
|
<child>
|
||
|
<widget class="GtkAlignment" id="alignment5">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="bottom_padding">5</property>
|
||
|
<property name="left_padding">5</property>
|
||
|
<property name="right_padding">5</property>
|
||
|
<child>
|
||
|
<widget class="GtkDrawingArea" id="drawingarea1">
|
||
|
<property name="width_request">200</property>
|
||
|
<property name="height_request">200</property>
|
||
|
<property name="visible">True</property>
|
||
|
</widget>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkLabel" id="label6">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="use_markup">True</property>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="type">label_item</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkFrame" id="frame3">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="label_xalign">0</property>
|
||
|
<property name="shadow_type">GTK_SHADOW_OUT</property>
|
||
|
<child>
|
||
|
<widget class="GtkAlignment" id="alignment3">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="bottom_padding">5</property>
|
||
|
<property name="left_padding">5</property>
|
||
|
<property name="right_padding">5</property>
|
||
|
<child>
|
||
|
<widget class="GtkHScale" id="rolloff">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="adjustment">10 0 20 1 10 0</property>
|
||
|
<property name="draw_value">False</property>
|
||
|
<signal name="value_changed" handler="RolloffChanged"/>
|
||
|
</widget>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkLabel" id="label4">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="label" translatable="yes">Rolloff factor</property>
|
||
|
<property name="use_markup">True</property>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="type">label_item</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkFrame" id="frame4">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="label_xalign">0</property>
|
||
|
<property name="shadow_type">GTK_SHADOW_OUT</property>
|
||
|
<child>
|
||
|
<widget class="GtkAlignment" id="alignment4">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="bottom_padding">5</property>
|
||
|
<property name="left_padding">5</property>
|
||
|
<property name="right_padding">5</property>
|
||
|
<child>
|
||
|
<widget class="GtkHScale" id="doppler">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="adjustment">10 0 20 1 10 0</property>
|
||
|
<property name="draw_value">False</property>
|
||
|
<signal name="value_changed" handler="DopplerChanged"/>
|
||
|
</widget>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkLabel" id="label5">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="label" translatable="yes">Doppler factor</property>
|
||
|
<property name="use_markup">True</property>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="type">label_item</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</glade-interface>
|