After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 441936 - MIDI file import lacks mixer assignments
MIDI file import lacks mixer assignments
Status: RESOLVED FIXED
Product: beast
Classification: Other
Component: bse
SVN trunk
Other All
: High normal
: m0.7
Assigned To: Beast Maintainers
Beast Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-28 22:58 UTC by Tim Janik
Modified: 2007-09-18 00:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to assign imported midi tracks to master (1.69 KB, patch)
2007-09-07 20:51 UTC, Stefan Westerfeld
none Details | Review

Description Tim Janik 2007-05-28 22:58:59 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:
Comment 1 Stefan Westerfeld 2007-09-07 20:51:19 UTC
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.
Comment 2 Tim Janik 2007-09-18 00:08:18 UTC
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.