BtMainPageWaves

BtMainPageWaves — the editor wavetable page

Synopsis

#include "bt-edit.h"

struct              BtMainPageWaves;
BtMainPageWaves *   bt_main_page_waves_new              (const BtMainPages *pages);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkVBox
                                       +----BtMainPageWaves

Implemented Interfaces

BtMainPageWaves implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Manage a list of audio clips files. Provides an embeded file browser to load files. A waveform viewer can show the selected clip.

Details

struct BtMainPageWaves

struct BtMainPageWaves;

the pattern page for the editor application


bt_main_page_waves_new ()

BtMainPageWaves *   bt_main_page_waves_new              (const BtMainPages *pages);

Create a new instance

pages :

the page collection

Returns :

the new instance