BtRenderDialog

BtRenderDialog — class for the editor render dialog

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkWindow
                            ╰── GtkDialog
                                ╰── BtRenderDialog

Implemented Interfaces

BtRenderDialog implements AtkImplementorIface and GtkBuildable.

Includes

#include "bt-edit.h"

Description

Provides UI to access the song recording

Functions

bt_render_dialog_new ()

BtRenderDialog *
bt_render_dialog_new (void);

Create a new instance

Returns

the new instance

Types and Values

struct BtRenderDialog

struct BtRenderDialog;

the song rendering dialog for the editor application


enum BtRenderMode

Different modes of operation for the BtSong rendering.

Members

BT_RENDER_MODE_MIXDOWN

mix to one track

 

BT_RENDER_MODE_SINGLE_TRACKS

record one track for each source

 

Property Details

The “file-name” property

  “file-name”                gchar *

Get chosen filename.

Flags: Read

Default value: NULL


The “format” property

  “format”                   BtSinkBinRecordFormat

format to use.

Flags: Read

Default value: .ogg


The “mode” property

  “mode”                     BtRenderMode

render-mode to use.

Flags: Read

Default value: BT_RENDER_MODE_MIXDOWN