close
The Wayback Machine - https://web.archive.org/web/20190407221848/https://github.com/OSSIA/score
Skip to content
ossia score, an interactive sequencer for the intermedia arts.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Image 3rdparty
Image CMake
Image Documentation debug bugfix ; update main-page and take a new screenshot Apr 7, 2019
Image Tests
Image src debug bugfix ; update main-page and take a new screenshot Apr 7, 2019
Image tools
Image .clang-format clang-format Feb 23, 2019
Image .clang-tidy
Image .gitignore
Image .gitmodules
Image .travis.yml
Image AUTHORS
Image CMakeLists.txt version 2.2.0 Apr 7, 2019
Image INSTALL.md Update INSTALL.md Jan 4, 2017
Image LICENSE.txt add BY to LICENSE.txt Jul 31, 2018
Image README.md
Image appveyor.yml fix appveyor deployment Jan 19, 2019
Image build.sh
Image score-wasm.pro

README.md

ossia score

join the chat at https://gitter.im/OSSIA/score Downloads Version

ossia score is an interactive intermedia sequencer - read more on http://ossia.io, come ask questions on the forum or hang out in a chat with us !

With score you can sequence OSC, MIDI, etc. parameters between multiple software and hardware, to create interactive and intermedia scores.

Download the latest release here and read the Releases section in this README.

ossia score screenshot

Releases

Releases are available for Windows, Linux (via AppImage) and Mac OS X.

  • Windows : install and run.
  • OS X : extract and run ossia score.app.
  • Linux : make executable (right click -> permissions or chmod +x) and run the AppImage.

Build status

  • Linux, OS X : Travis Status
  • Windows : Appveyor Status
  • OpenHub
  • ossia score uses CppDepend to ensure consistent code quality improvements ; please check it out !

In order to build score, follow the instructions. Current builds tested on Mac OS X, Ubuntu 14.04, ArchLinux, Windows 8.1.

Contributing

When updating the score repository through the command line, don't forget to update the submodules, they change often.

cd score
git pull
git submodule update --init --recursive

Some useful and easy potential contributions are listed on the website.

There are also many fixable areas in the code :

Finally, one can write its own score plug-ins to add custom features to the software. An example plug-in with the most common classes reimplemented is provided here.

You can’t perform that action at this time.