Home
last modified time | relevance | path

Searched refs:Sampler_Stereo_LABEL (Results 1 – 3 of 3) sorted by relevance

/dports/audio/dssi/dssi-1.1.1/examples/
H A Dtrivial_sampler.h39 #define Sampler_Stereo_LABEL "stereo_sampler" macro
H A Dtrivial_sampler.c153 if (!strcmp(descriptor->Label, Sampler_Stereo_LABEL)) { in instantiateSampler()
484 …pled from %ld frames at %ld Hz)\n", (plugin_data->channels == 2 ? Sampler_Stereo_LABEL : Sampler_M… in samplerLoad()
543 desc->Label = (stereo ? Sampler_Stereo_LABEL : Sampler_Mono_LABEL); in init()
H A Dtrivial_sampler_qt_gui.cpp637 if (QString(label).toLower() == QString(Sampler_Stereo_LABEL).toLower()) { in main()