Home
last modified time | relevance | path

Searched refs:pTailCut (Results 1 – 14 of 14) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlAudioSample.cpp39 pTailCut = NULL; in CtlAudioSample()
79 BIND_PORT(pRegistry, pTailCut, value); in set()
140 (port == pTailCut) || in notify()
238 float tail_cut = (pTailCut != NULL) ? pTailCut->get_value() : 0.0f; in sync_fades()
250 (pTailCut != NULL) ? pTailCut->metadata()->step : 0.1f; in sync_fades()
H A DCtlAudioFile.cpp75 pTailCut = NULL; in CtlAudioFile()
274 float tail_cut = (pTailCut != NULL) ? pTailCut->get_value() : 0.0f; in sync_fades()
286 (pTailCut != NULL) ? pTailCut->metadata()->step : 0.1f; in sync_fades()
317 BIND_PORT(pRegistry, pTailCut, value); in set()
474 LSP_STATUS_ASSERT(h->add_port("tail_cut", pTailCut)); in bind_ports()
579 (port == pTailCut) || in notify()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/ctl/
H A DCtlAudioSample.h42 CtlPort *pTailCut; variable
H A DCtlAudioFile.h73 CtlPort *pTailCut; variable
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dexperimental.h56 IPort *pTailCut; variable
H A Dimpulse_responses.h76 IPort *pTailCut; member
H A Dimpulse_reverb.h117 IPort *pTailCut; member
H A Dsampler.h101 IPort *pTailCut; // Tail cut member
H A Droom_builder.h190 IPort *pTailCut; member
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dexperimental.cpp60 pTailCut = NULL; in test_plugin()
160 pTailCut = vPorts[port_id++]; in init()
H A Dimpulse_responses.cpp278 f->pTailCut = NULL; in init()
335 f->pTailCut = vPorts[port_id++]; in init()
451 float tail_cut = f->pTailCut->getValue(); in update_settings()
H A Dimpulse_reverb.cpp245 f->pTailCut = NULL; in init()
366 f->pTailCut = vPorts[port_id++]; in init()
612 float tail_cut = f->pTailCut->getValue(); in update_settings()
H A Dsampler.cpp152 af->pTailCut = NULL; in init()
269 af->pTailCut = ports[port_id++]; in bind()
458 value = af->pTailCut->getValue(); in update_settings()
H A Droom_builder.cpp565 cap->pTailCut = NULL; in init()
777 cap->pTailCut = vPorts[port_id++]; in init()
1050 float tcut = cap->pTailCut->getValue(); in update_settings()