Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 900 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 900 Bytes

ofxOscilloscope

Multi Oscilloscope addon for openFrameworks.

Allows the user to easily add multiple oscilloscope panels each able to plot multiple data streams.

Includes:

  • ofxOscilloscope - addon to plot data.
  • oscilloscopeExample - A basic example showing the functionality on generated data.
  • arduinoscopeExample - A working arduinoscope example reading analog data from Arduino using the StandardFirmata example.
  • oscOscilloscopeExample - An example that reads data from an OSC stream and plots it in an oscilloscope window. This example also shows how to use ofxOscilloscopeSettings.xml to reconfigure how the oscilloscope window is displayed without recompiling the code.

Simply place the ofxOscilloscope directory in your openFrameworks addons directory. Then copy the example directories into your myApps folder.