Home
last modified time | relevance | path

Searched refs:stereo_descriptor (Results 1 – 12 of 12) sorted by last modified time

/dports/audio/tap-plugins/tap-plugins-0.7.2/
H A Dtap_dynamics_st.c695 LADSPA_Descriptor * stereo_descriptor = NULL; variable
708 if ((stereo_descriptor = in _init()
712 stereo_descriptor->UniqueID = ID_STEREO; in _init()
714 stereo_descriptor->Properties = 0; in _init()
717 stereo_descriptor->Copyright = strdup("GPL"); in _init()
833 stereo_descriptor->activate = NULL; in _init()
834 stereo_descriptor->run = run_Dynamics; in _init()
837 stereo_descriptor->deactivate = NULL; in _init()
838 stereo_descriptor->cleanup = cleanup_Dynamics; in _init()
863 delete_descriptor(stereo_descriptor); in _fini()
[all …]
H A Dtap_echo.c435 LADSPA_Descriptor * stereo_descriptor = NULL; variable
448 if ((stereo_descriptor = in _init()
455 stereo_descriptor->UniqueID = ID_STEREO; in _init()
460 stereo_descriptor->Copyright = strdup("GPL"); in _init()
461 stereo_descriptor->PortCount = PORTCOUNT_STEREO; in _init()
582 stereo_descriptor->activate = activate_Echo; in _init()
583 stereo_descriptor->run = run_Echo; in _init()
586 stereo_descriptor->deactivate = NULL; in _init()
587 stereo_descriptor->cleanup = cleanup_Echo; in _init()
613 delete_descriptor(stereo_descriptor); in _fini()
[all …]
H A Dtap_chorusflanger.c435 LADSPA_Descriptor * stereo_descriptor = NULL;
449 if ((stereo_descriptor =
456 stereo_descriptor->UniqueID = ID_STEREO;
460 stereo_descriptor->Maker = strdup("Tom Szilagyi");
461 stereo_descriptor->Copyright = strdup("GPL");
462 stereo_descriptor->PortCount = PORTCOUNT_STEREO;
552 stereo_descriptor->run = run_ChorusFlanger;
555 stereo_descriptor->deactivate = NULL;
556 stereo_descriptor->cleanup = cleanup_ChorusFlanger;
581 delete_descriptor(stereo_descriptor);
[all …]
H A Dtap_doubler.c573 LADSPA_Descriptor * stereo_descriptor = NULL; variable
586 if ((stereo_descriptor = in _init()
590 stereo_descriptor->UniqueID = ID_STEREO; in _init()
592 stereo_descriptor->Properties = 0; in _init()
595 stereo_descriptor->Copyright = strdup("GPL"); in _init()
693 stereo_descriptor->activate = activate_Doubler; in _init()
694 stereo_descriptor->run = run_Doubler; in _init()
697 stereo_descriptor->deactivate = NULL; in _init()
698 stereo_descriptor->cleanup = cleanup_Doubler; in _init()
723 delete_descriptor(stereo_descriptor); in _fini()
[all …]
H A Dtap_reverb.c664 LADSPA_Descriptor * stereo_descriptor = NULL; variable
678 if ((stereo_descriptor = in _init()
685 stereo_descriptor->UniqueID = ID_STEREO; in _init()
687 stereo_descriptor->Properties = 0; in _init()
690 stereo_descriptor->Copyright = strdup("GPL"); in _init()
790 stereo_descriptor->activate = activate_Reverb; in _init()
791 stereo_descriptor->run = run_Reverb; in _init()
794 stereo_descriptor->deactivate = NULL; in _init()
795 stereo_descriptor->cleanup = cleanup_Reverb; in _init()
821 delete_descriptor(stereo_descriptor); in _fini()
[all …]
H A Dtap_rotspeak.c575 LADSPA_Descriptor * stereo_descriptor = NULL; variable
589 if ((stereo_descriptor = in _init()
597 stereo_descriptor->UniqueID = ID_STEREO; in _init()
602 stereo_descriptor->Copyright = strdup("GPL"); in _init()
603 stereo_descriptor->PortCount = PORTCOUNT_STEREO; in _init()
676 stereo_descriptor->activate = activate_RotSpkr; in _init()
677 stereo_descriptor->run = run_RotSpkr; in _init()
680 stereo_descriptor->deactivate = NULL; in _init()
681 stereo_descriptor->cleanup = cleanup_RotSpkr; in _init()
706 delete_descriptor(stereo_descriptor); in _fini()
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/tap/
H A Dtap_chorusflanger.c435 LADSPA_Descriptor * stereo_descriptor = NULL; variable
449 if ((stereo_descriptor = in tap_init()
456 stereo_descriptor->UniqueID = ID_STEREO; in tap_init()
460 stereo_descriptor->Maker = strdup("Tom Szilagyi"); in tap_init()
461 stereo_descriptor->Copyright = strdup("GPL"); in tap_init()
462 stereo_descriptor->PortCount = PORTCOUNT_STEREO; in tap_init()
552 stereo_descriptor->run = run_ChorusFlanger; in tap_init()
555 stereo_descriptor->deactivate = NULL; in tap_init()
556 stereo_descriptor->cleanup = cleanup_ChorusFlanger; in tap_init()
581 delete_descriptor(stereo_descriptor); in tap_fini()
[all …]
H A Dtap_doubler.c573 LADSPA_Descriptor * stereo_descriptor = NULL; variable
586 if ((stereo_descriptor = in tap_init()
590 stereo_descriptor->UniqueID = ID_STEREO; in tap_init()
592 stereo_descriptor->Properties = 0; in tap_init()
595 stereo_descriptor->Copyright = strdup("GPL"); in tap_init()
693 stereo_descriptor->activate = activate_Doubler; in tap_init()
694 stereo_descriptor->run = run_Doubler; in tap_init()
697 stereo_descriptor->deactivate = NULL; in tap_init()
698 stereo_descriptor->cleanup = cleanup_Doubler; in tap_init()
723 delete_descriptor(stereo_descriptor); in tap_fini()
[all …]
H A Dtap_rotspeak.c623 LADSPA_Descriptor * stereo_descriptor = NULL; variable
637 if ((stereo_descriptor = in tap_init()
645 stereo_descriptor->UniqueID = ID_STEREO; in tap_init()
650 stereo_descriptor->Copyright = strdup("GPL"); in tap_init()
651 stereo_descriptor->PortCount = PORTCOUNT_STEREO; in tap_init()
724 stereo_descriptor->activate = activate_RotSpkr; in tap_init()
725 stereo_descriptor->run = run_RotSpkr; in tap_init()
728 stereo_descriptor->deactivate = NULL; in tap_init()
729 stereo_descriptor->cleanup = cleanup_RotSpkr; in tap_init()
754 delete_descriptor(stereo_descriptor); in tap_fini()
[all …]
H A Dtap_echo.c435 LADSPA_Descriptor * stereo_descriptor = NULL; variable
448 if ((stereo_descriptor = in tap_init()
455 stereo_descriptor->UniqueID = ID_STEREO; in tap_init()
460 stereo_descriptor->Copyright = strdup("GPL"); in tap_init()
461 stereo_descriptor->PortCount = PORTCOUNT_STEREO; in tap_init()
582 stereo_descriptor->activate = activate_Echo; in tap_init()
583 stereo_descriptor->run = run_Echo; in tap_init()
586 stereo_descriptor->deactivate = NULL; in tap_init()
587 stereo_descriptor->cleanup = cleanup_Echo; in tap_init()
613 delete_descriptor(stereo_descriptor); in tap_fini()
[all …]
H A Dtap_reverb.c664 LADSPA_Descriptor * stereo_descriptor = NULL; variable
678 if ((stereo_descriptor = in tap_init()
685 stereo_descriptor->UniqueID = ID_STEREO; in tap_init()
687 stereo_descriptor->Properties = 0; in tap_init()
690 stereo_descriptor->Copyright = strdup("GPL"); in tap_init()
790 stereo_descriptor->activate = activate_Reverb; in tap_init()
791 stereo_descriptor->run = run_Reverb; in tap_init()
794 stereo_descriptor->deactivate = NULL; in tap_init()
795 stereo_descriptor->cleanup = cleanup_Reverb; in tap_init()
821 delete_descriptor(stereo_descriptor); in tap_fini()
[all …]
H A Dtap_dynamics_st.c695 LADSPA_Descriptor * stereo_descriptor = NULL; variable
708 if ((stereo_descriptor = in tap_init()
712 stereo_descriptor->UniqueID = ID_STEREO; in tap_init()
714 stereo_descriptor->Properties = 0; in tap_init()
717 stereo_descriptor->Copyright = strdup("GPL"); in tap_init()
833 stereo_descriptor->activate = NULL; in tap_init()
834 stereo_descriptor->run = run_Dynamics; in tap_init()
837 stereo_descriptor->deactivate = NULL; in tap_init()
838 stereo_descriptor->cleanup = cleanup_Dynamics; in tap_init()
863 delete_descriptor(stereo_descriptor); in tap_fini()
[all …]