Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frostburn committed Jul 24, 2024
1 parent f88d375 commit 96df4c2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ coverage

# Production secrets
.env.production
.env.staging
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

![Scale Workshop screenshot](https://raw.githubusercontent.com/xenharmonic-devs/scale-workshop/main/src/assets/img/opengraph-image.png)

## Warning: Unreleased version!
This is a release candidate. Everything has been implemented to be on par with v2.5.7 but last-minute changes may occur.

Some of the new features are documented over at [sonic-weave](https://github.com/xenharmonic-devs/sonic-weave).

## Description

[Scale Workshop](https://scaleworkshop.plainsound.org/) allows you to design microtonal scales and play them in your web browser. Export your scales for use with VST instruments. Convert Scala files to various tuning formats.

Scale Workshop 3 is a major upgrade over version 2. You can learn about the new features over at [sonic-weave](https://github.com/xenharmonic-devs/sonic-weave).

## Frequently Asked Questions

### What kinds of microtonal scales are possible with Scale Workshop?
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta name="description" content="Scale Workshop is a tool that allows you to create microtonal tunings within your web browser. You can export these tunings to your device and use them to tune various synthesizers." />
<meta property="og:title" content="Scale Workshop 3" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sw3.lumipakkanen.com/" />
<meta property="og:image" content="https://sw3.lumipakkanen.com/static/scaleworkshop.png" />
<meta property="og:url" content="https://scaleworkshop.plainsound.org/" />
<meta property="og:image" content="https://scaleworkshop.plainsound.org/static/scaleworkshop.png" />
<meta property="og:description" content="Create microtonal tunings in your web browser." />

<link rel="icon" href="/favicon.png" />
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scale-workshop",
"version": "3.0.0-rc5",
"version": "3.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
Expand Down

0 comments on commit 96df4c2

Please sign in to comment.