Skip to content

Marzac/OPA-Editor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
res
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OPA-Editor

The sound editor for the Arduino OPA shield
Version 1.11, 13/08/2016

Copyright (c) 2015 - 2016 Frédéric Meslin / Thomas Hopper

Open source software released under the MIT License, please refer to LICENCE file for more information

Supported platforms:

  • Windows (XP / 7 / 8 and 10)
  • MACOS X 10.6 - 10.10
  • Linux

Fred's Lab
http://fredslab.net
fred@fredslab.net, @marzacdev

Requirements

  • Qt 5 is needed to build the editor.
  • The OPA-Library is needed for your Arduino Uno.

Install the library and run the EditorBridge.ino (which can be found in the "Sketches" folder) to be able to control the OPA-Shield from the Editor.

Windows and MacOS X

Binaries for Windows and MacOS X can be found on http://www.fredslab.net/opa/

Building on Linux

On Debian/Ubuntu based distribution, you can build the editor this way:

sudo apt-get install build-essential git qt5-default qtbase5-dev
git clone https://github.com/Marzac/OPA-Editor.git
cd OPA-Editor
qmake .
make -j 4
./OPAEditor 

If it doesn't work, the version of Qt 5 packaged by your distribution might not be complete to be able to build the OPA-Editor. In this case, download the official Qt 5 linux installer, for example version 5.7, and install it in your home folder. Then from the OPA-Editor folder type:

~/Qt/5.7/gcc_64/bin/qmake
make -j 4

Then run:

./OPAEditor

About

The sound editor of the OPA shield for Arduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published