Home
last modified time | relevance | path

Searched defs:_jack_position (Results 1 – 6 of 6) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/tests.old/jack-enum-test/
H A Djack-enum-test-func.cpp46 struct _jack_position { struct
70 typedef struct _jack_position jack_position_t; argument
/dports/multimedia/pipewire/pipewire-0.3.43/pipewire-jack/jack/
H A Dtypes.h554 struct _jack_position { struct
557 jack_unique_t unique_1; /**< unique ID */
558 jack_time_t usecs; /**< monotonic, free-rolling */
565 int32_t bar; /**< current bar */
566 int32_t beat; /**< current beat-within-bar */
568 double bar_start_tick;
572 double ticks_per_beat;
573 double beats_per_minute;
576 double frame_time; /**< current time in seconds */
577 double next_time; /**< next sequential frame_time
[all …]
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/jack/
H A Dtypes.h554 struct _jack_position { struct
557 jack_unique_t unique_1; /**< unique ID */
558 jack_time_t usecs; /**< monotonic, free-rolling */
565 int32_t bar; /**< current bar */
566 int32_t beat; /**< current beat-within-bar */
568 double bar_start_tick;
572 double ticks_per_beat;
573 double beats_per_minute;
576 double frame_time; /**< current time in seconds */
577 double next_time; /**< next sequential frame_time
[all …]
/dports/audio/cadence/Cadence-0.9.1/c++/jackbridge/
H A DJackBridge.hpp182 struct _jack_position { struct
184 jack_time_t usecs;
186 jack_nframes_t frame;
188 int32_t bar;
189 int32_t beat;
190 int32_t tick;
191 double bar_start_tick;
192 float beats_per_bar;
193 float beat_type;
196 double frame_time;
[all …]
/dports/audio/carla/Carla-2.4.1/source/jackbridge/
H A DJackBridge.hpp209 struct _jack_position { struct
211 jack_time_t usecs;
213 jack_nframes_t frame;
215 int32_t bar;
216 int32_t beat;
217 int32_t tick;
218 double bar_start_tick;
219 float beats_per_bar;
220 float beat_type;
223 double frame_time;
[all …]
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/distrho/src/jackbridge/
H A DJackBridge.hpp210 struct _jack_position { struct
212 jack_time_t usecs;
214 jack_nframes_t frame;
216 int32_t bar;
217 int32_t beat;
218 int32_t tick;
219 double bar_start_tick;
220 float beats_per_bar;
221 float beat_type;
224 double frame_time;
[all …]