Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.08 KB

readme.md

File metadata and controls

35 lines (25 loc) · 1.08 KB

jackplot

plot jack audio data in real-time. for fun and "science"...

WARNING: as this is c - and i dont really know what im doing - use at your own risk!

SORRY about the cpu usage of above apng, should play only once!

todo

  • learn c, jack, glfw and opengl 💫
  • document development
  • window resize
  • data resize?
  • point/"pixel" resize? (relative to window size?)
  • fullscreen : use your window manager
  • more input channels
  • channel plot color

ideas

  • midi input
  • do not plot 0.0 values? (optional)
    • when multiple channels, i doubt we want to see all the 0.0 lines

hmmm

  • can jackplot set the port color in qjackctl graph?
    • and/or can jackplot get that from qjacktl graph?
  • how do jack clients automagically connect to system ports?
    • is that them or jack server doing it?
  • i need an audio player that doesnt create a new jack port on next track...
  • "sync to tempo"?