about exported audio FX
-
In the case of exported VST FX (not instrument), the front panel becomes inactive for some reason.
So, I can't use knobs on DAW, although DSP processing works well. I am using HISE 1.0 or the latest HISE (from github). -
Weird but I am using the FX export in a commercial project so it definitely works. It just ignores all sound generators and processes the audio input with all FX in the master container but the Script interface should not be affected by this.
-
Yes, the "front panel" that I said before means the script interface. However, when creating user interface panel, it will always generate a script interface, without which the following error message appears when exporting as Audio FX: "you have to add at least one script processor and call Synth.addToFront(true)"
-
I made a simple example for VST audio FX. The exported VST woks well as for DSP, but the front panel becomes inactive for some reason.
HiseSnippet 1161.3ocwW8tSiaDDecHVkXJU8jtG.q7ojqbfsANptnd2QxcTQo.QWPnS5DB4XugrJ16ZsdyAADOM2CRUeJ52ptGg9FzNisShCXnIUps9CQd925e6L67a1zVJ7nwwBIQakSFEQIZesdmQbU+V8cYbx9ukn8s5wrvn.548XAJpzgzbTjabL0mnoszOhdoUoLI44OdcS2.WtGcpJB4TAyi9yrPlZp11u4.VPvdt9zSXg47dq2rumf2RDHFBHZIcKRjq2.2KnG4htURm7IF8xXhlk9lNqKGX285cWexyII+dvGdq8fsaBu0BEam3.wanTR4pSgvIZ5Z+I7no+NelRH6nbUTXM0aJ7G0ou3Rd5m9TVLqa.EErIc.LkpdOQfOt4w22mCYjdtdzbgQZ0mE32dbhMlPzJ2dZZdozz7S0Oj4ylnOe5FMXNMh7oasRyB4xy.Y64AxE.OsbvqbJ7dhdGOIKRM0BhsUzmrgmAVo9RJ8qkzaI.O3p0CcGP2SBBShn1VVVqYZaYUuwpFImwV202+DQhW0TxgTzfAT+iUlexUZd.Wz017GLGujf2npZUSLTcMyMcVyzY65ML1XCyO9ScN9nzPNyXbDwTbCDQkJFMF9NgnSSi+lUMLMqFx3Ueo4ysW031rkZi7q0r3w4gviCrd16rYQ.xYt.jybAHm7.ZujFR.QoYyKnp20qG0SUqZpkpP38Fx8TLA2TvORnnGyqU23FiJF2dOK85UjID4RQP.UVjUr6U9HgUiOLrKUtF.2.n9l3Wk3KYJu9YlpaTATVwyMlllweIHgZpjtGvT1tJkj0cnhVyZ7J0.8nqj5N.e617qfyitB1O3JbaCXK.8Hy1gsx70g4kVfy4nfuOmoNNhxueO33ZwTqSpA4UMM2mWaRNu.2FqxtfVbR1APnYuTl6fqpjV8uIqUuS.ymJIL.iekdRofjjoFyN+ae9KulL2A6LSve45m96+B49zL.YmveXfqZVFPbpRlA33zLTMHcBOloFkepyBPKZUHsXg4r4DtOQuMddtX7Vp.7hEg+kwa1PlU0SIDlB1x568g+elnXjcRA99HPVVOs6rv4H6WRG42tBn1ZND1AxFFFW8Qqy.Yq0s.gbjfdBZuBmRjX.HU2BZ4cxyImX3ukSdb32jmR9NLxYqzrfw4g.S5HhcfetKZblKz3LGnw4rIjvQRZjqjdhncf6nZwt3c3dOTjWyrafvaPG10z6QbGkV1ZhNTyquKmSChQuPd6dBYMlIiaN1.TQpiDs3NWEFA6aFxkxfW.wmkjcvoRmhLA0pa9clXQLQuSN8XLYUWHLP5V7qk6iX9pWM8aZeVi4dTCxmWd1y2KOemuuK68LIyoLs4yWOBkbQyGJnA98hgJF+hCcggUWA2G8nggcfKB6Qaks4watVBYySksPYjOoCk6aM9ZsYFsQYsLi1iMtvCBRJh+SGDjToKXPv+EazPWOo3buTXhbRKmnA.LO4+RTQ+PT1bxlCKSgvUuO2yC4IeNThJNBmENhMW3H1ZgiX6ENhWrvQryBGw2+HQf+OmcGpDgoSMIj+xjoVga
-
I am on vacation until next week so I can't test it but I'll check this when I get back.
-
Sorry for interrupting you. Enjoy!!
-
Alright, I've checked it and it is indeed disabled because it is overlayed by some error message, but the window is too small to actually show what's wrong :)
Thanks for reporting this, I'll make sure that the error message is always centred regarding the window size, then I'll take a look what's the error after all...
-
I checked the latest version. Now the front panel has become active!
Thank you very much