AgsRouteDssiAudio

AgsRouteDssiAudio — route MIDI to DSSI

Functions

Properties

AgsPort * notation-input Read / Write
AgsPort * sequencer-input Read / Write

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudio
            ╰── AgsRouteDssiAudio

Implemented Interfaces

AgsRouteDssiAudio implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

#include <ags/audio/recall/ags_route_dssi_audio.h>

Description

The AgsRouteDssiAudio class provides ports to the effect processor.

Functions

ags_route_dssi_audio_new ()

AgsRouteDssiAudio *
ags_route_dssi_audio_new ();

Creates an AgsRouteDssiAudio

Returns

a new AgsRouteDssiAudio

Since: 0.7.1

Types and Values

Property Details

The “notation-input” property

  “notation-input”           AgsPort *

Route notation as input to the DSSI recall.

Flags: Read / Write

Since: 0.7.1


The “sequencer-input” property

  “sequencer-input”          AgsPort *

Route sequencer as input to the DSSI recall.

Flags: Read / Write

Since: 0.7.1