• Stars
    star
    570
  • Rank 78,245 (Top 2 %)
  • Language
    C
  • License
    MIT License
  • Created almost 10 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Oscilloscope for Mac/Windows written in OF.

Oscilloscope

A software oscilloscope attempting to mimic the aesthetic of old school ray oscilloscopes.

How to use

After starting the oscilloscope a welcome message is already loaded, press ▶︎ play to make sure your audio setup works. If it doesn't, open ⚙ settings and try to choose another output device.

To open files you can either click the folder icon, or drag a file from Explorer/Finder/Nautilus/... to the application.

Key Action
Space Play/Pause
f Fullscreen
Tab Hide interface
e Export to image sequence

For more information

Programmer Documentation

Project setup

Things are moving around a bit sometimes. Make sure to read these instructions before each build.

  1. Download and unzip Openframeworks 0.10.1
  2. Open the folder apps/myApps/ (in the OpenFrameworks folder)
  3. Clone the repository with submodules: git clone --recursive https://github.com/kritzikratzi/Oscilloscope.git
  4. Download the binary release for ofxAvCodec from https://github.com/kritzikratzi/ofxAvCodec/releases/tag/0.2
  5. Replace the addons/ofxAvCodec/libs with the libs folder from the download

Compiling with XCode (OSX11.5+)

  1. Add the --deep value to the Other Code Signing Flags key in the Build Settings tab
  2. Open apps/myApps/oscilloscope/Oscilloscope.xcodeproject and then Build&Run
  3. (Optional) Sign&Notarize with apple: Copy scripts/osx-config-template.sh to osx-config.sh, then run scripts/dist.sh osx 1.1.0

You can also build with make && make run on the command line. The resulting build will have no icon/no proper name/no retina support.

Compiling with Visual studio 2017

The shell commands can be run from a git bash, cygwin, msys, or any other shell emulator.

  1. run scripts/clean.sh
  2. run scripts/prepare.sh win64
  3. Open oscilloscope.sln and Build&Run

Compiling with make in Linux

This is a full install including OF (thx rrolison68!)

cd
wget -c https://openframeworks.cc/versions/v0.10.1/of_v0.10.1_linux64gcc6_release.tar.gz
tar -zxvf of_v0.10.1_linux64gcc6_release.tar.gz
mv of_v0.10.1_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 addons/ofxMightyUI/bin/data/* bin/data/
cp -R addons/ofxFontAwesome/bin/data/* bin/data/
make -j2
bin/Oscilloscope

See scripts/readme.md for the full distribution process.

Package the software

  • for osx run scripts/dist.sh $platform $version
  • platform is one of osx linux linux64 win64
  • version is whatever version you want, e.g. 1.0.6

Contributors

License/Source code

  • Openframeworks. A creative coding library. The larger part of it is licensed as MIT/BSD.
  • FFmpeg and ofxAvCodec. FFmpeg is the encoder/decoder library and licensed under the gpl/lgpl 2.1. The binaries included here were compiled to comply with the lgpl. A copy of the LGPL together with instructions how the library was compiled for each platform can be found in the legal folder.
  • The sourcecode for this application is freely available on github.

More Repositories

1

edsdk4j

Canon SDK for Java
Java
109
star
2

ofxMightyUI

a mighty ui library for openframeworks
C++
61
star
3

ofxAvCodec

openFrameworks wrapper for FFmpeg/libavcodec
C
38
star
4

ofxNative

Native windows/mac/linux functions for openFrameworks
C++
24
star
5

ofxFontAwesome

FontAwesome constants for openframeworks
C++
17
star
6

fullscreen-p5

Fullscreen-API for the Processing programming language
Java
15
star
7

soundythingie

this an older version of soundythingie (linienmusik), for the latest iPad version please see http://www.soundythingie.net
C++
13
star
8

edsdk-processing

Canon Camera library for the Processing programming language
Java
11
star
9

Gl3LineExamples

Line drawing examples for Openframeworks 0.9 and OpenGL3
GLSL
6
star
10

jAppleMenuBar

A tiny JNI library to hide and show the menubar dynamically for MacOSX
Java
5
star
11

museum-looper

Simple networked video looper for raspberry pi
Python
3
star
12

ur5-diary

Personal test-repo for universal robots ur5e
C++
3
star
13

runtimeCPPDraw

testing runtime compiled c++ with OF. far from done!
C++
3
star
14

ofxcode

nasty little command line tool to add/remove addons to OF xcode projects
Objective-C
3
star
15

ofxSoundio

openFrameworks wrapper for libsoundio
C++
2
star
16

keymaster

A tiny tool to make Keychain access easier.
Objective-C
2
star
17

UnicodeInputMethod

Better unicode input for mac os x
2
star
18

remoteUI-java

A quick way to take control of your parameters
Java
2
star
19

ofxLiblaserdock

openFrameworks addon for wickedlaser lasers and ilda-dongles
C
1
star
20

fingerbaby-kinect

C++
1
star
21

git-forbid

Don't allow commits containing the word "git-forbid".
Shell
1
star
22

ofxLibsamplerate

SRC (secret rabbit code) libsamplerate packaged for openframeworks
C
1
star
23

CommandProxy-PluginSample

An example plugin for command proxy
Java
1
star
24

ofxLemon

openFrameworks addon that wraps up the LEMON graph library
C++
1
star