Skip to main content

DBus API

-> -> Improvements to language bindings
Interfaces
org.ayyi.ardourd.Application
Methods: GetShm, GetShmSingle, CreateObject, DeleteObject, GetPropString, SetPropInt, SetPropInt64, SetPropFloat, SetPropBool, SetPropString, SetProp3Index2Float, AutomationPointAdd, SetNotelist, getPropertiesTest, emitHelloSignal, emitDeletedSignal, emitObjnewSignal, emitPropertySignal,
Signals: HelloSignal, DeletedSignal, ObjnewSignal, ObjchangedSignal, TransportSignal, LocatorsSignal, PropertySignal, ProgressbarSignal,

interface org.ayyi.ardourd.Application

Methods

Name In Out
 GetShm
    • array of string  strs
     GetShmSingle
    • string  name
    • uint32  first_address
     CreateObject
    • int32  type
    • string  name
    • bool  from_region
    • uint32  src_idx
    • uint32  parent_idx
    • uint64  start
    • uint64  len
    • uint32  inset
    • uint32  idx
     DeleteObject
    • int32  type
    • uint32  idx
      method GetPropString
      • int32  type
      • int32  prop
      • string  val
      method SetPropInt
      • int32  type
      • int32  prop
      • uint32  obj_idx
      • int32  val
      • bool  ok
      method SetPropInt64
      • int32  type
      • int32  prop
      • uint32  obj_idx
      • int64  val
      • bool  ok
      method SetPropFloat
      • int32  type
      • int32  prop
      • uint32  obj_idx
      • double  val
      • bool  ok
      method SetPropBool
      • int32  type
      • int32  prop
      • uint32  obj_idx
      • bool  val
      • bool  ok
      method SetPropString
      • int32  type
      • int32  prop
      • uint32  obj_idx
      • string  val
      • bool  ok
      method SetProp3Index2Float
      • int32  type
      • int32  prop
      • uint32  obj_idx
      • uint32  idx2
      • uint32  idx3
      • double  val1
      • double  val2
      • bool  ok
      method AutomationPointAdd
      • uint32  track
      • uint32  plugin_slot
      • uint32  auto_type
      • double  pos
      • double  value
      • bool  ok
      method SetNotelist
      • uint32  part_idx
      • array of struct ( uint32 byte byte uint32 uint32 )  note_array
      • bool  ok
      method getPropertiesTest
        • array of dict { string variant }  
        method emitHelloSignal
            method emitDeletedSignal
                method emitObjnewSignal
                  • string  ok
                  method emitPropertySignal
                    • string  ok

                    Signals

                    Name Out
                    signal HelloSignal
                      signal DeletedSignal
                      • int32  type
                      • int32  idx
                      signal ObjnewSignal
                      • int32  type
                      • int32  idx
                      signal ObjchangedSignal
                      • int32  type
                      • int32  idx
                      signal TransportSignal
                        signal LocatorsSignal
                          signal PropertySignal
                          • int32  object_type
                          • int32  object_idx
                          • int32  prop_type
                          signal ProgressbarSignal
                          • double  value

                          Page generated using introspect.xsl by Lennart Poettering, Matthew Johnson, Lars Luthman