Swift-Radio-Pro icon indicating copy to clipboard operation
Swift-Radio-Pro copied to clipboard

New- FREE Open-Source Music Instrument Code:

Open analogcode opened this issue 8 years ago • 5 comments

Hey everyone, We just pushed a new repo. It's an open-source music instrument app. I would be honored if you wanted to check it out:

romplayer

https://github.com/AudioKit/ROMPlayer

App Store Example: FM Player

Thank you.

@fethica Also has a cool new repo he is working on. I'll let him tell you about it when he is ready. Stay tuned!

analogcode avatar Dec 11 '17 19:12 analogcode

Hey everyone,

I'm currently working on a new radio player based on AVPlayer : https://github.com/fethica/FRadioPlayer and it will be added to the SwiftRadioPro app soon, I already started implementing it in a separate branch: https://github.com/swiftcodex/Swift-Radio-Pro/tree/dev

Everything still in development, but feel free to test them out!

Cheers!

Thanks @swiftcodex and congrats for your new amazing app 👏

fethica avatar Dec 11 '17 19:12 fethica

@fethica's code is very exciting. We are all very lucky that he is contributing to Swift Radio and making it better with his awesome work. Make sure you check out his repo and give him a star! ⭐️

analogcode avatar Dec 11 '17 20:12 analogcode

@fethica ,

            // Turn off network indicator in status bar
            UIApplication.shared.isNetworkActivityIndicatorVisible = false

must be used from main thread.

public extension String {
    public var length: Int { return self.characters.count }
    
    public func toURL() -> NSURL? {
        return NSURL(string: self)
    }
}
        let scanner = Scanner(string: hex)
        var hexValue: CUnsignedLongLong = 0
        if scanner.scanHexInt64(&hexValue) {
            switch (hex.characters.count) {

characters is deprecated, use String or SubString instead.

            UIApplication.shared.openURL(url)

is deprecated.

        let albumArtwork = MPMediaItemArtwork(image: track.artworkImage!)

is deprecated.

iDevelopper avatar Dec 14 '17 16:12 iDevelopper

Hello @iDevelopper !

Thanks for the feedback, All warning/deprecated code will be fixed in the next version (dev branch)!

fethica avatar Dec 14 '17 16:12 fethica

My newest open-source project: https://audiokitpro.com/synth

ak1

analogcode avatar Jul 02 '18 20:07 analogcode