Hi,
What is the best way for me to integrate a SWIFT iOS utility class into my commerical LiveCode iOS app (iMixtape)?
The SWIFT external I’d like to integrate sits at github - sound-fader-ios
Any pointers / workarounds would be greatly appreciated.
Integrating with SWIFT
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Integrating with SWIFT
Hi gvossos1,
Welcome to the forum!
I don't think you need Swift to do what sound-fader-ios is doing, all can be done inside LiveCode.
Check out mobileSetSoundChannelVolume, combine that with a loop and the two formulas shown in the Git page and you can do it. That includes the logarithmic fade.
Simon
Welcome to the forum!
I don't think you need Swift to do what sound-fader-ios is doing, all can be done inside LiveCode.
Check out mobileSetSoundChannelVolume, combine that with a loop and the two formulas shown in the Git page and you can do it. That includes the logarithmic fade.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Integrating with SWIFT
Thanks for a very plausible solution Simon - let me try and fuse this together using the mobileX LC calls.
I will report back my findings on this thread.
I will report back my findings on this thread.