Oscilloscope icon indicating copy to clipboard operation
Oscilloscope copied to clipboard

Oscilloscope for Mac/Windows written in OF.

Results 18 Oscilloscope issues
Sort by recently updated
recently updated
newest added

Following this method ``` cd wget -c https://github.com/openframeworks/openFrameworks/releases/download/0.12.0/of_v0.12.0_linux64gcc6_release.tar.gz tar -zxvf of_v0.12.0_linux64gcc6_release.tar.gz mv of_v0.12.0_linux64gcc6_release OF cd OF/scripts/linux/ubuntu sudo ./install_dependencies.sh cd cd OF/apps/myApps git clone --recursive https://github.com/kritzikratzi/Oscilloscope.git cd Oscilloscope scripts/clean.sh cp -R...

I see in the code traces for saving and loading settings to the file : "settings.txt" if( ofGetKeyPressed(MUI_KEY_ACTION) && key == ',' ){ ofSystemAlertDialog("All settings are in the editable file...

As the title describes, the framerate at which the export is rendered caps out at 30fps even when it could be running faster.

Heeey Hansi! Just testing out the laaatest Oscilloscope, since older 1.0.8 version as found on website - (ahem, could use an updated link to this) wouldn't display BlackHole routed signals...

I have been having some issues with getting Oscilloscope to compile on Ubuntu, but I found workarounds and fixes for everything. This PR should fix everything or document the workarounds...

Hi, I'm building on artixlinux (based on arch). I followed the instructions in readme.md (installing dependencies with the script from linux/arch). The build fails: ``` HOST_OS=Linux checking pkg-config libraries: cairo...

I am compiling the latest version on Linux, and I was having compilation problems that I eventually tracked down to the version of make I was using. I have now...

Ungodly CPU use + crash when exporting H.264 on M1 Mac s

Looks maybe it was forgotten to be included on the release since only the osx version and the installer file is there for download

mic in now uses a fixed 222kHz. that's fine as a default for analog, but would be great to use the device-native rate when "digital" mode is selected