Skip to content

Event handlers registered with duplicate priority are ignored.Β #23

@nic-starke

Description

@nic-starke

If an new event handler is registered to an event channel with the same priority as a previously registered handler then it is ignored.

For example
EVT_HANDLER(2, evt_midi, midi_in_handler);
in file A would cause
EVT_HANDLER(2, evt_midi, midi_in_handler);
in file B to be ignored.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions