File: TODO

package info (click to toggle)
om 0.2.0-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,536 kB
  • ctags: 3,232
  • sloc: cpp: 18,236; sh: 3,462; python: 740; ansic: 484; makefile: 407
file content (77 lines) | stat: -rw-r--r-- 4,393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Om TODO list

- Move any delete calls from post_process() methods to destructor (for speed of responses)
- Using scroll wheel while dragging to make connections
- /quit command sometimes doesn't send reply (race?)
- OK response not sent for initial /activate message ?
- OK response not sent for /register_client ?
- Fix audio hiccups on patch load (hacked around, a little better now)
- DSSI sampler sample does not restore in UI - Om's problem?
- Fix output ports for destroyed patches lingering sometimes (?)
- Look into hanging note problem (jack_frame_time not monotonic maybe?)
- Fix zipper noise with audio rate MIDI controllers
- Fix DSSI MIDI test buttons
- Pitch bend support (seperate node?)
- Selecting and moving of multiple nodes at a time (groups?)
- Make saving of patches to use unique port IDs rather than names, for LADSPA correctness
- Logarithmic sliders in node control window
- Some way of ordering ports on subpatch modules? (metadata?)
- "Copy path to clipboard" (etc) options on port menus
- Prompt for saving of each subpatch
- Zero-copy from/to Jack ports
- Removing of Alsa MIDI ports when no longer needed
- LASH support
- Optionally add AR ports to control dialogs
- Make engine able to deal with Jack exiting/returning (possible?)
- "Collapsing" modules (ie making them small w/ no labels, pd-style)
- LRDF support for plugin categorization

- [ Done? ] Seems to be a segfault at SlowEventQueue.cpp:161 (NULL deref)
- [ Done? ] Fix problem with controls sometimes not working
- [ Incoming commands only done - feedback? ] Figure out and implement final OSC namespace
- [ Pending liblo development ] More spiffy communication and client startup - connecting dialog, etc.

- [ Done ] Executing plugins not connected to output (ie oscilloscope)
- [ Done ] Patches saving to current directory, not where they're loaded from!
- [ Done ] Fix pause in patch loading until another event occurs (ie moving module?) (WTF?)
- [ Done ] Midi learn doesn't update control dialog, fix
- [ Done ] Double click on a subpatch opens patch window if there's no controls
- [ Done ] Allow client to attach to already running server.
- [ Done ] Fix subpatching (works, but communication is b0rked)
- [ Done ] MIDI binding - because I got a new knob box. :)
- [ Done ] MIDI binding saving
- [ Done ] Minor changes to the patch XML file format, for future-proof-ness
- [ Done ] DSSI support
- [ Done ] Logarithmic MIDI binding
- [ Done ] Patch control-rate input/outputs
- [ Done ] Midi learn
- [ Done ] Fix the new node placement issue (stupid metadata)
- [ Done ] Seperate MIDI inputs for patches
- [ Done ] Fix re-attaching client with subpatches (modules don't appear)
- [ Done ] Fix automatic node naming when adding multiple nodes in Load Plugin window
- [ Done ] Loading with poly != patch file poly (done, needs testing)
- [ Done ] Removing of connected nodes
- [ Done ] Saving of port ranges
- [ Done ] Make building of engine alone possible
- [ Done ] Fix issue (?) with plugins not always showing up
- [ Done ] Fix removing input/output node of a patch that represents a port that's connected
- [ Done ] Fix subpatch saving path stuff
- [ Done ] Fix client not starting until second connection attempt (happens with RT jack)
- [ Done ] Fix problem with subpatch modules sometimes not showing up on reconnect
- [ Done ] Make it possible to bring up a node control window for a subpatch
- [ Done ] Fix problem with loading patches with already existing paths
- [ Done ] Saving of ranges on subpatch ports
- [ Done ] Add "Same as parent" option for polyphony in load/new subpatch dialogs
- [ Done ] Make only top level patches show up on patch load in gtk client
- [ Done ] Make example patches install on 'make install'
- [ Done ] Fixing saving a subpatch every time if there's multiple subpatches from the same file
- [ Done ] Only create alsa ports for patches that need them
- [ Done ] Fix spinbuttons in node control window (don't work)
- [ Done ] Fix plugins possibly showing up twice (?)
- [ Done ] Fix DSSI UI path problem (only looks in /usr/local/lib/dssi)
- [ Done ] Node control window for top level patches
- [ Done ] Patch-specific DSP disable option
- [ Done ] Optimization: don't compute process order if patch isn't activated
- [ Done ] Fix problem with subpatch node moving parent node of same name
- [ Done ] Optional sending client URL explicitly to engine