AgsRouteLv2Audio

AgsRouteLv2Audio — route MIDI to LV2

Functions

Properties

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

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudio
            ╰── AgsRouteLv2Audio

Implemented Interfaces

AgsRouteLv2Audio implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

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

Description

The AgsRouteLv2Audio class provides ports to the effect processor.

Functions

ags_route_lv2_audio_new ()

AgsRouteLv2Audio *
ags_route_lv2_audio_new ();

Creates an AgsRouteLv2Audio

Returns

a new AgsRouteLv2Audio

Since: 0.7.1

Types and Values

Property Details

The “notation-input” property

  “notation-input”           AgsPort *

Route notation as input to the LV2 recall.

Flags: Read / Write

Since: 0.7.1


The “sequencer-input” property

  “sequencer-input”          AgsPort *

Route sequencer as input to the LV2 recall.

Flags: Read / Write

Since: 0.7.1