Alexandre Dagenais
Alexandre Dagenais
Hi! I've added the method to import a file in a REAPER project. To use it simply call: `project.import_media('path/to/file')` REAPER will create a new track and place the imported `Item`...
Hi! During the installation instructions I ran into this error : ```DisabledDistAPIWarning: Can't reach distant API. Please start REAPER, or call reapy.config.enable_dist_api() from inside REAPER to enable distant API. warnings.warn(errors.DisabledDistAPIWarning())...
I've added - `Project.beats_to_measure()` to get the measure of a beat. In the Note object : - `Note.beat` to get the absolute beat of a note (not relative to its...
Hi, I'm using Mediapipe's FaceLandmarker to create rotoscoping masks around some face features, which work really great, now but I'm wondering how I could stabilize the footage/stream while analyzing it....