Stefan Westerfeld

Results 33 issues of Stefan Westerfeld

This PR adds support for letting the user set the grid size manually. It supports tuplets (we could not do this at all before), so for instance you can uses...

Anklang currently has a way to specify that you want to use something other than 4/4 as time signature for your song. However, doing so doesn't have any visible effect....

Should be supported by SpectMorph, as discussed here: https://groups.google.com/forum/#!topic/spectmorph/8IHvBmPnCJs

Currently, for videos with multiple audio tracks (for instance different language tracks for a film), `videowmark` generates an error message like this: ``` input file must have one audio stream...

This issue can for instance be observed in the BlepSynth.

bug

It would help to play the note that the user just edited in the piano roll to give audible feedback when adding new notes, moving notes, changing the length of...

enhancement

For hydrogen drumkits (and sfz drumkits which use the `label_keyN` opcode), liquidsfz supports querying a label for each key using the `Synth::list_keys()` API. Example using the liquidsfz cli: ``` $...

enhancement

Fixes #69. It turned out that the reason CLAP support is currently unreliable is not in the CLAP code itself, but caused by the fact that the CLAP device never...

I've tested two instrument CLAP plugins (SpectMorph / Apricot) with the following steps - insert some notes in clip on master track - create CLAP plugin on master track -...

bug

As far as I understand the issue, the problem is the class tree generation ``` out/lib/AnklangSynthEngine --norc -P null -M null --class-tree ``` which triggers this asan error ``` =================================================================...

bug