layout |
---|
home |
This is a community-managed collection of tips and tricks for all stages of the music production process. All chips are labeled by Stage, Genre, Instrument, and Skill Level.
{% assign stages = site.data.stages | map: 'stages' | uniq %} {% for stage in stages %}
-
{% for chip in site.chips %}
{% if chip.stage contains stage %}
- {{ chip.title }} {% endif %} {% endfor %}
{% assign stages = site.data.stages.stage %} {% assign size = stages | size | minus: 1 %} {% for i in (0..size) %}
- {{ stages[i] }} {% endfor %}