blob: ca89a2a5bd42378c59ea2db7bdcd46acd17bbd11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
This is a loosely-categorized list of outstanding tasks and ideas for improving
libremix. When implementing any of these, please include an update to this TODO
file removing that task, in the same commit.
* update with TODOs from paper file
Memory leaks
------------
libremix:
* implement remix_destroy_list() in remix_context.c, and call it on
world->plugins and world->bases
ladspa:
* free schemes created for each ladspa port
|