tracktion_engine icon indicating copy to clipboard operation
tracktion_engine copied to clipboard

Tracktion Engine module

Results 57 tracktion_engine issues
Sort by recently updated
recently updated
newest added

### Detailed steps on how to reproduce the bug ## Summary I'm unable to set the Midi In Device with `dm.setDefaultMidiInDevice()` on linux devices. - The same code runs correctly...

During the development of an application I discovered that some of these plugin's parameters do not have automatable parameters. Followed the pattern from the reverb plugin.

**Is your feature request related to a problem? Please describe.** This seems like an oversight.

enhancement

### Detailed steps on how to reproduce the bug If a known file in AudioFileManager is removed from disk, it currently is not removed from knownFiles. Instead `AudioFileManager::checkFileTime` thinks the...

**Is your feature request related to a problem? Please describe.** On Kubuntu 24.04 rendering with GPU is not supported and the application gets stuck a lot **Describe the solution you'd...

### Detailed steps on how to reproduce the bug - Start a recording - Change the input monitoring mode - The recording stops automatically ### What is the expected behaviour?...

### Detailed steps on how to reproduce the bug Here's a simple unit test to reproduce: ```cpp TEST (BackgroundJobManager, JobNameCanBeUpdated) { struct SimpleJob : ThreadPoolJobWithProgress { using ThreadPoolJobWithProgress::ThreadPoolJobWithProgress; ~SimpleJob() override...