GNOME Bugzilla – Bug 441936
MIDI file import lacks mixer assignments
Last modified: 2007-09-18 00:08:18 UTC
Please describe the problem: importing a MIDI file results in a song with tracks that don't have mixer bus asisgnments. the default behavior should be to either create and assign individual mixer busses, or at least to assign all tracks to the Master bus. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 95155 [details] [review] Patch to assign imported midi tracks to master This patch implements the simple solution, that is, it assigns all imported midi tracks to the master bus.
thanks, applied. Fri Sep 7 22:46:20 2007 Stefan Westerfeld <stefan@space.twc.de> * bsemidifile.c: Assign newly created tracks to the master bus. Fixes #441936.