--- title: Music Syndicate subtitle: Basspistol description: >- Central node of Basspistol, The Outernational Music Syndicate established in 2010. The underground is dead, Long Live the Underground! tags: - basspistol - uuternational - music - syndicate - homepage - collective - free - culture video_path: /assets/vid/intro_loop_.mp4 image: /images/pages/Woodland-Camo.svg logo_image: /siteicon.png layout: default --- {% include relBase.html %}
Basspistol
Bass what now?

Who, What, How?

The Outernational Music Syndicate.

Established in 2010 as a pro-active reaction to everything that is broken in the music-industry. Basspistol is an endlessly evolving union for the Underground Artists of the third millenium carrying the values of the Creative Commons. We believe in Music. The underground is dead, Long Live the Underground!

Together we are stronger.

Combine your will-power with others' to take back the control of your expression. Artists should own their means of outreach. Your fanbase loves You because You are You, keep it that way! Foster a contagious precedent and inspire other Musicians to be the change they want to see.

We help you help yourself.

We provide the tools, the services and the braintrust to enable true independence for the rare musicians brave enough to stand up against the big-tech narrative. We are the invisible air under your wings, the maintainer of the Underground, your guide down into the decentralized rabbit-hole.

Join the crew

What you can get from us

{% for service in site.data.services %} {% endfor %}
Join the crew

Releases

{% assign sorted = site.albums | sort: 'date' | reverse %} {% for album in sorted %} {% for post in site.posts %} {% if album.slug == post.album %}
Cover art for {{ post.title }}
{{ album.name }} ({{ album.date | date: '%Y' }})
{% assign total = 0 %} {% for track in album.tracks %} {% assign total = total | plus: track.format.duration %} {% endfor %} {% assign round_seconds = total | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}m{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }}s
{% endif %} {% endfor %} {% endfor %}