nongnu.org/gsequencer


gsequencer 7.0.5
Advanced Gtk+ Sequencer
ags_vst_geo_constants.h File Reference
#include <glib.h>
Include dependency graph for ags_vst_geo_constants.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  AgsVstDirection {
  AGS_VST_KNORTH , AGS_VST_KNORTH_EAST , AGS_VST_KEAST , AGS_VST_KSOUTH_EAST ,
  AGS_VST_KSOUTH , AGS_VST_KSOUTH_WEST , AGS_VST_KWEST , AGS_VST_KNORTH_WEST ,
  AGS_VST_KNO_DIRECTION , AGS_VST_KNUMBER_OF_DIRECTIONS
}
 
enum  AgsVstOrientation { AGS_VST_KHORIZONTAL , AGS_VST_KVERTICAL , AGS_VST_KNUMBER_OF_ORIENTATIONS }
 

Functions

guint ags_vst_geo_constants_to_oposite (guint dir)
 
guint ags_vst_geo_constants_to_orientation (guint dir)
 
guint ags_vst_geo_constants_to_orthogonal_orientation (guint dir)
 

Enumeration Type Documentation

◆ AgsVstDirection

Enumerator
AGS_VST_KNORTH 
AGS_VST_KNORTH_EAST 
AGS_VST_KEAST 
AGS_VST_KSOUTH_EAST 
AGS_VST_KSOUTH 
AGS_VST_KSOUTH_WEST 
AGS_VST_KWEST 
AGS_VST_KNORTH_WEST 
AGS_VST_KNO_DIRECTION 
AGS_VST_KNUMBER_OF_DIRECTIONS 

◆ AgsVstOrientation

Enumerator
AGS_VST_KHORIZONTAL 
AGS_VST_KVERTICAL 
AGS_VST_KNUMBER_OF_ORIENTATIONS 

Function Documentation

◆ ags_vst_geo_constants_to_oposite()

guint ags_vst_geo_constants_to_oposite ( guint  dir)

To oposite.

Parameters
dirthe direction
Returns
the return value
Since
5.0.0

◆ ags_vst_geo_constants_to_orientation()

guint ags_vst_geo_constants_to_orientation ( guint  dir)

To orientation.

Parameters
dirthe direction
Returns
the return value
Since
5.0.0

◆ ags_vst_geo_constants_to_orthogonal_orientation()

guint ags_vst_geo_constants_to_orthogonal_orientation ( guint  dir)

To orthogonal orientation.

Parameters
dirthe direction
Returns
the return value
Since
5.0.0