Re: [LMMS-devel] MIDI import bug

2015-05-13 Thread Tres Finocchiaro
> i.e. QString trackName = QString(tr("Track %1")).arg(t); Probably best to use tr("Track") + "%1" moving forward so that translators don't try to fix percent signs. :) -Tres - tres.finocchi...@gmail.com On Wed, May 13, 2015 at 1:05 PM, midi-pascal wrote: > On 15-05-13 11:53 AM, Speku

Re: [LMMS-devel] MIDI import bug

2015-05-13 Thread midi-pascal
On 15-05-13 11:53 AM, Spekular R wrote: > > This is pretty incredible, imo. Thanks a ton! > I think there is a small glitch in the PR 2006: The word "Track" in the default track name is hardcoded so internationalization will not work for it. May I suggest to add tr() around the litteral? i.e.

Re: [LMMS-devel] MIDI import bug

2015-05-13 Thread Spekular R
This is pretty incredible, imo. Thanks a ton! -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and report

Re: [LMMS-devel] MIDI import bug

2015-05-13 Thread midi-pascal
On 15-05-13 10:36 AM, midi-pascal wrote: > On 15-05-13 04:13 AM, Raine M. Ekman wrote: >> Quoting midi-pascal : >> >>> There is a problem when importing some MIDI files: >>> If MIDI events notes are short, i.e. as in a drums track (~ 3 ticks) >>> they are not imported at all. >>> They do not make a

Re: [LMMS-devel] MIDI import bug

2015-05-13 Thread midi-pascal
On 15-05-13 04:13 AM, Raine M. Ekman wrote: > Quoting midi-pascal : > >> There is a problem when importing some MIDI files: >> If MIDI events notes are short, i.e. as in a drums track (~ 3 ticks) >> they are not imported at all. >> They do not make any sound and do not appear in the piano roll view

Re: [LMMS-devel] MIDI import bug

2015-05-13 Thread Raine M. Ekman
Quoting midi-pascal : > There is a problem when importing some MIDI files: > If MIDI events notes are short, i.e. as in a drums track (~ 3 ticks) > they are not imported at all. > They do not make any sound and do not appear in the piano roll view either. > > I will try to figure what the problem