Add new comment

Permalink

I actually continued to have recording problems with Qtractor despite what I said above, but now I have finally figured it out. To summarize: I learned (by RTFM) that my keyboard always outputs midi to channel 1 & 2. When I would record in Qtractor the both midi channels would get recorded into a single track resulting in duplicate midi events. The track would not playback properly due to the duplicated events.

Since my keyboard cannot be configured not to output both 1 & 2 I made a filter with mididings to remove channel 2 (and also remove control 123). Now I can record in Qtractor properly. Here is my mididings filter by the way:

#!/usr/bin/python
from mididings import *
run( Filter(NOTE|CTRL) % ~ChannelFilter(2) >> Filter(CTRL) % ~CtrlFilter(123) )

Sorry for all the noise. Qtractor was not a problem though it does have the feature, as far as I can tell, of combining midi input from all channels into the channel being recorded so one must be aware of this.

The content of this field is kept private and will not be shown publicly.

Markdown

  • Parses markdown and converts it to HTML.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt height width> <strike> <pre> <p> <br>
  • Lines and paragraphs break automatically.

Filtered HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <b> <i> <pre> <img src alt height width> <strike>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.
File attachments
Unlimited number of files can be uploaded to this field.
2 MB limit.
Allowed types: jpg jpeg gif png txt doc docx xls xlsx pdf ppt pps odt ods odp zip gz bz2 xz patch diff wav ogg flac ogv mp4 qtz.