---
title: "Refiner's Journal: Mike Walton | Song Refiners"
url: https://songrefiners.com/pitch/mike-walton/journal
description: "Songwriting journal entries from Mike Walton — studio updates, works in progress, and lessons learned while refining songs."
lang: en
---

Back to Mike Walton's pitch page (https://songrefiners.com/pitch/mike-walton)

# Mike Walton's Refiner's Journal

Most recent entries first.

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "Song Refiners",
    "alternateName": "SongRefiners",
    "url": "https://songrefiners.com",
    "logo": "https://songrefiners.com/images/song-refiners-og.png",
    "description": "Song Refiners blends cutting-edge tech with human expertise to help songwriters strengthen craft, melody, and emotional impact. It ALL Starts With Your Song!",
    "founder": {
      "@type": "Person",
      "name": "Keith Mohr",
      "description": "30+ year music industry veteran, founder of Nashville Rising Song and AI Rising Song"
    },
    "sameAs": [
      "https://www.facebook.com/songrefiners",
      "https://www.instagram.com/songrefiners",
      "https://x.com/SongRefiners",
      "https://www.youtube.com/@songrefiners",
      "https://www.tiktok.com/@songrefiners",
      "https://www.airisingsong.com",
      "https://www.nashvillesongpitcher.com"
    ],
    "contactPoint": {
      "@type": "ContactPoint",
      "contactType": "customer service",
      "email": "info@songrefiners.com"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "WebSite",
    "name": "Song Refiners",
    "url": "https://songrefiners.com"
  }
]
```