-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfixes and added easyplay1s partner
- Loading branch information
Showing
23 changed files
with
193 additions
and
31 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
import {BlogMetadata} from "$cmp/pages/blog/types"; | ||
import {BaseBlogPost, SpecyAuthor} from "$cmp/pages/blog/BaseBlogPost"; | ||
import {Header} from "$cmp/shared/header/Header"; | ||
import {BlogIframe, BlogLi, BlogLink, BlogP, BlogUl} from "$cmp/pages/blog/BlogUl"; | ||
import {BASE_PATH} from "$config"; | ||
import Link from "next/link"; | ||
|
||
|
||
export const _easyplay1sMetadata: BlogMetadata = { | ||
title: "🎹 EASYPLAY 1s", | ||
tags: ["Product"], | ||
relativeUrl: "easyplay-1s", | ||
image: BASE_PATH + '/assets/blog/easyplay.webp', | ||
description: "The EASYPLAY 1s, the perfect keyboard for Sky Music Nightly", | ||
createdAt: new Date("2024/04/24"), | ||
author: SpecyAuthor, | ||
} | ||
|
||
|
||
export default function Easyplay1sPageBlog() { | ||
return <BaseBlogPost metadata={_easyplay1sMetadata}> | ||
<Header> | ||
What it is | ||
</Header> | ||
<BlogP> | ||
The EASYPLAY 1s is a keyboard that uses the same layout as Sky Music Nightly, and you can use it in the app | ||
to help you | ||
to compose songs and to learn them. <BlogLink external href={'https://summertones-1.kckb.me/18287a61'}>Find the keyboard on kickstarter here</BlogLink>. | ||
</BlogP> | ||
<Header> | ||
The features | ||
</Header> | ||
<BlogP> | ||
It is a MIDI keyboard which uses the same layout as Sky Music Nightly, the main features are: | ||
</BlogP> | ||
<BlogUl> | ||
<BlogLi>20 instruments, most of which can be sustained</BlogLi> | ||
<BlogLi>4 octaves of pitch change</BlogLi> | ||
<BlogLi>Adjustable volume through a speaker and an headphone jack</BlogLi> | ||
<BlogLi>MIDI support through USB-C</BlogLi> | ||
</BlogUl> | ||
<BlogP> | ||
It's made out of translucent black plastic with replaceable keycaps and rubber pads to prevent slipping. | ||
|
||
</BlogP> | ||
<Header> | ||
Demo video | ||
</Header> | ||
<BlogIframe src={'https://www.youtube.com/embed/l64Qdm-FpVU?si=NmbU0nVSrLlWTsBh'}/> | ||
<BlogP> | ||
If you are interested, you can <BlogLink external href={'https://summertones-1.kckb.me/18287a61'}>Find the keyboard on kickstarter here</BlogLink>. | ||
</BlogP> | ||
</BaseBlogPost> | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.