mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 19:59:30 +01:00
201 lines
No EOL
6.8 KiB
XML
201 lines
No EOL
6.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Dialog title="Tracks Live" resizeable="False" CACHEIT="false">
|
|
<style name="generic_control"
|
|
winfont ="Arial Bold 12"
|
|
macfont ="Helvetica Bold 12"
|
|
fgnormal="#6F6F6F"
|
|
bgnormal="#6C6C6C"
|
|
fgactive="#BFBFBF"
|
|
bgactive="#454545"
|
|
fghover="#CCCCCC"
|
|
bghover="#898989"/>
|
|
|
|
<style name="generic_button"
|
|
style="generic_control"
|
|
winfont ="Arial Bold 12"
|
|
macfont ="Helvetica Bold 12"
|
|
bgnormal="#CACAC5"
|
|
fgactive="#EDECE8"
|
|
bgactive="#6D6E72"
|
|
width="80"
|
|
height="22"/>
|
|
|
|
<style name="generic_dropdown"
|
|
style="generic_button"
|
|
fgnormal="#EDECE8"
|
|
normalicon="added_track_format_dropdown_active"
|
|
activeicon="added_track_format_dropdown_active"
|
|
_prelighticon="added_track_format_dropdown_prelight"
|
|
inactiveicon="added_track_format_dropdown_inactive"
|
|
width="110"
|
|
height="21"/>
|
|
|
|
<style name="generic_dropdown_label"
|
|
style="generic_button"
|
|
fgnormal="#EDECE8"
|
|
horzalignment="center"
|
|
width="88"/>
|
|
|
|
<EventBox bgnormal="#EDECE8">
|
|
<VBox borderwidth="10"
|
|
spacing="10">
|
|
<Label style="generic_control"
|
|
text="Export content of selected tracks as new file"/>
|
|
<Label style="generic_control"
|
|
text="Lossless Export:"
|
|
horzalignment="start"
|
|
vertalignment="bottom"
|
|
winfont ="Arial Bold 14"
|
|
macfont ="Helvetica Bold 14"/>
|
|
<HBox spacing="21">
|
|
<VBox>
|
|
<Label style="generic_control"
|
|
text="Format"
|
|
horzalignment="start"/>
|
|
<Dropdown id="lossless_format_dropdown"
|
|
style="generic_dropdown">
|
|
<HBox>
|
|
<Label style="generic_dropdown_label"/>
|
|
</HBox>
|
|
<DropdownMenu bgnormal="#454545">
|
|
<DropdownItem title="None"/>
|
|
<DropdownItem title="Wave"/>
|
|
<DropdownItem title="AIFF"/>
|
|
<DropdownItem title="AAC"/>
|
|
<DropdownItem title="CAF"/>
|
|
<DropdownItem title="FLAC"/>
|
|
</DropdownMenu>
|
|
</Dropdown>
|
|
</VBox>
|
|
<VBox>
|
|
<Label style="generic_control"
|
|
text="Depth"
|
|
horzalignment="start"/>
|
|
<Dropdown id="lossless_depth_dropdown"
|
|
style="generic_dropdown">
|
|
<HBox>
|
|
<Label style="generic_dropdown_label"/>
|
|
</HBox>
|
|
<DropdownMenu bgnormal="#454545">
|
|
<DropdownItem title="None"/>
|
|
<DropdownItem title="16 bit"/>
|
|
<DropdownItem title="24 bit"/>
|
|
</DropdownMenu>
|
|
</Dropdown>
|
|
</VBox>
|
|
<VBox>
|
|
<Label style="generic_control"
|
|
text="Sample Rate"
|
|
horzalignment="start"/>
|
|
<Dropdown id="lossless_sample_rate_dropdown"
|
|
style="generic_dropdown">
|
|
<HBox>
|
|
<Label style="generic_dropdown_label"/>
|
|
</HBox>
|
|
<DropdownMenu bgnormal="#454545">
|
|
<DropdownItem title="None"/>
|
|
<DropdownItem title="44.1 kHz"/>
|
|
<DropdownItem title="48 kHz"/>
|
|
<DropdownItem title="88.2 kHz"/>
|
|
<DropdownItem title="96 kHz"/>
|
|
<DropdownItem title="176.4 kHz"/>
|
|
<DropdownItem title="192 kHz"/>
|
|
</DropdownMenu>
|
|
</Dropdown>
|
|
</VBox>
|
|
<VBox>
|
|
<Label style="generic_control"
|
|
text="Dither"
|
|
horzalignment="start"/>
|
|
<Dropdown id="lossless_dither_dropdown"
|
|
style="generic_dropdown">
|
|
<HBox>
|
|
<Label style="generic_dropdown_label"/>
|
|
</HBox>
|
|
<DropdownMenu bgnormal="#454545">
|
|
<DropdownItem title="None"/>
|
|
<DropdownItem title="Type1"/>
|
|
<DropdownItem title="Type2"/>
|
|
<DropdownItem title="Type3+Shaping"/>
|
|
</DropdownMenu>
|
|
</Dropdown>
|
|
</VBox>
|
|
<VBox>
|
|
<Label style="generic_control"
|
|
text="Normalize"
|
|
horzalignment="start"/>
|
|
<Iconbutton id="lossless_normalize_button"
|
|
width="20"
|
|
height="20"
|
|
normalicon="waves_darker_check_box"
|
|
activeicon="waves_darker_check_box_active"
|
|
toggleable="true"/>
|
|
</VBox>
|
|
</HBox>
|
|
<Label style="generic_control"
|
|
text="Lossy Export:"
|
|
height="40"
|
|
horzalignment="start"
|
|
vertalignment="bottom"
|
|
winfont ="Arial Bold 14"
|
|
macfont ="Helvetica Bold 14"/>
|
|
<HBox spacing="21">
|
|
<VBox>
|
|
<Label style="generic_control"
|
|
text="Format"
|
|
horzalignment="start"/>
|
|
<Dropdown id="lossy_format_dropdown"
|
|
style="generic_dropdown">
|
|
<HBox>
|
|
<Label style="generic_dropdown_label"/>
|
|
</HBox>
|
|
<DropdownMenu bgnormal="#454545">
|
|
<DropdownItem title="None"/>
|
|
<DropdownItem title="MP3"/>
|
|
<DropdownItem title="AAC"/>
|
|
<DropdownItem title="OGG Forbis"/>
|
|
</DropdownMenu>
|
|
</Dropdown>
|
|
</VBox>
|
|
<VBox>
|
|
<Label style="generic_control"
|
|
text="Bit Rate"
|
|
horzalignment="start"/>
|
|
<Dropdown id="lossy_bit_rate_dropdown"
|
|
style="generic_dropdown">
|
|
<HBox>
|
|
<Label style="generic_dropdown_label"/>
|
|
</HBox>
|
|
<DropdownMenu bgnormal="#454545">
|
|
<DropdownItem title="None"/>
|
|
<DropdownItem title="96 kbps"/>
|
|
<DropdownItem title="128 kbps"/>
|
|
<DropdownItem title="160 kbps"/>
|
|
<DropdownItem title="192 kbps"/>
|
|
<DropdownItem title="256 kbps"/>
|
|
<DropdownItem title="320 kbps"/>
|
|
</DropdownMenu>
|
|
</Dropdown>
|
|
</VBox>
|
|
</HBox>
|
|
<HBox spacing="10">
|
|
<Button id="cancel_button"
|
|
style="generic_button"
|
|
box.pack="end"
|
|
text="Cancel"/>
|
|
<Button id="stop_export_button"
|
|
style="generic_button"
|
|
box.pack="end"
|
|
text="Stop Export"/>
|
|
<Button id="export_button"
|
|
style="generic_button"
|
|
box.pack="end"
|
|
text="Export"/>
|
|
</HBox>
|
|
<ProgressBar id="export_progress_bar"
|
|
height="21"
|
|
bgnormal="#6B6B6B"/>
|
|
</VBox>
|
|
</EventBox>
|
|
|
|
</Dialog> |