![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
#include <ags/vst3-capi/pluginterfaces/base/ags_vst_ftypes.h>
#include <pluginterfaces/base/ftypes.h>
Include dependency graph for ags_vst_ftypes.cpp:

Functions | |
gboolean | ags_vst_str_empty (ags_vst_tchar *str) |
gboolean | ags_vst_str8_empty (gchar *str) |
gboolean | ags_vst_str16_empty (gunichar2 *str) |
Variables | |
const gint32 | ags_vst_kmax_long = 0x7fffffff |
const gint32 | ags_vst_kmin_long = (-0x7fffffff - 1) |
const gint32 | ags_vst_kmax_int32 = ags_vst_kmax_long |
const gint32 | ags_vst_kmin_int32 = ags_vst_kmin_long |
const guint32 | ags_vst_kmax_int32u = 0xffffffff |
const gint64 | ags_vst_kmax_int64 = 0x7fffffffffffffffLL |
const gint64 | ags_vst_kmin_int64 = (-0x7fffffffffffffffLL-1) |
const guint64 | ags_vst_kmax_int64u = (guint64) (0xffffffff) | ((guint64) (0xffffffff) << 32) |
const float | ags_vst_kmax_float = 3.40282346638528860E38 |
const double | ags_vst_kmax_double = 1.7976931348623158E308 |
const AgsVstUCoord | ags_vst_kmax_coord = ((AgsVstUCoord) 0x7FFFFFFF) |
const AgsVstUCoord | ags_vst_kmin_coord = ((AgsVstUCoord) -0x7FFFFFFF) |
Function Documentation
◆ ags_vst_str16_empty()
gboolean ags_vst_str16_empty | ( | gunichar2 * | str | ) |
Unicode empty.
- Parameters
-
str the string
- Returns
- true if empty, otherwise false
- Since
- 5.0.0
◆ ags_vst_str8_empty()
gboolean ags_vst_str8_empty | ( | gchar * | str | ) |
Empty.
- Parameters
-
str the string
- Returns
- true if empty, otherwise false
- Since
- 5.0.0
◆ ags_vst_str_empty()
gboolean ags_vst_str_empty | ( | ags_vst_tchar * | str | ) |
Empty.
- Parameters
-
str the string
- Returns
- true if empty, otherwise false
- Since
- 5.0.0
Variable Documentation
◆ ags_vst_kmax_coord
const AgsVstUCoord ags_vst_kmax_coord = ((AgsVstUCoord) 0x7FFFFFFF) |
◆ ags_vst_kmax_double
const double ags_vst_kmax_double = 1.7976931348623158E308 |
◆ ags_vst_kmax_float
const float ags_vst_kmax_float = 3.40282346638528860E38 |
◆ ags_vst_kmax_int32
const gint32 ags_vst_kmax_int32 = ags_vst_kmax_long |
◆ ags_vst_kmax_int32u
const guint32 ags_vst_kmax_int32u = 0xffffffff |
◆ ags_vst_kmax_int64
const gint64 ags_vst_kmax_int64 = 0x7fffffffffffffffLL |
◆ ags_vst_kmax_int64u
const guint64 ags_vst_kmax_int64u = (guint64) (0xffffffff) | ((guint64) (0xffffffff) << 32) |
◆ ags_vst_kmax_long
const gint32 ags_vst_kmax_long = 0x7fffffff |
◆ ags_vst_kmin_coord
const AgsVstUCoord ags_vst_kmin_coord = ((AgsVstUCoord) -0x7FFFFFFF) |
◆ ags_vst_kmin_int32
const gint32 ags_vst_kmin_int32 = ags_vst_kmin_long |
◆ ags_vst_kmin_int64
const gint64 ags_vst_kmin_int64 = (-0x7fffffffffffffffLL-1) |
◆ ags_vst_kmin_long
const gint32 ags_vst_kmin_long = (-0x7fffffff - 1) |
Generated by