score icon indicating copy to clipboard operation
score copied to clipboard

ossia score, an interactive sequencer for the intermedia arts

Results 189 score issues
Sort by recently updated
recently updated
newest added

As demonstrated on the attached video, there to be some bugs when drag’n’dropping slots: - that doesn’t seem to work at all when drag’n’dropping graph slots - it works with...

in this example ```js import Ossia 1.0 as Ossia Ossia.Mapper { function createTree() { return [ { name: "Branch", type: Ossia.Type.Int, write: function(v) { return v.value; } } ]; }...

bug

Apart from a few exceptions that need to be identified, the main window should always be in focus and selected, when it comes to either mouse states, or the use...

enhancement

Qt has autocompletion tool which is pretty easy to setup : http://doc.qt.io/qt-5/qtwidgets-tools-customcompleter-example.html KDE's one is more powerful but harder to build on windows and Mac OS : https://api.kde.org/frameworks/ktexteditor/html/

enhancement
Hacktoberfest
easy
good first issue

**Current Behaviour:** When I add video clips to score they play back fine, but setting the starting offset does nothing. Videos always play from the beginning. The primary format I'm...

bug

Currently, right clicking a node in the audio device still allows for the "edit" option. The pop up window does not show the actual audio mapping of the default nodes.

bug

Currently when adding media items longer than the current project length, the project length stays the same and scrolling to the end of said media items is impossible. It took...

enhancement

When trying to disconnect and reconnect a bi-directional OSCDevice the device can no longer receive but still can send. The following has been tested on commit 7fd1538cf38894b1646076e7ff36d6fa54c18da3 - Creating a...

bug

Ideally would show a list of every address used in a process which is not in the tree. Clicking on an element in the list would focus the object, and...

enhancement