Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stuck notes when adding / playing notes in pattern editor with Calf Monosynth #778

Closed
riban-bw opened this issue Oct 14, 2022 · 5 comments
Closed
Labels
Bug Something isn't working

Comments

@riban-bw
Copy link

Describe the bug
When a note is added to a pattern for Calf Monosynth it gets stuck on.

To Reproduce
Steps to reproduce the behaviour:

  1. Add Calf Monosynth to a chain
  2. Add a note to a pattern associated with the same MIDI channel

Expected behaviour
Note is added and played briefly.

Actual behaviour
Note is added and plays continually.

Setup:

Additional context
Also happens when note played from pattern editor keyboard. Okay for other instruments so may be an upstream issue but playing notes normally is okay.

@riban-bw riban-bw added the Bug Something isn't working label Oct 14, 2022
@riban-bw
Copy link
Author

Pattern editor sends note-on with velocity zero for note-off events which may be the cause of this issue.

I just tested and monosynth does not support note-on with velocity 0 for note-off messages.

@riban-bw
Copy link
Author

I have reported the issue upstream: calf-studio-gear/calf#319.

We could work-around this by sending note-off in the pattern editor.

@riban-bw
Copy link
Author

This also affects the playback of patterns, i.e. zynseq plays patterns with note-on+vel=0.

@jofemodo
Copy link
Member

jofemodo commented Oct 21, 2022

Is it also fixed for SMF player?
jackd input ports only accept unrolled midi (not running status), The docs say:

jack_midi_event_write(...)

Clients must not write more than data_size bytes into this buffer. Clients must write normalised MIDI data to the port - no running status and no (1-byte) realtime messages interspersed with other messages (realtime messages are fine when they occur on their own, like other messages).

@riban-bw
Copy link
Author

It is now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants