Describe the feature
Add the ability to specify the window dimensions and a background image in ofxOscilloscopeSettings.xml
Describe the solution you'd like
Ideally ofxOscilloscopeSettings.xml would look like:
<window>
<width>1500</width>
<height>900</height>
<backgroundImagePath>data/assets/backgroundImage.png</backgroundImagePath>
<multiScope>
<x>0.000000000</x>
<y>55.000000000</y>
...
</multiScope>
</window>
I think backgroundImage.png should automatically stretch to fit the full window.
Describe the feature
Add the ability to specify the window dimensions and a background image in ofxOscilloscopeSettings.xml
Describe the solution you'd like
Ideally ofxOscilloscopeSettings.xml would look like:
I think backgroundImage.png should automatically stretch to fit the full window.