Skip to content

Long note duration creates pause before playing #2

@ArthurClemens

Description

@ArthurClemens

For instance with:
var note = MidiEvent.createNote({
time: 0,
duration: 1000,
pitch: 60,
channel: 0,
volume: 90
});

I believe this is caused by the function MidiEvent.noteOn that takes the duration parameter:

time: note.duration || duration || 0

instead of setting the start time to 0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions