Skip to content

Tags: apohl79/audiogridder

Tags

release_1_2_0

Toggle release_1_2_0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1172 from DC-codes/linuxbuild

LV2 plugin format support

release_1_2_0_tag

Toggle release_1_2_0_tag's commit message
Plugin: Fixed plugin stats

release_1_2_0_beta15

Toggle release_1_2_0_beta15's commit message
Plugin: Added support for custom block sizes

release_1_2_0_beta14

Toggle release_1_2_0_beta14's commit message
Server: Improved load hang detection during scanning

Also added autokill the first scan run after 5min, just in case.

release_1_2_0_beta13

Toggle release_1_2_0_beta13's commit message
Server: Stop capturing thread if it is still running on shutdown

release_1_2_0_beta12

Toggle release_1_2_0_beta12's commit message
Plugin: Changed au fx type back to effect

This is to stay backwards compatible with v1.1 on Logic Pro.

release_1_2_0_beta11

Toggle release_1_2_0_beta11's commit message
Allow for manually setting the build date

release_1_2_0_beta10

Toggle release_1_2_0_beta10's commit message
Plugin: Fixed an issue in the audio streamer that crashed the plugin …

…when changing active channels

release_1_2_0_beta9

Toggle release_1_2_0_beta9's commit message
Server: Try many more layouts before falling back to the plugin default

release_1_2_0_beta8

Toggle release_1_2_0_beta8's commit message
Server: Optimize local mode

This change avoids flickering when opening a plugin UI by rendering it
at the target position initially to avoid moving it and by waiting for
editor creation in the worker thread.