<?xml version="1.0"?>
<GTK-Interface>

<project>
  <name>sequencer</name>
  <program_name>sequencer</program_name>
  <directory></directory>
  <source_directory>src</source_directory>
  <pixmaps_directory>pixmaps</pixmaps_directory>
  <language>C</language>
  <gnome_support>True</gnome_support>
  <gettext_support>True</gettext_support>
</project>

<widget>
  <class>GtkWindow</class>
  <name>window1</name>
  <visible>False</visible>
  <title>window1</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkVBox</class>
    <name>main_widget</name>
    <homogeneous>False</homogeneous>
    <spacing>0</spacing>

    <widget>
      <class>GtkMenuBar</class>
      <name>menubar1</name>
      <shadow_type>GTK_SHADOW_OUT</shadow_type>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
      </child>

      <widget>
	<class>GtkMenuItem</class>
	<name>file1</name>
	<label>file</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>file1_menu</name>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>save1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_skin_save</handler>
	      <last_modification_time>Tue, 07 Aug 2001 00:22:01 GMT</last_modification_time>
	    </signal>
	    <label>save</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>save_as1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_save_dialog</handler>
	      <last_modification_time>Mon, 06 Aug 2001 23:51:10 GMT</last_modification_time>
	    </signal>
	    <label>save as...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>load1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_load_dialog</handler>
	      <last_modification_time>Tue, 07 Aug 2001 00:21:21 GMT</last_modification_time>
	    </signal>
	    <label>load...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>merge1</name>
	    <label>merge...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>export_sequence_to_buffer1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_skin_create_if_defined:unstable:gdam_sequencer_cache</handler>
	      <last_modification_time>Mon, 07 Jan 2002 17:07:24 GMT</last_modification_time>
	    </signal>
	    <label>export sequence to buffer</label>
	    <right_justify>False</right_justify>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>edit1</name>
	<label>edit</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>edit1_menu</name>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>cut1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_cut_elements</handler>
	      <last_modification_time>Thu, 09 Aug 2001 01:16:38 GMT</last_modification_time>
	    </signal>
	    <label>cut</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>cut_and_merge1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_cut_and_merge_elements</handler>
	      <last_modification_time>Sat, 18 Aug 2001 13:12:35 GMT</last_modification_time>
	    </signal>
	    <label>cut and merge</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>copy1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_copy_elements</handler>
	      <last_modification_time>Thu, 09 Aug 2001 01:16:49 GMT</last_modification_time>
	    </signal>
	    <label>copy</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>copy_and_merge1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_copy_and_merge_elements</handler>
	      <last_modification_time>Sat, 18 Aug 2001 13:13:03 GMT</last_modification_time>
	    </signal>
	    <label>copy and merge</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>paste1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_paste_elements</handler>
	      <last_modification_time>Thu, 09 Aug 2001 01:16:59 GMT</last_modification_time>
	    </signal>
	    <label>paste</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>clear1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_clear_elements</handler>
	      <last_modification_time>Mon, 07 Jan 2002 17:09:49 GMT</last_modification_time>
	    </signal>
	    <label>clear</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>separator2</name>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>select_all1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_skin_create_if_defined:unstable:gdam_sequencer_select_all</handler>
	      <last_modification_time>Mon, 07 Jan 2002 17:10:15 GMT</last_modification_time>
	    </signal>
	    <label>select all</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>select_none1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_select_none</handler>
	      <last_modification_time>Wed, 16 Jan 2002 11:11:52 GMT</last_modification_time>
	    </signal>
	    <label>select none</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>select_current_pattern1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_select_matching_pattern</handler>
	      <last_modification_time>Wed, 16 Jan 2002 11:04:31 GMT</last_modification_time>
	    </signal>
	    <label>select current pattern</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>select_current_pattern,_local_id1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_select_matching_pattern_local_id</handler>
	      <last_modification_time>Wed, 16 Jan 2002 11:13:36 GMT</last_modification_time>
	    </signal>
	    <label>select current pattern, local id</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>selece_active_patterns1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_select_active</handler>
	      <last_modification_time>Wed, 16 Jan 2002 11:12:34 GMT</last_modification_time>
	    </signal>
	    <label>select active</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>invert_selection1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_skin_create_if_defined:unstable:gdam_sequencer_invert_selection</handler>
	      <last_modification_time>Mon, 07 Jan 2002 17:11:14 GMT</last_modification_time>
	    </signal>
	    <label>invert selection</label>
	    <right_justify>False</right_justify>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>sort1</name>
	<label>sort</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>sort1_menu</name>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>gain1</name>
	    <signal>
	      <name>toggled</name>
	      <handler>gdam_skin_skin_toggle_button:vertical_sort_mode:gain</handler>
	      <last_modification_time>Fri, 27 Jul 2001 17:03:14 GMT</last_modification_time>
	    </signal>
	    <label>gain</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>vertical_sort</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>resample1</name>
	    <signal>
	      <name>toggled</name>
	      <handler>gdam_skin_skin_toggle_button:vertical_sort_mode:resample</handler>
	      <last_modification_time>Fri, 27 Jul 2001 17:02:57 GMT</last_modification_time>
	    </signal>
	    <label>resample</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>vertical_sort</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>id1</name>
	    <signal>
	      <name>toggled</name>
	      <handler>gdam_skin_skin_toggle_button:vertical_sort_mode:buffer_id</handler>
	      <last_modification_time>Sat, 28 Jul 2001 01:11:02 GMT</last_modification_time>
	    </signal>
	    <label>id</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>vertical_sort</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>localid1</name>
	    <signal>
	      <name>toggled</name>
	      <handler>gdam_skin_skin_toggle_button:vertical_sort_mode:local_id</handler>
	      <last_modification_time>Sat, 28 Jul 2001 01:11:26 GMT</last_modification_time>
	    </signal>
	    <label>local_id</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>vertical_sort</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>pattern1</name>
	    <signal>
	      <name>toggled</name>
	      <handler>gdam_skin_skin_toggle_button:vertical_sort_mode:pattern</handler>
	      <last_modification_time>Fri, 27 Jul 2001 17:03:59 GMT</last_modification_time>
	    </signal>
	    <label>pattern</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>vertical_sort</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>length1</name>
	    <signal>
	      <name>toggled</name>
	      <handler>gdam_skin_skin_toggle_button:vertical_sort_mode:length</handler>
	      <last_modification_time>Sun, 14 Oct 2001 01:54:07 GMT</last_modification_time>
	    </signal>
	    <label>length</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>vertical_sort</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>start1</name>
	    <signal>
	      <name>toggled</name>
	      <handler>gdam_skin_skin_toggle_button:vertical_sort_mode:start</handler>
	      <last_modification_time>Mon, 15 Oct 2001 11:49:59 GMT</last_modification_time>
	    </signal>
	    <label>start</label>
	    <active>True</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>vertical_sort</group>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>separator3</name>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>snap_y_value1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_snap_y</handler>
	      <last_modification_time>Sun, 14 Oct 2001 01:55:12 GMT</last_modification_time>
	    </signal>
	    <label>snap y value</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>snap_y</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>free_y_value1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_free_y</handler>
	      <last_modification_time>Sun, 14 Oct 2001 01:55:25 GMT</last_modification_time>
	    </signal>
	    <label>free y value</label>
	    <active>True</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>snap_y</group>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>render1</name>
	<label>render</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>render1_menu</name>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>circles1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_render_as:circles</handler>
	      <last_modification_time>Fri, 27 Jul 2001 19:00:40 GMT</last_modification_time>
	    </signal>
	    <label>circles</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>render_elements</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>rectangle1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_render_as:rectangles</handler>
	      <last_modification_time>Fri, 27 Jul 2001 19:01:21 GMT</last_modification_time>
	    </signal>
	    <label>rectangle</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>render_elements</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>colored_squares1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_render_as:colored_squares</handler>
	      <last_modification_time>Fri, 27 Jul 2001 19:01:31 GMT</last_modification_time>
	    </signal>
	    <label>colored squares</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>render_elements</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>tee1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_render_as:tee</handler>
	      <last_modification_time>Sat, 28 Jul 2001 21:59:02 GMT</last_modification_time>
	    </signal>
	    <label>tee</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>render_elements</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>pennant1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_render_as:pennant</handler>
	      <last_modification_time>Sat, 28 Jul 2001 21:59:02 GMT</last_modification_time>
	    </signal>
	    <label>pennant</label>
	    <active>True</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>render_elements</group>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>separator1</name>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>hide_out-of-pattern_elements1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_hide_inactive</handler>
	      <last_modification_time>Fri, 27 Jul 2001 19:30:27 GMT</last_modification_time>
	    </signal>
	    <label>hide out-of-pattern elements</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>out_of_pattern_render</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>outline_out-of-pattern_elements1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_outline_inactive</handler>
	      <last_modification_time>Fri, 27 Jul 2001 19:31:56 GMT</last_modification_time>
	    </signal>
	    <label>outline out-of-pattern elements</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>out_of_pattern_render</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>sensitive_out-of-pattern_elements1</name>
	    <label>sensitive out-of-pattern elements</label>
	    <active>True</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>out_of_pattern_render</group>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>separator1</name>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>size_from_sample_length1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_size_from_length</handler>
	      <last_modification_time>Fri, 27 Jul 2001 20:48:02 GMT</last_modification_time>
	    </signal>
	    <label>size from sample length</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>constant_size1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_constant_size</handler>
	      <last_modification_time>Fri, 27 Jul 2001 20:50:12 GMT</last_modification_time>
	    </signal>
	    <label>constant size</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>separator2</name>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>text_from_buffer_name1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_text_as:buffer_name</handler>
	      <last_modification_time>Wed, 08 Aug 2001 00:53:19 GMT</last_modification_time>
	    </signal>
	    <label>text from buffer name</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>text_from_local_id1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_text_as:local_id</handler>
	      <last_modification_time>Wed, 08 Aug 2001 00:55:26 GMT</last_modification_time>
	    </signal>
	    <label>text from local id</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>separator7</name>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>left1</name>
	    <label>waveform: left channel</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>cur_viewport_waveform_render</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>left1</name>
	    <label>waveform: right channel</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>cur_viewport_waveform_render</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>left1</name>
	    <label>waveform: left / right average </label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>cur_viewport_waveform_render</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>left1</name>
	    <label>waveform: min / max </label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>cur_viewport_waveform_render</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>left1</name>
	    <label>waveform: split stereo</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>cur_viewport_waveform_render</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>left1</name>
	    <label>waveform: fft</label>
	    <active>True</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>cur_viewport_waveform_render</group>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>tool1</name>
	<label>tool</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>tool1_menu</name>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>add1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_display_tool:add</handler>
	      <last_modification_time>Sat, 28 Jul 2001 16:27:28 GMT</last_modification_time>
	    </signal>
	    <label>add</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>tool</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>delete1</name>
	    <label>delete</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>tool</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>select1</name>
	    <label>select</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>tool</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>stamp1</name>
	    <label>stamp</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>tool</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>trace1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_display_tool:trace_y_value</handler>
	      <last_modification_time>Sat, 29 Sep 2001 18:51:31 GMT</last_modification_time>
	    </signal>
	    <label>trace</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>tool</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>fill_end-to-end1</name>
	    <label>fill end-to-end</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>tool</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>tile_nearest_beat1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_display_tool:fill_nearest</handler>
	      <last_modification_time>Sat, 28 Jul 2001 16:28:03 GMT</last_modification_time>
	    </signal>
	    <label>tile nearest beat</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>tool</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>tile_and_stretch1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_display_tool:fill_nearest_and_stretch</handler>
	      <last_modification_time>Sat, 28 Jul 2001 17:35:12 GMT</last_modification_time>
	    </signal>
	    <label>tile and stretch</label>
	    <active>True</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>tool</group>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>util1</name>
	<label>util</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>util1_menu</name>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>double_sequence_length1</name>
	    <label>double sequence length</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>clear_unused_local_ids1</name>
	    <label>clear unused local ids</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>clear_unused_patterns1</name>
	    <label>clear unused patterns</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>separator5</name>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>scale_element_lengths_with_tempo1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_scale_element_lengths</handler>
	      <last_modification_time>Tue, 16 Oct 2001 05:57:20 GMT</last_modification_time>
	    </signal>
	    <label>scale element lengths with tempo</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>scale_el_len</group>
	  </widget>

	  <widget>
	    <class>GtkRadioMenuItem</class>
	    <name>preserve_lengths_on_tempo_change1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_preserve_element_lengths</handler>
	      <last_modification_time>Tue, 16 Oct 2001 05:58:53 GMT</last_modification_time>
	    </signal>
	    <label>preserve lengths on tempo change</label>
	    <active>True</active>
	    <always_show_toggle>True</always_show_toggle>
	    <group>scale_el_len</group>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>separator6</name>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>find_current_buffer's_magic_rate1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_skin_skin_arg_int:find_magic_rate_for_local_buffer:1</handler>
	      <last_modification_time>Mon, 07 Jan 2002 17:01:31 GMT</last_modification_time>
	    </signal>
	    <label>find current buffer's magic rate</label>
	    <right_justify>False</right_justify>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>midi1</name>
	<label>midi</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>midi1_menu</name>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>do_midi1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_sequencer_midi</handler>
	      <last_modification_time>Fri, 27 Jul 2001 17:11:40 GMT</last_modification_time>
	    </signal>
	    <label>do midi</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>do_midi2</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_skin_make_binding_dialog</handler>
	      <last_modification_time>Fri, 27 Jul 2001 17:11:40 GMT</last_modification_time>
	    </signal>
	    <label>load a binding file</label>
	    <right_justify>False</right_justify>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>help1</name>
	<label>help</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>help1_menu</name>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>show_help1</name>
	    <signal>
	      <name>activate</name>
	      <handler>gdam_skin_raise_or_launch:GdamHelpSkin:help.xml:GdamHelpSkin:sequencer</handler>
	      <last_modification_time>Fri, 27 Jul 2001 16:50:48 GMT</last_modification_time>
	    </signal>
	    <label>show help</label>
	    <right_justify>False</right_justify>
	  </widget>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkHBox</class>
      <name>hbox22</name>
      <homogeneous>False</homogeneous>
      <spacing>0</spacing>
      <child>
	<padding>0</padding>
	<expand>True</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkVBox</class>
	<name>vbox7</name>
	<homogeneous>False</homogeneous>
	<spacing>0</spacing>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkHBox</class>
	  <name>hbox1</name>
	  <homogeneous>False</homogeneous>
	  <spacing>0</spacing>
	  <child>
	    <padding>0</padding>
	    <expand>False</expand>
	    <fill>True</fill>
	  </child>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label2</name>
	    <label>Beats</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkSpinButton</class>
	    <name>beatnum_adjuster</name>
	    <tooltip>length of the sequence, in beats</tooltip>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>whatever</name>
	      <handler>gdam_sequencer_beatnum_adjuster</handler>
	      <last_modification_time>Sat, 01 Jan 2000 19:13:01 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>whatever</name>
	      <handler>gdam_skin_defocus_on_activate</handler>
	      <last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	    </signal>
	    <climb_rate>1</climb_rate>
	    <digits>0</digits>
	    <numeric>True</numeric>
	    <update_policy>GTK_UPDATE_ALWAYS</update_policy>
	    <snap>False</snap>
	    <wrap>False</wrap>
	    <value>8</value>
	    <lower>1</lower>
	    <upper>256</upper>
	    <step>1</step>
	    <page>8</page>
	    <page_size>8</page_size>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label3</name>
	    <label>Sub</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkSpinButton</class>
	    <name>sub_beat_adj</name>
	    <tooltip>number of subdivisions per-beat, for snapping samples into place</tooltip>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>whatever</name>
	      <handler>gdam_skin_defocus_on_activate</handler>
	      <last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>whatever</name>
	      <handler>gdam_sequencer_set_sub_beats</handler>
	      <last_modification_time>Mon, 03 Jan 2000 02:33:48 GMT</last_modification_time>
	    </signal>
	    <climb_rate>1</climb_rate>
	    <digits>0</digits>
	    <numeric>False</numeric>
	    <update_policy>GTK_UPDATE_ALWAYS</update_policy>
	    <snap>False</snap>
	    <wrap>False</wrap>
	    <value>4</value>
	    <lower>0</lower>
	    <upper>32</upper>
	    <step>1</step>
	    <page>10</page>
	    <page_size>10</page_size>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label4</name>
	    <label> BPM: </label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkSpinButton</class>
	    <name>spinbutton2</name>
	    <width>70</width>
	    <tooltip>define the tempo of the sequence</tooltip>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>whatever</name>
	      <handler>gdam_skin_defocus_on_activate</handler>
	      <last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>whatever</name>
	      <handler>gdam_sequencer_tempo_adjuster</handler>
	      <last_modification_time>Sat, 01 Jan 2000 19:14:02 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>whatever</name>
	      <handler>gdam_sequencer_tempo_drop</handler>
	      <last_modification_time>Sat, 01 Jan 2000 19:14:02 GMT</last_modification_time>
	    </signal>
	    <climb_rate>1</climb_rate>
	    <digits>3</digits>
	    <numeric>True</numeric>
	    <update_policy>GTK_UPDATE_ALWAYS</update_policy>
	    <snap>False</snap>
	    <wrap>False</wrap>
	    <value>90</value>
	    <lower>1</lower>
	    <upper>360</upper>
	    <step>1</step>
	    <page>8</page>
	    <page_size>8</page_size>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label235</name>
	    <label>P:</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkSpinButton</class>
	    <name>spinbutton125</name>
	    <tooltip>which pattern is currently being edited</tooltip>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>whatever</name>
	      <handler>gdam_skin_defocus_on_activate</handler>
	      <last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>value_changed</name>
	      <handler>gdam_skin_adjustment:pattern</handler>
	      <last_modification_time>Fri, 06 Oct 2000 00:58:41 GMT</last_modification_time>
	    </signal>
	    <climb_rate>1</climb_rate>
	    <digits>0</digits>
	    <numeric>True</numeric>
	    <update_policy>GTK_UPDATE_ALWAYS</update_policy>
	    <snap>False</snap>
	    <wrap>False</wrap>
	    <value>0</value>
	    <lower>0</lower>
	    <upper>64</upper>
	    <step>1</step>
	    <page>1</page>
	    <page_size>1</page_size>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>
	  </widget>
	</widget>

	<widget>
	  <class>GtkHBox</class>
	  <name>hbox3</name>
	  <homogeneous>False</homogeneous>
	  <spacing>0</spacing>
	  <child>
	    <padding>0</padding>
	    <expand>True</expand>
	    <fill>True</fill>
	  </child>

	  <widget>
	    <class>GtkDrawingArea</class>
	    <name>gdam_sequencer_sequence_display</name>
	    <signal>
	      <name>whatever</name>
	      <handler>gdam_sequencer_drawing_area</handler>
	      <last_modification_time>Fri, 24 Dec 1999 14:56:23 GMT</last_modification_time>
	    </signal>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkEventBox</class>
	    <name>eventbox3</name>
	    <tooltip>vertical pan - which octaves are currently visible</tooltip>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>

	    <widget>
	      <class>GtkVScale</class>
	      <name>vscale1</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>whatever</name>
		<handler>gdam_sequencer_v_pan</handler>
		<last_modification_time>Sat, 08 Jan 2000 17:57:50 GMT</last_modification_time>
	      </signal>
	      <draw_value>True</draw_value>
	      <value_pos>GTK_POS_TOP</value_pos>
	      <digits>1</digits>
	      <policy>GTK_UPDATE_CONTINUOUS</policy>
	      <value>5.3</value>
	      <lower>0</lower>
	      <upper>15</upper>
	      <step>0</step>
	      <page>1</page>
	      <page_size>0</page_size>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkEventBox</class>
	    <name>eventbox2</name>
	    <tooltip>vertical zoom - number of octaves currently visible</tooltip>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>

	    <widget>
	      <class>GtkVScale</class>
	      <name>vscale2</name>
	      <visible>False</visible>
	      <can_focus>True</can_focus>
	      <signal>
		<name>whatever</name>
		<handler>gdam_sequencer_v_zoom</handler>
		<last_modification_time>Sat, 08 Jan 2000 17:58:06 GMT</last_modification_time>
	      </signal>
	      <draw_value>True</draw_value>
	      <value_pos>GTK_POS_TOP</value_pos>
	      <digits>1</digits>
	      <policy>GTK_UPDATE_CONTINUOUS</policy>
	      <value>1.5</value>
	      <lower>0</lower>
	      <upper>10</upper>
	      <step>0</step>
	      <page>0.1</page>
	      <page_size>0</page_size>
	    </widget>
	  </widget>
	</widget>

	<widget>
	  <class>GtkHBox</class>
	  <name>hbox8</name>
	  <homogeneous>False</homogeneous>
	  <spacing>0</spacing>
	  <child>
	    <padding>0</padding>
	    <expand>False</expand>
	    <fill>True</fill>
	  </child>

	  <widget>
	    <class>GtkEventBox</class>
	    <name>eventbox1</name>
	    <tooltip>horizontal pan - which beats are currently visible on screen</tooltip>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkHScrollbar</class>
	      <name>hscrollbar1</name>
	      <signal>
		<name>whatever</name>
		<handler>gdam_sequencer_h_pan</handler>
		<last_modification_time>Fri, 06 Oct 2000 05:59:06 GMT</last_modification_time>
	      </signal>
	      <policy>GTK_UPDATE_CONTINUOUS</policy>
	      <value>0</value>
	      <lower>0</lower>
	      <upper>0</upper>
	      <step>0</step>
	      <page>0</page>
	      <page_size>0</page_size>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkSpinButton</class>
	    <name>spinbutton5</name>
	    <tooltip>horizontal zoom - number of beats visible on screen</tooltip>
	    <signal>
	      <name>whatever</name>
	      <handler>gdam_skin_defocus_on_activate</handler>
	      <last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>whatever</name>
	      <handler>gdam_sequencer_h_zoom</handler>
	      <last_modification_time>Mon, 26 Jun 2000 19:54:52 GMT</last_modification_time>
	    </signal>
	    <climb_rate>1</climb_rate>
	    <digits>0</digits>
	    <numeric>True</numeric>
	    <update_policy>GTK_UPDATE_ALWAYS</update_policy>
	    <snap>False</snap>
	    <wrap>False</wrap>
	    <value>0</value>
	    <lower>0</lower>
	    <upper>0</upper>
	    <step>1</step>
	    <page>10</page>
	    <page_size>10</page_size>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>True</fill>
	    </child>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkNotebook</class>
	<name>notebook1</name>
	<can_focus>True</can_focus>
	<show_tabs>True</show_tabs>
	<show_border>True</show_border>
	<tab_pos>GTK_POS_TOP</tab_pos>
	<scrollable>False</scrollable>
	<tab_hborder>2</tab_hborder>
	<tab_vborder>2</tab_vborder>
	<popup_enable>False</popup_enable>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkVBox</class>
	  <name>vbox3</name>
	  <homogeneous>False</homogeneous>
	  <spacing>0</spacing>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox10</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>False</fill>
	    </child>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label9</name>
	      <label>pattern</label>
	      <justify>GTK_JUSTIFY_CENTER</justify>
	      <wrap>False</wrap>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>1</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkSpinButton</class>
	      <name>spinbutton6</name>
	      <tooltip>which pattern is currently being edited</tooltip>
	      <can_focus>True</can_focus>
	      <signal>
		<name>whatever</name>
		<handler>gdam_skin_defocus_on_activate</handler>
		<last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	      </signal>
	      <signal>
		<name>value_changed</name>
		<handler>gdam_skin_adjustment:pattern</handler>
		<last_modification_time>Fri, 06 Oct 2000 00:58:41 GMT</last_modification_time>
	      </signal>
	      <climb_rate>1</climb_rate>
	      <digits>0</digits>
	      <numeric>True</numeric>
	      <update_policy>GTK_UPDATE_ALWAYS</update_policy>
	      <snap>False</snap>
	      <wrap>False</wrap>
	      <value>0</value>
	      <lower>0</lower>
	      <upper>64</upper>
	      <step>1</step>
	      <page>1</page>
	      <page_size>1</page_size>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox9</name>
	    <homogeneous>True</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton10</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:0</handler>
		<last_modification_time>Fri, 06 Oct 2000 00:05:46 GMT</last_modification_time>
	      </signal>
	      <label> 0 </label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton11</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:1</handler>
		<last_modification_time>Fri, 06 Oct 2000 00:06:29 GMT</last_modification_time>
	      </signal>
	      <label> 1 </label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton12</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:2</handler>
		<last_modification_time>Fri, 06 Oct 2000 00:08:19 GMT</last_modification_time>
	      </signal>
	      <label> 2 </label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton13</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:3</handler>
		<last_modification_time>Fri, 06 Oct 2000 00:08:30 GMT</last_modification_time>
	      </signal>
	      <label> 3 </label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox11</name>
	    <homogeneous>True</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton14</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:4</handler>
		<last_modification_time>Fri, 06 Oct 2000 01:00:08 GMT</last_modification_time>
	      </signal>
	      <label> 4 </label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton15</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:5</handler>
		<last_modification_time>Fri, 06 Oct 2000 01:00:18 GMT</last_modification_time>
	      </signal>
	      <label> 5 </label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton16</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:6</handler>
		<last_modification_time>Fri, 06 Oct 2000 01:00:27 GMT</last_modification_time>
	      </signal>
	      <label> 6 </label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton17</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:7</handler>
		<last_modification_time>Fri, 06 Oct 2000 01:03:18 GMT</last_modification_time>
	      </signal>
	      <label> 7 </label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox14</name>
	    <homogeneous>True</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton18</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:8</handler>
		<last_modification_time>Fri, 06 Oct 2000 03:48:24 GMT</last_modification_time>
	      </signal>
	      <label> 8 </label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton19</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:9</handler>
		<last_modification_time>Fri, 06 Oct 2000 03:49:26 GMT</last_modification_time>
	      </signal>
	      <label> 9 </label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton20</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:10</handler>
		<last_modification_time>Fri, 06 Oct 2000 03:48:14 GMT</last_modification_time>
	      </signal>
	      <label>10</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton21</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:11</handler>
		<last_modification_time>Fri, 06 Oct 2000 03:49:40 GMT</last_modification_time>
	      </signal>
	      <label>11</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox15</name>
	    <homogeneous>True</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton22</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:12</handler>
		<last_modification_time>Fri, 06 Oct 2000 03:52:58 GMT</last_modification_time>
	      </signal>
	      <label>12</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton23</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:13</handler>
		<last_modification_time>Fri, 06 Oct 2000 03:52:47 GMT</last_modification_time>
	      </signal>
	      <label>13</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton24</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:14</handler>
		<last_modification_time>Fri, 06 Oct 2000 03:52:38 GMT</last_modification_time>
	      </signal>
	      <label>14</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>radiobutton25</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:15</handler>
		<last_modification_time>Fri, 06 Oct 2000 03:52:26 GMT</last_modification_time>
	      </signal>
	      <label>15</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox270</name>
	    <homogeneous>True</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton4</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:16</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:09 GMT</last_modification_time>
	      </signal>
	      <label>16</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton5</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:17</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:18 GMT</last_modification_time>
	      </signal>
	      <label>17</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton6</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:18</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:32 GMT</last_modification_time>
	      </signal>
	      <label>18</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton7</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:19</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:42 GMT</last_modification_time>
	      </signal>
	      <label>19</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox270</name>
	    <homogeneous>True</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton4</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:20</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:09 GMT</last_modification_time>
	      </signal>
	      <label>20</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton5</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:21</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:18 GMT</last_modification_time>
	      </signal>
	      <label>21</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton6</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:22</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:32 GMT</last_modification_time>
	      </signal>
	      <label>22</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton7</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:23</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:42 GMT</last_modification_time>
	      </signal>
	      <label>23</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	  </widget>


	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox270</name>
	    <homogeneous>True</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton4</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:24</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:09 GMT</last_modification_time>
	      </signal>
	      <label>24</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton5</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:25</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:18 GMT</last_modification_time>
	      </signal>
	      <label>25</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton6</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:26</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:32 GMT</last_modification_time>
	      </signal>
	      <label>26</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton7</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:27</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:42 GMT</last_modification_time>
	      </signal>
	      <label>27</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	  </widget>


	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox270</name>
	    <homogeneous>True</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton4</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:28</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:09 GMT</last_modification_time>
	      </signal>
	      <label>28</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton5</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:29</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:18 GMT</last_modification_time>
	      </signal>
	      <label>29</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton6</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:30</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:32 GMT</last_modification_time>
	      </signal>
	      <label>30</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton7</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_pattern_tbutton:31</handler>
		<last_modification_time>Mon, 14 Jan 2002 15:58:42 GMT</last_modification_time>
	      </signal>
	      <label>31</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	  </widget>


	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>Notebook:tab</child_name>
	  <name>label10</name>
	  <label>P</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>

	<widget>
	  <class>GtkVBox</class>
	  <name>vbox9</name>
	  <homogeneous>False</homogeneous>
	  <spacing>0</spacing>

	  <widget>
	    <class>GtkScrolledWindow</class>
	    <name>scrolledwindow3</name>
	    <visible>False</visible>
	    <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
	    <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
	    <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
	    <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkList</class>
	      <name>list2</name>
	      <signal>
		<name>whatever</name>
		<handler>gdam_sequencer_pattern_list</handler>
		<last_modification_time>Thu, 09 Aug 2001 01:39:52 GMT</last_modification_time>
	      </signal>
	      <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkTable</class>
	    <name>table2</name>
	    <rows>2</rows>
	    <columns>2</columns>
	    <homogeneous>False</homogeneous>
	    <row_spacing>0</row_spacing>
	    <column_spacing>0</column_spacing>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkHScale</class>
	      <name>hscale1</name>
	      <can_focus>True</can_focus>
	      <draw_value>True</draw_value>
	      <value_pos>GTK_POS_TOP</value_pos>
	      <digits>1</digits>
	      <policy>GTK_UPDATE_CONTINUOUS</policy>
	      <value>0</value>
	      <lower>0</lower>
	      <upper>1</upper>
	      <step>0</step>
	      <page>0</page>
	      <page_size>0</page_size>
	      <child>
		<left_attach>1</left_attach>
		<right_attach>2</right_attach>
		<top_attach>1</top_attach>
		<bottom_attach>2</bottom_attach>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<xexpand>True</xexpand>
		<yexpand>True</yexpand>
		<xshrink>False</xshrink>
		<yshrink>False</yshrink>
		<xfill>True</xfill>
		<yfill>True</yfill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label19</name>
	      <label>gain</label>
	      <justify>GTK_JUSTIFY_CENTER</justify>
	      <wrap>False</wrap>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<left_attach>0</left_attach>
		<right_attach>1</right_attach>
		<top_attach>1</top_attach>
		<bottom_attach>2</bottom_attach>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<xexpand>False</xexpand>
		<yexpand>False</yexpand>
		<xshrink>False</xshrink>
		<yshrink>False</yshrink>
		<xfill>False</xfill>
		<yfill>False</yfill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkEntry</class>
	      <name>entry2</name>
	      <width>100</width>
	      <can_focus>True</can_focus>
	      <signal>
		<name>whatever</name>
		<handler>gdam_skin_create_if_defined:unstable:gdam_pattern_name_entry</handler>
		<last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	      </signal>
	      <signal>
		<name>whatever</name>
		<handler>gdam_skin_defocus_on_activate</handler>
		<last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	      </signal>
	      <editable>True</editable>
	      <text_visible>True</text_visible>
	      <text_max_length>0</text_max_length>
	      <text></text>
	      <child>
		<left_attach>0</left_attach>
		<right_attach>2</right_attach>
		<top_attach>0</top_attach>
		<bottom_attach>1</bottom_attach>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<xexpand>True</xexpand>
		<yexpand>False</yexpand>
		<xshrink>False</xshrink>
		<yshrink>False</yshrink>
		<xfill>True</xfill>
		<yfill>False</yfill>
	      </child>
	    </widget>
	  </widget>
	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>Notebook:tab</child_name>
	  <name>label14</name>
	  <label>p</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>

	<widget>
	  <class>GtkVBox</class>
	  <name>vbox2</name>
	  <homogeneous>False</homogeneous>
	  <spacing>0</spacing>

	  <widget>
	    <class>GtkVBox</class>
	    <name>vbox10</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkButton</class>
	      <name>button9</name>
	      <tooltip>launch the buffer manager</tooltip>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_skin_launch_unique:GdamBufferManagerSkin:buffermanager.xml</handler>
		<last_modification_time>Wed, 02 Feb 2000 01:46:17 GMT</last_modification_time>
	      </signal>
	      <label>Buffers...</label>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>False</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkHBox</class>
	      <name>hbox27</name>
	      <signal>
		<name>whatever</name>
		<handler>gdam_skin_create_if_defined:unstable</handler>
		<last_modification_time>Wed, 30 Jan 2002 13:02:14 GMT</last_modification_time>
	      </signal>
	      <homogeneous>False</homogeneous>
	      <spacing>0</spacing>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>

	      <widget>
		<class>GtkButton</class>
		<name>button15</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>drag_drop</name>
		  <handler>gdam_sequencer_drop_locked_local_loop</handler>
		  <last_modification_time>Tue, 16 Oct 2001 04:12:37 GMT</last_modification_time>
		</signal>
		<label>import loop</label>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkButton</class>
		<name>button16</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>drag_drop</name>
		  <handler>gdam_sequencer_drop_loop</handler>
		  <last_modification_time>Sun, 02 Sep 2001 11:00:39 GMT</last_modification_time>
		</signal>
		<label>--</label>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkEventBox</class>
	    <name>eventbox11</name>
	    <tooltip>which local buffer is being added.  to load a local buffer, drag-n-drop a buffer from the buffer manager onto a lettered button.  to select the current local buffer, click its button</tooltip>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkTable</class>
	      <name>table1</name>
	      <rows>5</rows>
	      <columns>4</columns>
	      <homogeneous>False</homogeneous>
	      <row_spacing>0</row_spacing>
	      <column_spacing>0</column_spacing>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton3</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:1</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:1</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:1</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> b </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>1</left_attach>
		  <right_attach>2</right_attach>
		  <top_attach>0</top_attach>
		  <bottom_attach>1</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton2</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:0</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:0</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<label> a </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>0</left_attach>
		  <right_attach>1</right_attach>
		  <top_attach>0</top_attach>
		  <bottom_attach>1</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton4</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:2</handler>
		  <last_modification_time>Sun, 13 Feb 2000 05:33:43 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:2</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:2</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> c </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>2</left_attach>
		  <right_attach>3</right_attach>
		  <top_attach>0</top_attach>
		  <bottom_attach>1</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton30</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:6</handler>
		  <last_modification_time>Fri, 27 Jul 2001 16:37:19 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:6</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:6</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> g </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>2</left_attach>
		  <right_attach>3</right_attach>
		  <top_attach>1</top_attach>
		  <bottom_attach>2</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton5</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:3</handler>
		  <last_modification_time>Sun, 13 Feb 2000 05:34:10 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:3</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:3</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> d </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>3</left_attach>
		  <right_attach>4</right_attach>
		  <top_attach>0</top_attach>
		  <bottom_attach>1</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton31</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:7</handler>
		  <last_modification_time>Fri, 27 Jul 2001 16:37:25 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:7</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:7</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> h </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>3</left_attach>
		  <right_attach>4</right_attach>
		  <top_attach>1</top_attach>
		  <bottom_attach>2</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton35</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:11</handler>
		  <last_modification_time>Fri, 27 Jul 2001 16:43:05 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:11</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:11</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> l </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>3</left_attach>
		  <right_attach>4</right_attach>
		  <top_attach>2</top_attach>
		  <bottom_attach>3</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton29</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:5</handler>
		  <last_modification_time>Fri, 27 Jul 2001 16:37:12 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:5</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:5</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> f </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>1</left_attach>
		  <right_attach>2</right_attach>
		  <top_attach>1</top_attach>
		  <bottom_attach>2</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton28</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:4</handler>
		  <last_modification_time>Fri, 27 Jul 2001 16:37:05 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:4</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:4</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> e </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>0</left_attach>
		  <right_attach>1</right_attach>
		  <top_attach>1</top_attach>
		  <bottom_attach>2</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton32</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:8</handler>
		  <last_modification_time>Fri, 27 Jul 2001 16:42:44 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:8</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:8</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> i </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>0</left_attach>
		  <right_attach>1</right_attach>
		  <top_attach>2</top_attach>
		  <bottom_attach>3</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton33</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:9</handler>
		  <last_modification_time>Fri, 27 Jul 2001 16:42:49 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:9</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:9</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> j </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>1</left_attach>
		  <right_attach>2</right_attach>
		  <top_attach>2</top_attach>
		  <bottom_attach>3</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton34</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:10</handler>
		  <last_modification_time>Fri, 27 Jul 2001 16:42:58 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:10</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:10</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> k </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>2</left_attach>
		  <right_attach>3</right_attach>
		  <top_attach>2</top_attach>
		  <bottom_attach>3</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton36</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:12</handler>
		  <last_modification_time>Sun, 30 Sep 2001 08:58:13 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:12</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:12</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> m </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>0</left_attach>
		  <right_attach>1</right_attach>
		  <top_attach>3</top_attach>
		  <bottom_attach>4</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton37</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:13</handler>
		  <last_modification_time>Sun, 30 Sep 2001 08:58:22 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:13</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:13</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> n </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>1</left_attach>
		  <right_attach>2</right_attach>
		  <top_attach>3</top_attach>
		  <bottom_attach>4</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton38</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:14</handler>
		  <last_modification_time>Sun, 30 Sep 2001 08:58:30 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:14</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:14</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> o </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>2</left_attach>
		  <right_attach>3</right_attach>
		  <top_attach>3</top_attach>
		  <bottom_attach>4</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton39</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:15</handler>
		  <last_modification_time>Sun, 30 Sep 2001 08:58:38 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:15</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:15</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> p </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>3</left_attach>
		  <right_attach>4</right_attach>
		  <top_attach>3</top_attach>
		  <bottom_attach>4</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton43</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:19</handler>
		  <last_modification_time>Tue, 16 Oct 2001 04:11:25 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:19</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:19</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> t </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>3</left_attach>
		  <right_attach>4</right_attach>
		  <top_attach>4</top_attach>
		  <bottom_attach>5</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton42</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:18</handler>
		  <last_modification_time>Tue, 16 Oct 2001 04:11:13 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:18</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:18</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> s </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>2</left_attach>
		  <right_attach>3</right_attach>
		  <top_attach>4</top_attach>
		  <bottom_attach>5</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton41</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:17</handler>
		  <last_modification_time>Tue, 16 Oct 2001 04:11:07 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:17</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:17</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> r </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>1</left_attach>
		  <right_attach>2</right_attach>
		  <top_attach>4</top_attach>
		  <bottom_attach>5</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>

	      <widget>
		<class>GtkRadioButton</class>
		<name>radiobutton40</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gdam_skin_skin_toggle_button:current_local_buffer:16</handler>
		  <last_modification_time>Tue, 16 Oct 2001 04:10:56 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_drop_local_buffer:16</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:53:29 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>gdam-right-clicked</name>
		  <handler>gdam_sequencer_copy_local_buffer:16</handler>
		  <last_modification_time>Sat, 12 Feb 2000 23:52:06 GMT</last_modification_time>
		</signal>
		<label> q </label>
		<active>False</active>
		<draw_indicator>False</draw_indicator>
		<group>local_buffer_id_group</group>
		<child>
		  <left_attach>0</left_attach>
		  <right_attach>1</right_attach>
		  <top_attach>4</top_attach>
		  <bottom_attach>5</bottom_attach>
		  <xpad>0</xpad>
		  <ypad>0</ypad>
		  <xexpand>True</xexpand>
		  <yexpand>True</yexpand>
		  <xshrink>False</xshrink>
		  <yshrink>False</yshrink>
		  <xfill>True</xfill>
		  <yfill>True</yfill>
		</child>
	      </widget>
	    </widget>
	  </widget>
	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>Notebook:tab</child_name>
	  <name>label11</name>
	  <label>L</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>

	<widget>
	  <class>GtkScrolledWindow</class>
	  <name>scrolledwindow4_blue</name>
	  <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy>
	  <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
	  <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
	  <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>

	  <widget>
	    <class>GtkViewport</class>
	    <name>viewport1_blue</name>
	    <shadow_type>GTK_SHADOW_IN</shadow_type>

	    <widget>
	      <class>GtkVBox</class>
	      <name>vbox12_blue</name>
	      <signal>
		<name>whatever</name>
		<handler>gdam_sequencer_buffer_container</handler>
		<last_modification_time>Fri, 06 Oct 2000 01:33:38 GMT</last_modification_time>
	      </signal>
	      <homogeneous>False</homogeneous>
	      <spacing>0</spacing>

	      <widget>
		<class>Placeholder</class>
	      </widget>
	    </widget>
	  </widget>
	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>Notebook:tab</child_name>
	  <name>label12</name>
	  <label>B</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>

	<widget>
	  <class>GtkVBox</class>
	  <name>vbox8</name>
	  <homogeneous>False</homogeneous>
	  <spacing>0</spacing>

	  <widget>
	    <class>GtkScrolledWindow</class>
	    <name>scrolledwindow2</name>
	    <visible>False</visible>
	    <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
	    <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
	    <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
	    <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkList</class>
	      <name>list1</name>
	      <signal>
		<name>whatever</name>
		<handler>gdam_skin_create_if_defined:unstable:gdam_sequencer_buffer_list</handler>
		<last_modification_time>Thu, 09 Aug 2001 01:33:13 GMT</last_modification_time>
	      </signal>
	      <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkEventBox</class>
	    <name>eventbox18</name>
	    <tooltip>current local buffer display: drag-n-drop </tooltip>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkFrame</class>
	      <name>frame1</name>
	      <width>100</width>
	      <height>50</height>
	      <signal>
		<name>whatever</name>
		<handler>gdam_sequencer_cur_local_buffer_viewport</handler>
		<last_modification_time>Sun, 13 Jan 2002 17:07:21 GMT</last_modification_time>
	      </signal>
	      <signal>
		<name>whaever</name>
		<handler>gdam_sequencer_drop_cur_local_buffer</handler>
		<last_modification_time>Mon, 14 Jan 2002 16:22:53 GMT</last_modification_time>
	      </signal>
	      <label_xalign>0</label_xalign>
	      <shadow_type>GTK_SHADOW_NONE</shadow_type>

	      <widget>
		<class>Placeholder</class>
	      </widget>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox23</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label20</name>
	      <label>local buffer</label>
	      <justify>GTK_JUSTIFY_CENTER</justify>
	      <wrap>False</wrap>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkSpinButton</class>
	      <name>spinbutton7</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>whatever</name>
		<handler>gdam_skin_defocus_on_activate</handler>
		<last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	      </signal>
	      <signal>
		<name>value_changed</name>
		<handler>gdam_skin_skin_adjustment:current_local_buffer</handler>
		<last_modification_time>Sun, 02 Sep 2001 22:38:14 GMT</last_modification_time>
	      </signal>
	      <climb_rate>1</climb_rate>
	      <digits>0</digits>
	      <numeric>False</numeric>
	      <update_policy>GTK_UPDATE_ALWAYS</update_policy>
	      <snap>False</snap>
	      <wrap>False</wrap>
	      <value>1</value>
	      <lower>0</lower>
	      <upper>99</upper>
	      <step>1</step>
	      <page>2</page>
	      <page_size>2</page_size>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkAlignment</class>
	    <name>alignment1</name>
	    <width>140</width>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xscale>1</xscale>
	    <yscale>1</yscale>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>

	    <widget>
	      <class>GtkEventBox</class>
	      <name>eventbox19</name>

	      <widget>
		<class>GtkLabel</class>
		<name>label236</name>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_skin_skin_label:current_local_buffer_description:%s</handler>
		  <last_modification_time>Wed, 16 Jan 2002 09:49:15 GMT</last_modification_time>
		</signal>
		<label>description</label>
		<justify>GTK_JUSTIFY_CENTER</justify>
		<wrap>False</wrap>
		<xalign>0.5</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
	      </widget>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox24</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label21</name>
	      <label>rate</label>
	      <justify>GTK_JUSTIFY_CENTER</justify>
	      <wrap>False</wrap>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>False</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkSpinButton</class>
	      <name>spinbutton10</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>whatever</name>
		<handler>gdam_skin_defocus_on_activate</handler>
		<last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	      </signal>
	      <signal>
		<name>value_changed</name>
		<handler>gdam_skin_skin_adjustment:current_local_buffer_rate</handler>
		<last_modification_time>Sun, 02 Sep 2001 22:39:24 GMT</last_modification_time>
	      </signal>
	      <climb_rate>1</climb_rate>
	      <digits>4</digits>
	      <numeric>False</numeric>
	      <update_policy>GTK_UPDATE_ALWAYS</update_policy>
	      <snap>False</snap>
	      <wrap>False</wrap>
	      <value>1</value>
	      <lower>0</lower>
	      <upper>100</upper>
	      <step>0.01</step>
	      <page>0.1</page>
	      <page_size>1</page_size>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox25</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label22</name>
	      <label>gain</label>
	      <justify>GTK_JUSTIFY_CENTER</justify>
	      <wrap>False</wrap>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>False</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkSpinButton</class>
	      <name>spinbutton11</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>whatever</name>
		<handler>gdam_skin_defocus_on_activate</handler>
		<last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	      </signal>
	      <signal>
		<name>value_changed</name>
		<handler>gdam_skin_skin_adjustment:current_local_buffer_gain</handler>
		<last_modification_time>Sun, 02 Sep 2001 22:40:37 GMT</last_modification_time>
	      </signal>
	      <climb_rate>1</climb_rate>
	      <digits>2</digits>
	      <numeric>False</numeric>
	      <update_policy>GTK_UPDATE_ALWAYS</update_policy>
	      <snap>False</snap>
	      <wrap>False</wrap>
	      <value>1</value>
	      <lower>0</lower>
	      <upper>100</upper>
	      <step>0.1</step>
	      <page>1</page>
	      <page_size>1</page_size>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox268</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label233</name>
	      <label>start</label>
	      <justify>GTK_JUSTIFY_CENTER</justify>
	      <wrap>False</wrap>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkSpinButton</class>
	      <name>spinbutton122</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>whatever</name>
		<handler>gdam_skin_defocus_on_activate</handler>
		<last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	      </signal>
	      <signal>
		<name>value_changed</name>
		<handler>gdam_skin_skin_adjustment:current_local_buffer_start</handler>
		<last_modification_time>Mon, 03 Sep 2001 21:54:37 GMT</last_modification_time>
	      </signal>
	      <climb_rate>0.1</climb_rate>
	      <digits>4</digits>
	      <numeric>False</numeric>
	      <update_policy>GTK_UPDATE_ALWAYS</update_policy>
	      <snap>False</snap>
	      <wrap>False</wrap>
	      <value>1</value>
	      <lower>-10</lower>
	      <upper>100</upper>
	      <step>0.01</step>
	      <page>0.1</page>
	      <page_size>0.1</page_size>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox269</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label234</name>
	      <label>length</label>
	      <justify>GTK_JUSTIFY_CENTER</justify>
	      <wrap>False</wrap>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkSpinButton</class>
	      <name>spinbutton124</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>whatever</name>
		<handler>gdam_skin_defocus_on_activate</handler>
		<last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	      </signal>
	      <signal>
		<name>value_changed</name>
		<handler>gdam_skin_skin_adjustment:current_local_buffer_length</handler>
		<last_modification_time>Sun, 13 Jan 2002 17:27:21 GMT</last_modification_time>
	      </signal>
	      <climb_rate>0.1</climb_rate>
	      <digits>4</digits>
	      <numeric>False</numeric>
	      <update_policy>GTK_UPDATE_ALWAYS</update_policy>
	      <snap>False</snap>
	      <wrap>False</wrap>
	      <value>1</value>
	      <lower>-1</lower>
	      <upper>100</upper>
	      <step>0.01</step>
	      <page>0.1</page>
	      <page_size>0.1</page_size>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox26</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label23</name>
	      <label>play</label>
	      <justify>GTK_JUSTIFY_CENTER</justify>
	      <wrap>False</wrap>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkSpinButton</class>
	      <name>spinbutton12</name>
	      <tooltip>an extra rate factor used when playing but not when sequencing</tooltip>
	      <can_focus>True</can_focus>
	      <signal>
		<name>whatever</name>
		<handler>gdam_skin_defocus_on_activate</handler>
		<last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	      </signal>
	      <signal>
		<name>value_changed</name>
		<handler>gdam_skin_skin_adjustment:current_local_buffer_trigger_rate</handler>
		<last_modification_time>Mon, 03 Sep 2001 21:54:37 GMT</last_modification_time>
	      </signal>
	      <climb_rate>1</climb_rate>
	      <digits>4</digits>
	      <numeric>False</numeric>
	      <update_policy>GTK_UPDATE_ALWAYS</update_policy>
	      <snap>False</snap>
	      <wrap>False</wrap>
	      <value>1</value>
	      <lower>-100</lower>
	      <upper>100</upper>
	      <step>0.01</step>
	      <page>0.1</page>
	      <page_size>0.1</page_size>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>
	  </widget>
	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>Notebook:tab</child_name>
	  <name>label15</name>
	  <label>b</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>

	<widget>
	  <class>GtkVBox</class>
	  <name>vbox6</name>
	  <homogeneous>False</homogeneous>
	  <spacing>0</spacing>

	  <widget>
	    <class>GtkToggleButton</class>
	    <name>togglebutton2</name>
	    <tooltip>if this is set, samples played live with the hotkeys or a midi controller will be added to the sequence</tooltip>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>toggled</name>
	      <handler>gdam_skin_toggle_button:do_record_local_play</handler>
	      <last_modification_time>Tue, 01 Jan 2002 06:12:55 GMT</last_modification_time>
	    </signal>
	    <label>record play</label>
	    <active>False</active>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox271</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton3</name>
	      <tooltip>if this is set, then matching sequence elements will be muted while playing live.  This is useful for playing a variation on a part without erasing the original part, and useful while overwriting.  matching elements are those with the same sample and pattern as the live play, which occur during the time that live play is detected</tooltip>
	      <can_focus>True</can_focus>
	      <signal>
		<name>toggled</name>
		<handler>gdam_skin_toggle_button:auto_overplay</handler>
		<last_modification_time>Wed, 30 Jan 2002 09:29:39 GMT</last_modification_time>
	      </signal>
	      <label>overplay</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkToggleButton</class>
	      <name>togglebutton8</name>
	      <tooltip>if overwrite is set, then during live play matching sequence elements will be erased and replaced with the live input.</tooltip>
	      <can_focus>True</can_focus>
	      <signal>
		<name>toggled</name>
		<handler>gdam_skin_toggle_button:auto_overwrite</handler>
		<last_modification_time>Tue, 01 Jan 2002 13:20:33 GMT</last_modification_time>
	      </signal>
	      <label>overwrite</label>
	      <active>False</active>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkSpinButton</class>
	    <name>spinbutton123</name>
	    <tooltip>which local buffer to use during live play</tooltip>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>whatever</name>
	      <handler>gdam_skin_defocus_on_activate</handler>
	      <last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>value_changed</name>
	      <handler>gdam_skin_adjustment:default_playback_local_id</handler>
	      <last_modification_time>Tue, 01 Jan 2002 06:15:41 GMT</last_modification_time>
	    </signal>
	    <climb_rate>1</climb_rate>
	    <digits>0</digits>
	    <numeric>False</numeric>
	    <update_policy>GTK_UPDATE_ALWAYS</update_policy>
	    <snap>False</snap>
	    <wrap>False</wrap>
	    <value>1</value>
	    <lower>0</lower>
	    <upper>100</upper>
	    <step>1</step>
	    <page>10</page>
	    <page_size>10</page_size>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkHSeparator</class>
	    <name>hseparator2</name>
	    <child>
	      <padding>4</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox21</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkButton</class>
	      <name>button12</name>
	      <tooltip>move the add-in-step position  to the next sub beat</tooltip>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_step_asynch</handler>
		<last_modification_time>Fri, 03 Mar 2000 03:50:23 GMT</last_modification_time>
	      </signal>
	      <label>step</label>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label8</name>
	      <signal>
		<name>whatever</name>
		<handler>gdam_sequencer_asynch_position_label</handler>
		<last_modification_time>Fri, 03 Mar 2000 03:55:23 GMT</last_modification_time>
	      </signal>
	      <label>000.00</label>
	      <justify>GTK_JUSTIFY_CENTER</justify>
	      <wrap>False</wrap>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox19</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkButton</class>
	      <name>button13</name>
	      <tooltip>place a new sample at the add-in-step position</tooltip>
	      <can_focus>True</can_focus>
	      <signal>
		<name>clicked</name>
		<handler>gdam_sequencer_add_asynch</handler>
		<last_modification_time>Fri, 03 Mar 2000 03:46:07 GMT</last_modification_time>
	      </signal>
	      <label>add</label>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox17</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label6</name>
	      <label>sub: </label>
	      <justify>GTK_JUSTIFY_CENTER</justify>
	      <wrap>False</wrap>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkEventBox</class>
	      <name>eventbox4</name>
	      <tooltip>current add-in-step position</tooltip>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
		<pack>GTK_PACK_END</pack>
	      </child>

	      <widget>
		<class>GtkSpinButton</class>
		<name>spinbutton4</name>
		<sensitive>False</sensitive>
		<tooltip>number of step positions per beat</tooltip>
		<can_focus>True</can_focus>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_skin_defocus_on_activate</handler>
		  <last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>value_changed</name>
		  <handler>gdam_sequencer_set_asynch_step_size</handler>
		  <last_modification_time>Fri, 03 Mar 2000 03:49:31 GMT</last_modification_time>
		</signal>
		<climb_rate>1</climb_rate>
		<digits>0</digits>
		<numeric>False</numeric>
		<update_policy>GTK_UPDATE_ALWAYS</update_policy>
		<snap>False</snap>
		<wrap>False</wrap>
		<value>4</value>
		<lower>1</lower>
		<upper>64</upper>
		<step>1</step>
		<page>10</page>
		<page_size>10</page_size>
	      </widget>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox20</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label5</name>
	      <label>lag: </label>
	      <justify>GTK_JUSTIFY_CENTER</justify>
	      <wrap>False</wrap>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkSpinButton</class>
	      <name>spinbutton3</name>
	      <width>65</width>
	      <tooltip>estimate of audio latency for add-in-time position refinement</tooltip>
	      <can_focus>True</can_focus>
	      <signal>
		<name>whatever</name>
		<handler>gdam_skin_defocus_on_activate</handler>
		<last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
	      </signal>
	      <signal>
		<name>whatever</name>
		<handler>gdam_sequencer_set_lag</handler>
		<last_modification_time>Sat, 12 Feb 2000 21:44:30 GMT</last_modification_time>
	      </signal>
	      <climb_rate>1</climb_rate>
	      <digits>2</digits>
	      <numeric>True</numeric>
	      <update_policy>GTK_UPDATE_ALWAYS</update_policy>
	      <snap>False</snap>
	      <wrap>False</wrap>
	      <value>0</value>
	      <lower>0</lower>
	      <upper>2</upper>
	      <step>0.01</step>
	      <page>0.01</page>
	      <page_size>10</page_size>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
		<pack>GTK_PACK_END</pack>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkToggleButton</class>
	    <name>togglebutton1</name>
	    <tooltip>move to the next subbeat whenever a sample is added</tooltip>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>toggled</name>
	      <handler>gdam_sequencer_autostep_asynch_tbutton</handler>
	      <last_modification_time>Fri, 03 Mar 2000 23:22:40 GMT</last_modification_time>
	    </signal>
	    <label>auto step</label>
	    <active>False</active>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>False</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <name>button10</name>
	    <tooltip>add a sample in time while the sequence is playing</tooltip>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>pressed</name>
	      <handler>gdam_sequencer_add_immediate</handler>
	      <last_modification_time>Fri, 11 Feb 2000 23:59:52 GMT</last_modification_time>
	    </signal>
	    <label>add in time</label>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>
	  </widget>
	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>Notebook:tab</child_name>
	  <name>label13</name>
	  <label>A</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkHBox</class>
      <name>hbox13</name>
      <homogeneous>False</homogeneous>
      <spacing>0</spacing>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
      </child>

      <widget>
	<class>GtkVBox</class>
	<name>vbox5</name>
	<homogeneous>False</homogeneous>
	<spacing>0</spacing>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkHBox</class>
	  <name>hbox5</name>
	  <homogeneous>False</homogeneous>
	  <spacing>0</spacing>
	  <child>
	    <padding>0</padding>
	    <expand>False</expand>
	    <fill>True</fill>
	  </child>

	  <widget>
	    <class>GtkVBox</class>
	    <name>vbox4</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkHBox</class>
	      <name>hbox2</name>
	      <homogeneous>False</homogeneous>
	      <spacing>0</spacing>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>True</fill>
	      </child>

	      <widget>
		<class>GtkButton</class>
		<name>button7</name>
		<tooltip>save this sequence to file</tooltip>
		<can_focus>True</can_focus>
		<signal>
		  <name>clicked</name>
		  <handler>gdam_sequencer_save</handler>
		  <last_modification_time>Mon, 03 Jan 2000 17:20:26 GMT</last_modification_time>
		</signal>
		<label>Save</label>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkEntry</class>
		<name>entry1</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_sequencer_filename_entry</handler>
		  <last_modification_time>Mon, 03 Jan 2000 17:25:59 GMT</last_modification_time>
		</signal>
		<signal>
		  <name>whatever</name>
		  <handler>gdam_skin_defocus_on_activate</handler>
		  <last_modification_time>Thu, 09 Aug 2001 01:43:53 GMT</last_modification_time>
		</signal>
		<editable>True</editable>
		<text_visible>True</text_visible>
		<text_max_length>0</text_max_length>
		<text></text>
		<child>
		  <padding>0</padding>
		  <expand>True</expand>
		  <fill>True</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkButton</class>
		<name>button8</name>
		<tooltip>load a sequence from file</tooltip>
		<can_focus>True</can_focus>
		<signal>
		  <name>clicked</name>
		  <handler>gdam_sequencer_load</handler>
		  <last_modification_time>Mon, 03 Jan 2000 17:21:30 GMT</last_modification_time>
		</signal>
		<label>Load</label>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>
	    </widget>
	  </widget>
	</widget>
      </widget>
    </widget>
  </widget>
</widget>

</GTK-Interface>
