Mercurial > audlegacy-plugins
comparison src/null/null.c @ 1136:8cf22270e0bf trunk
[svn] Move effect plugin handling out of the output plugins
| author | ertzing |
|---|---|
| date | Sun, 27 May 2007 14:29:45 -0700 |
| parents | e363a0fa8ea0 |
| children | ed2d7787779e |
comparison
equal
deleted
inserted
replaced
| 1135:1a6f46944e7b | 1136:8cf22270e0bf |
|---|---|
| 149 { | 149 { |
| 150 g_timer_start(timer); | 150 g_timer_start(timer); |
| 151 started = TRUE; | 151 started = TRUE; |
| 152 } | 152 } |
| 153 | 153 |
| 154 #if 0 | |
| 154 if ((ep = get_current_effect_plugin()) != NULL && | 155 if ((ep = get_current_effect_plugin()) != NULL && |
| 155 effects_enabled() && ep->mod_samples) | 156 effects_enabled() && ep->mod_samples) |
| 156 ep->mod_samples(&ptr, length, input_format.format, | 157 ep->mod_samples(&ptr, length, input_format.format, |
| 157 input_format.frequency, input_format.channels); | 158 input_format.frequency, input_format.channels); |
| 159 #endif | |
| 158 | 160 |
| 159 written += length; | 161 written += length; |
| 160 } | 162 } |
| 161 | 163 |
| 162 static void null_close(void) | 164 static void null_close(void) |
