jack1 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
722B

  1. TODO
  2. * silence ports when they are disconnected from for the last time
  3. * use a VSTTimeInfo-like structure for time info
  4. * call time client before all others
  5. * support frames_since_interrupt()
  6. * fix monitor system to be exactly like audioengine's
  7. figure out how to have pools of buffers for ports by type
  8. figure out how to use the same buffer over and over when possible
  9. passing args to drivers and clients?
  10. getting callbacks and args from dynamically loaded clients?
  11. how do dynamically loaded clients (un)register ports, activate, etc.
  12. pool based malloc for rt client-local mem allocation
  13. TO THINK ABOUT:
  14. multiple port buffer shm segments (i.e. dynamically
  15. increase the total number of ports in the system)