Closed vielfrasssss closed 1 year ago
Hi @vielfrasssss Can you check if the problem occurs in firmware 1.5?
Hi MortalJS, I no longer own the Tracker, however I am still following its development and I am considering getting one again in the future because I love interacting with it. The problem I was describing was the reason I returned it. It wasn't some crazy combination that is hard to reproduce. All it takes is a standard midi keyboard. If you think this is fixed I might order one from my local retailer and try it out again. Please let me know!
Hi,
Today I receive some answer in request connected with Midi Controller. I'm not sure i'ts the some problem or not. But in nearly future i'll try to test this. [1.3.1] unable to input notes via midi controller while pattern is playing
wt., 22 lut 2022 o 20:44 vielfrassss @.***> napisał(a):
Hi MortalJS, I no longer own the Tracker, however I am still following its development and I am considering getting one again in the future because I love interacting with it. The problem I was describing was the reason I returned it. It wasn't some crazy combination that is hard to reproduce. All it takes is a standard midi keyboard. If you think this is fixed I might order one from my local retailer and try it out again. Please let me know!
— Reply to this email directly, view it on GitHub https://github.com/polyend/TrackerBetaTesting/issues/884#issuecomment-1048150027, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVQYP34R6EXTRYRMBEU46GLU4PRQZANCNFSM4ZCOU2FQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you commented.Message ID: @.***>
I looked at it and #904 looks to be a different problem.
I can confirm this bug is still present in 1.5 second note played by external midi keyboard skips or doesn't sound, and persists even after a reconfig, I am also experiencing the problem of issue 904 where external input notes won't record if you press record while the pattern is playing
and the note input issue,
I connected an external midi keyboard to the midi din port on the tracker. I programmed a pad sound with a looping sample and a long release time. I tried to play the sample polyphonically with chords, legato and just one note after the other.
There were 3 isses with that, 1 technical issue, and 2 usability issues.
Technical issue: Sometimes when playing one tritone and then another tritone quickly after, one of the notes of the new tritone did not sound. It was simply swallowed/skipped. That happened with long attack time. When I reduced the attack time i noticed that when playing one note, keeping it pressed, and then playing a second note the second note sometimes sounded only for a 10th second or so. Another issue was that sometimes the second note would sustain itself, wich means that when I let go of the second note it wouldnt stop to sound until i released the first note. This happened with 2 known good midi keyboards.
If you want to reproduce these issues, just plug an external midi keyboard in and try to play multiple notes, and trigger the second or third note a short time after the first note, but while the first key is still pressed. Also try to let go of the second note while the first key is still pressed to get the sustaining bug. Try it a couple of times, you will see how it just randomly bugs out.
Usability issue 1: The way incoming velocity always affects the volume of the note. Velocity 1 corresponds to 1% Volume and Velocity 127 corresponds to 100% Volume. there is no way to turn this off, or change the scaling. (For example I would at least like to set Velocity 1 to correspond with 70% volume, and if possible also change the velocity curve.) This makes it almost impossible to play the internal synth with an external keyboard, that does not allow you to set the velocity to a fixed value. (And yes, I have seen that you can change velocity on the Tracker, but only for when the instrument is a midi channel, if its a sample, you cant change anything about velocity)
Usability issue 2: In case I want to play a pad sound, I need a different not stealing behavier, wich allows the notes with long release to ring out, even when playing a new tritone, while the old one is still sounding. The only current note handling algorithm tries to immediately replace old notes, wich is great for saving voices, but makes it impossible to play it like a normal polysynth. My suggestion is to add the ability to select between 2 different note stealing behaviours per instrument and also allow the user to set the max voice count for an instrument when plying polyphonically + an option for legato mode would also be nice.