Blog

post-image

Play Store Organic Traffic

28 July 2022 by Brian Hearn app

Introduction tl;dr : $0.04 My app Seed:Loops has been out for about 6 weeks now. I’ve not done any marketing, providing you don’t count a couple of tweets to my (checks Twitter) 18 followers! In that time I’ve picked up a handful of users which has given me some stats to look over. It’s not much, but everyone likes stats so I’m going to share them. Play Store Stats All of my user acquisition has come from Google Play search.

Continue Reading
post-image

Creating MIDI files in C#

16 July 2022 by Brian Hearn code, midi

Introduction I had a need to create a MIDI file stream for my new app Seed:Loops . The app is written in C# using Xamarin.Forms as it targets Android. The .net MIDI libraries out in the wild either concentrate on reading midi files, or take a dependency on Windows. My Solution I wrote a small library to do this for me and have released it under the MIT open source licence (i.

Continue Reading