Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes

Hi, so we can now leverage ReaWwise from Reaper to send WAAPI queries to Wwise from Reaper, as shown in this blog post: https://www.audiokinetic.com/en/blog/waapi-in-reascript-lua-with-reawwise/ It's great to have access to this, but I'm hitting a wall: I want to query wwise for a switch value on the transport game object, so I need to pass an unsigned integer 64-bit along with an ak.soundengine.getSwitch query. How do I package that number? I tried reaper.AK_AkVariant_Int(), but the ID is too big. I also tried AK_AkVariant_Double, AK_AkVariant_String, none seem to please WAAPI. Any details on the AK_AkVariant_XXX methods would be great :)

ago in ReaWwise by Matthieu B. (140 points)

Please sign-in or register to answer this question.

...