diff options
Diffstat (limited to 'apps/plugins/pdbox/PDa/intern/intern_setup.c')
-rw-r--r-- | apps/plugins/pdbox/PDa/intern/intern_setup.c | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/apps/plugins/pdbox/PDa/intern/intern_setup.c b/apps/plugins/pdbox/PDa/intern/intern_setup.c index aec879973b..017f72a349 100644 --- a/apps/plugins/pdbox/PDa/intern/intern_setup.c +++ b/apps/plugins/pdbox/PDa/intern/intern_setup.c | |||
@@ -45,50 +45,4 @@ void d_intern_setup() { | |||
45 | vsnapshot_tilde_setup(); | 45 | vsnapshot_tilde_setup(); |
46 | wrap_tilde_setup(); | 46 | wrap_tilde_setup(); |
47 | } | 47 | } |
48 | #include <stdio.h> | ||
49 | 48 | ||
50 | void d_intern_setup() { | ||
51 | fprintf(stderr,"setup\n"); | ||
52 | biquad_tilde_setup(); | ||
53 | bp_tilde_setup(); | ||
54 | clip_tilde_setup(); | ||
55 | cos_tilde_setup(); | ||
56 | dbtopow_tilde_setup(); | ||
57 | dbtorms_tilde_setup(); | ||
58 | delread_tilde_setup(); | ||
59 | delwrite_tilde_setup(); | ||
60 | env_tilde_setup(); | ||
61 | ftom_tilde_setup(); | ||
62 | hip_tilde_setup(); | ||
63 | line_tilde_setup(); | ||
64 | lop_tilde_setup(); | ||
65 | mtof_tilde_setup(); | ||
66 | noise_tilde_setup(); | ||
67 | osc_tilde_setup(); | ||
68 | phasor_tilde_setup(); | ||
69 | powtodb_tilde_setup(); | ||
70 | print_tilde_setup(); | ||
71 | rmstodb_tilde_setup(); | ||
72 | rsqrt_tilde_setup(); | ||
73 | samphold_tilde_setup(); | ||
74 | sfread_tilde_setup(); | ||
75 | sfwrite_tilde_setup(); | ||
76 | sig_tilde_setup(); | ||
77 | snapshot_tilde_setup(); | ||
78 | sqrt_tilde_setup(); | ||
79 | tabosc4_tilde_setup(); | ||
80 | tabplay_tilde_setup(); | ||
81 | tabread4_tilde_setup(); | ||
82 | tabread_tilde_setup(); | ||
83 | tabread_setup(); | ||
84 | tabreceive_tilde_setup(); | ||
85 | tabsend_tilde_setup(); | ||
86 | tabwrite_tilde_setup(); | ||
87 | tabwrite_setup(); | ||
88 | threshold_tilde_setup(); | ||
89 | vcf_tilde_setup(); | ||
90 | vd_tilde_setup(); | ||
91 | vline_tilde_setup(); | ||
92 | vsnapshot_tilde_setup(); | ||
93 | wrap_tilde_setup(); | ||
94 | } | ||