James Teh

Results 898 comments of James Teh

The column number in the error will be different for each modified test case, since the position of the problematic code changes. It should be the same for the same...

In terms of equivalent UX, how do sighted folk visualise this? I assume they must be able to see the notes somehow lest this preference be rather useless to them,...

per the discussion on RWP, I think it can help with splitting items or something? 🤷‍♂️ And yes, deleting will delete the item. To be fair, tabbing to a transient...

> 1. Is there a way to learn whether a take contains MIDI without parsing its state chunk? ``` if (auto* source = (PCM_source*)GetSetMediaItemTakeInfo(take, "P_SOURCE", nullptr)) { const char*type =...

What if there are multiple notes at the same position? There isn't an active MIDI editor here, so there's no selection for us to query. Visually, does tab select individual...

Okay, so we'll effectively be using the chord hunting code to find all notes at the current position and then preview them. I'll see what I can do.

The first snag I'm seeing here is that there could be multiple overlapping items selected. Which item/take are we supposed to use in that case? I guess when they aren't...

I think I need to understand the use cases better here. If I recall correctly from the list, your thinking was precisely that this might be useful in the presence...

We've certainly discussed this before. The main complication is how the tutorial environment actually works. That is, does it just tell the user what to do, confirm they're pressing the...

Does the Talkback tutorial let you use Talkback gestures other than the ones it's telling you about at the time?