Skip to content

Commit 8fd79f1

Browse files
committed
first
1 parent d23b72f commit 8fd79f1

File tree

5 files changed

+61
-0
lines changed

5 files changed

+61
-0
lines changed

_config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
title: Mezmer
2+
description: A home for OP-XY visualisations
3+
show_downloads: true
4+
google_analytics:
5+
theme: jekyll-theme-cayman
6+
github:
7+
app_url: https://github.com/idroz/mezmer/releases/download/latest/Mezmer.dmg

_layouts/default.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!DOCTYPE html>
2+
<html lang="{{ site.lang | default: "en-US" }}">
3+
<head>
4+
<meta charset="UTF-8">
5+
6+
{% seo %}
7+
<link rel="preconnect" href="https://fonts.gstatic.com">
8+
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin>
9+
<meta name="viewport" content="width=device-width, initial-scale=1">
10+
<meta name="theme-color" content="#157878">
11+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
12+
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
13+
{% include head-custom.html %}
14+
</head>
15+
<body>
16+
<a id="skip-to-content" href="#content">Skip to the content.</a>
17+
18+
<header class="page-header" role="banner">
19+
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
20+
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
21+
{% if site.show_downloads %}
22+
<a href="{{ site.github.app_url }}" class="btn">Download for Apple Silicon</a>
23+
{% endif %}
24+
</header>
25+
26+
<main id="content" class="main-content" role="main">
27+
{{ content }}
28+
29+
<footer class="site-footer">
30+
{% if site.github.is_project_page %}
31+
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
32+
{% endif %}
33+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
34+
</footer>
35+
</main>
36+
</body>
37+
</html>

assets/images/sn1.png

51.7 KB
Loading

assets/images/sn2.png

61.2 KB
Loading

index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Mezmer
2+
3+
If you enjoy using Mezmer, consider [buying me a coffee](https://ko-fi.com/iad_draws) - it's greatly appreciated!
4+
5+
## Immersive Real-Time OP-XY Audio Visualization App**
6+
7+
Mezmer is real-time audio visualization application designed to bring your OP sound experiences to life. It captures audio input from a connected device and translates it into dynamic visual patterns, to be enjoyed by music enthusiasts, DJs, and sound designers.
8+
9+
## Screenshots
10+
![Image](/assets/images/sn1.png)
11+
![Image](/assets/images/sn2.png)
12+
13+
14+
## Demos
15+
16+
## Get Started:
17+
Download the app, plug in your OP-XY, and watch as your sounds come to life in mesmerizing patterns and movements.

0 commit comments

Comments
 (0)