mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
minor: remove space between Xen and Harmonic re uzu/strudel#1944
This commit is contained in:
@@ -104,7 +104,7 @@ export const SIDEBAR: Sidebar = {
|
||||
Understand: [
|
||||
{ text: 'Coding syntax', link: 'learn/code' },
|
||||
{ text: 'Pitch', link: 'understand/pitch' },
|
||||
{ text: 'Xen Harmonic Functions', link: 'learn/xen' },
|
||||
{ text: 'Xenharmonic Functions', link: 'learn/xen' },
|
||||
{ text: 'Cycles', link: 'understand/cycles' },
|
||||
{ text: 'Voicings', link: 'understand/voicings' },
|
||||
{ text: 'Pattern Alignment', link: 'technical-manual/alignment' },
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
---
|
||||
title: Xen Harmonic Functions
|
||||
title: Xenharmonic Functions
|
||||
layout: ../../layouts/MainLayout.astro
|
||||
---
|
||||
|
||||
import { MiniRepl } from '../../docs/MiniRepl';
|
||||
import { JsDoc } from '../../docs/JsDoc';
|
||||
|
||||
# Xen Harmonic Functions (experimental)
|
||||
# Xenharmonic Functions (experimental)
|
||||
|
||||
These functions allow the use of scales other than your typical chromatic 12 based ones.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user