Home
last modified time | relevance | path

Searched refs:scopebufs (Results 1 – 8 of 8) sorted by relevance

/dports/audio/soundtracker/soundtracker-1.0.2.1/app/mixers/
H A Dinteger32.c232 gint16* scopebufs[], in integer32_mix() argument
260 if (scopebufs) in integer32_mix()
261 scopedata = scopebufs[i] + scopebuf_offset; in integer32_mix()
264 if (scopebufs) in integer32_mix()
331 if (scopebufs) { in integer32_mix()
H A Dkbfloat.c697 gint16* scopebufs[], in kb_x86_mix() argument
719 if (scopebufs && (chnr < 32 || (channels[chnr - 32].flags & KB_FLAG_UPPER_ACTIVE))) { in kb_x86_mix()
720 scopedata = scopebufs[chnr & 31] + scopebuf_offset; in kb_x86_mix()
/dports/audio/soundtracker/soundtracker-1.0.2.1/app/
H A Daudio.c123 gint16* scopebufs[32];
571 scopebufs[i] = NULL;
713 g_free(scopebufs[i]);
714 scopebufs[i] = g_new(gint16, scopebuf_length);
715 if (!scopebufs[i])
746 …dest = scopegroup->scopes_on && scopebuf_ready ? mixer->mix(dest, n, scopebufs, scopebuf_end.offse…
H A Dmixer.h102 void* (*mix)(void* dest, guint32 count, gint16* scopebufs[], int scopebuf_offset);
H A Daudio.h55 extern gint16* scopebufs[32];
H A Dscope-group.c243 … sample_display_set_data(s->scopes[i], scopebufs[i] + o1, ST_MIXER_FORMAT_S16_LE, l, TRUE); in scope_group_timeout()
245 memcpy(buf, scopebufs[i] + o1, 2 * (scopebuf_length - o1)); in scope_group_timeout()
246 memcpy(buf + scopebuf_length - o1, scopebufs[i], 2 * o2); in scope_group_timeout()
H A Dtracer.c301 tracer_mix(void* dest, guint32 count, gint16* scopebufs[], int scopebufs_offset) in tracer_mix() argument
/dports/audio/soundtracker/soundtracker-1.0.2.1/
H A DChangeLog-v0.120 * app/audio.c (audio_prepare_for_playing): Allocating scopebufs[]
622 scopebufs == NULL when scopes are disabled in the GUI.
625 scopebufs != NULL.