Skip to content
ossia score, an interactive sequencer for the intermedia arts.
C++ CMake Shell Python QML NSIS Other
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
3rdparty
cmake
docs
src
tests
tools
.clang-format
.clang-tidy
.gitignore
.gitmodules
.travis.yml
AUTHORS
CMakeLists.txt
INSTALL.md
LICENSE.txt
README.md
appveyor.yml
build.sh
score-wasm.pro

README.md

Financial Contributors on Open Collective join the chat at https://gitter.im/OSSIA/score Downloads Version

ossia score is a sequencer for audio-visual artists, designed to create interactive shows.

Sequence OSC, MIDI, DMX, sound files and more, between multiple software and hardware, create interactive and intermedia scores and script in JavaScript to customize your score.

Free, open source and runs on desktop, mobile and embedded.

Read more on http://ossia.io, come ask questions on the forum or hang out in a chat with us, we will be happy to help you !

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 : sequencer

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.

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

You can’t perform that action at this time.