bugDenemo - Bugs: bug #29218, Double notes on midi controller...

 
 

bug #29218: Double notes on midi controller entry.

Submitter:  None
Submitted:  Sun 14 Mar 2010 11:10:01 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  jjbenham
Originator Name:  Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 17 Mar 2010 04:23:12 AM UTC, comment #3: 

Let me know if it is not fixed for you.

Jeremiah Benham <jjbenham>
Group administrator
Mon 15 Mar 2010 11:46:37 AM UTC, comment #2: 

I have looked in the jackmidi.c code and it does not change the MIDI NOTEON with zero velocity to a MIDI NOTEOFF
instead everything goes straight thru, thus:

for (i = 0; i < events; i++) {
    read = jack_midi_event_get(&event, port_buffer, i);
    process_midi_event(event.buffer);
  }


the corresponding code in midi.c for getting midi from gio is thus:

 if(command==MIDI_NOTEON && velocity==0) {//Zero velocity NOTEON is used as NOTEOFF by some MIDI controllers
buf[0]=MIDI_NOTEOFF;
buf[2]=128;
      }
      process_midi_event(buf);

Richard Shann <rshann>
Group administrator
Mon 15 Mar 2010 09:54:29 AM UTC, comment #1: 

You will need to describe your installation, configuration and the actions (sequence of menu items clicked etc) you take to get the effect. I have not seen this.

Richard Shann <rshann>
Group administrator
Sun 14 Mar 2010 11:10:01 AM UTC, original submission:  

This has been discussed on irc in the past, so i'll submit it here as a formal bug.

When entering notes with a midi keyboard, i get 2 notes for each "press". I assume this is Denemo registering a new note entry for both note on, AND off, but i'm not sure. Each time i insert a note, i have to delete the duplicate.

I've tested this with a clean git build, and .denemorc removed, to ensure a pristine build, and no taint from previous default requirements.

Alex.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by steele (Updated the item)
  • -email is unavailable- added by jjbenham (Posted a comment)
  • -email is unavailable- added by rshann (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-12-04 steele StatusIn Progress Fixed
        Open/ClosedOpen Closed
    2010-03-15 rshann StatusNeed Info In Progress
        Assigned toNone jjbenham
    2010-03-15 rshann StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code