Ingen  0.5.1
Public Member Functions | Static Public Member Functions | List of all members
Ingen::AtomReader Class Reference

An AtomSink that calls methods on an Interface. More...

#include <AtomReader.hpp>

+ Inheritance diagram for Ingen::AtomReader:
+ Collaboration diagram for Ingen::AtomReader:

Public Member Functions

 AtomReader (URIMap &map, URIs &uris, Log &log, Interface &iface)
 
bool write (const LV2_Atom *msg, int32_t default_id=0)
 Write an Atom to the sink. More...
 

Static Public Member Functions

static bool is_message (const URIs &uris, const LV2_Atom *msg)
 

Detailed Description

An AtomSink that calls methods on an Interface.

Member Function Documentation

§ write()

bool Ingen::AtomReader::write ( const LV2_Atom *  msg,
int32_t  default_id = 0 
)
virtual

Write an Atom to the sink.

Parameters
default_idThe default response ID to use if no patch:sequenceNumber property is present on the message.
Returns
True on success.

Implements Ingen::AtomSink.


The documentation for this class was generated from the following files: