Emmanuel Maschas

Results 4 issues of Emmanuel Maschas

Type: Feature Request Could you please implement @details and eventually also @note and @warning in quick info. If it cannot be a separate section, at least show the text after...

Language Service
Feature Request
Visual Studio
Feature: Doc comments

On my installation (from Raspberry site), the function "tudi_midi_write24" is not defined. I had to do so as follows : ``` static inline uint32_t tudi_midi_write24(uint8_t jack_id, uint8_t b1, uint8_t b2,...

Replaced tudi_midi_write24 which is sperseded by tud_midi_n_stream_write. To do so, it requires to add an array to store the MIDI message : msg[3]. Closes #1

You could avoid calculation the previous note by sending NOTE OFF before incrementing the counter, like that : ``` // Send Note Off for actual note. tud_midi_write24(0, 0, 0x80, note_sequence[note_pos],...