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.

21 lines
667B

  1. TODO
  2. fix graph sorting to use same approach as in ARDOUR::Session for
  3. routes
  4. figure out how to have pools of buffers for ports by type
  5. figure out how to use the same buffer over and over when possible
  6. passing args to drivers and clients?
  7. getting callbacks and args from dynamically loaded clients?
  8. how do dynamically loaded clients (un)register ports, activate, etc.
  9. pool based malloc for rt client-local mem allocation
  10. TO THINK ABOUT:
  11. multiple port buffer shm segments (i.e. dynamically
  12. increase the total number of ports in the system)
  13. wingo (apwingo@eos.ncsu.edu) adds:
  14. - add helper functions to access _jack_port_shared without requiring glib