tracktion_engine
tracktion_engine copied to clipboard
Tracktion Engine module
Hi all. Windows 11 64 bits Reaper 6.51 Insert EngineInPlugin in a track. Repeat about 30 times [Alt+Tab] to switch back and forth between Reaper and another application (e.g. Explorer)....
Hi all, I've discovered an issue with the `TracktionThumbnail::CachedWindow::refillCache` function. From my understanding, if the thumbnail time range is shorter than the `CachedWindow` has cached, then it begins reading audio...
There seems to be an asymmetry i the te::Edit APIs for getting the inputs vs getting the outputs. I can try making a PR, I'm just curious if there's maybe...
Hi! AUv3 plugins, on iOS, need to be instantiated asynchronically. Right now, `ExternalPlugin::doFullInitialisation()` will end up calling JUCE's `PluginFormatManager::createPluginInstance()`, which will immediately return with the following error: _"This plug-in cannot...
When generating the example projects on MacOS 10.15.4(Xcode 11.5), the `TestRunner` demo fails with the following error ``` Building example: TestRunner Re-saving file: /Users/andycoenen/cannoneyed/tracktion_engine/examples/projects/TestRunner/TestRunner.jucer Error when saving: At least one...
I observed issues due to missing -latomic linker flag when executing tests/linux/generate_examples on 32-bit Raspbian 10 (buster) for armv7l with g++ 8.3.0. As a workaround, I edited the Makefiles for...
When doing a save-as operation, relative paths will be broken if the new Edit file isn't in the same directory. In this case, the paths should be corrected to be...
Easily reproduceable with the **MidiRecordingDemo** on Windows with current **develop** branch: Just use the audio setup setting and change the combox box to another asio driver -> the previous ASIO...
I am trying to import some MIDI file into Waveform 9 (tried 10beta too), but the imported data is corrupt around where time signature changes. I suspect that tracktion_engine fails...
You already mention the licensing in the README, however, having a LICENSE or COPYING file in the repository would make it easier to spot what license is used. Additionally, the...