-
in this example
```js
import Ossia 1.0 as Ossia
Ossia.Mapper
{
function createTree() {
return [
{
name: "Branch",
type: Ossia.Type.Int,
…
-
hello! i've been trying to install Ossia but it wont stop crashing. Report attached
[ossia crash.txt](https://github.com/ossia/score/files/13591621/ossia.crash.txt)
-
I have tried with 1.2.0 and 1.2.2
I get crashes when adding a new param or remote, more or less all the time
bltzr updated
3 years ago
-
- [x] ossia.attributeS (plural) would be a better name, as we address several attributes with one object
- [x] changing the clip attribute only happens one parameter by one when using pattern-match…
bltzr updated
4 years ago
-
how should we make this implementation, if needed?
- from VTMModules to OSSIA.Devices
- VTMValues to OSSIA addresses
- for NetworkNodeManager as well & proxies
- for embedded scores and embedded…
-
happen in max when closing ossia.client help patcher;
it hangs on `src/ossia/network/osc/detail/receiver.hpp:222` with 28999952
```
1 __ulock_wait …
-
Hi,
I stumbled on your repo through random github interactions.
I recently did a blog post about how C++20 can help improve defining generic dataflow nodes - in particular, without having to resort …
-
I am wondering if, in order to simplify the use of the library, we should try to infer a type for a parameter given its name.
eg instead of doing
[ossia.param color @type vec4f @unit colo…
-
Hi!
This crashes consistently for me, running the latest develop branch as of today.
The libossia hosting software is on windows, the OSCQuery helper, with the default example project file, on a…
-
Currently the most pressing issue I'm facing is that it seems to not be possible to read files into ossia.cue. In the attached patch, sending the "read" message opens a dialog box that prompts you to …