-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
168 lines (127 loc) · 4.97 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
=== Piano Block ===
Contributors: wildworks
Tags: gutenberg, audio, music, piano
Donate link: https://www.paypal.me/thamanoJP
Requires at least: 6.5
Tested up to: 6.7
Stable tag: 2.6.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Can play a variety of tones using the piano keyboard.
== Description ==
Piano Block is a plugin that allow you to play a variety of tones using the piano keyboard.
This plugin does not add any useful features to WordPress, nor does it add any useful blocks to help you write posts.
Let's insert this block and enjoy the music if you are stuck in writing an article or just want a little distraction.
- 15 instruments
- Realistic sound based on sound sources sampled from actual instruments
- Variable volume, switchable octave pitch and sustain pedal status
- Synthesizer with 18 oscillators and customizable envelope
Note: The keys are optimized for the QWERTY keyboard and may not map correctly on other keyboards.
== Installation ==
1. Upload the `piano-block` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the \'Plugins\' menu in WordPress.
== Frequently Asked Questions ==
= How will this block be displayed on the frontend ? =
By default, nothing is output to the front end. If you turn on "Display on the front end" in the sidebar settings, the piano will also appear on the front end and the visitors to yout site can play. However, multiple pianos cannot be displayed on the same page.
= Is it possible to record the sound of my play ? =
Recording is not supported in the current version due to technical or licensing issues.
I may add it in a future update if those issues can be resolved.
== Screenshots ==
1. Piano Block
2. Piano Block Synthesizer Setting
== Resources, Audio Samples ==
= Tone.js (Web Audio framework) =
License: MIT License
Source: https://github.com/Tonejs/Tone.js/
= Splendid Grand Piano (Acoustic Piano) =
License: Public Domain
Source: https://github.com/sfzinstruments/SplendidGrandPiano
= Greg Sullivan's E-Pianos (Electric Piano1, 2) =
License: CC-BY-3.0
Source: https://github.com/sfzinstruments/GregSullivan.E-Pianos
= tonewheel organ sound samples by hammondman (Organ) =
License: CC0-1.0
Source: https://freesound.org/people/hammondman/packs/18844/
= Shinyguitar by Karoryfer Samples (Electric Guitar, Acoustic Guitar) =
License: CC-BY-4.0
Source: https://github.com/sfzinstruments/karoryfer.shinyguitar
= Pastabass by Karoryfer Samples (Electric Bass) =
License: CC-BY-4.0
Source: https://github.com/sfzinstruments/karoryfer.pastabass
= Meatbass by Karoryfer Samples (Acoustic Bass) =
License: CC-BY-4.0
Source: https://github.com/sfzinstruments/karoryfer.meatbass
= Bear Sax by Karoryfer Samples (Sax) =
License: CC-BY-4.0
Source: https://github.com/sfzinstruments/karoryfer.bear-sax
= VS Chamber Orchestra (Flute, Harp, Muted Trumpet, Violin, Xylophone) =
License: CC0-1.0
Source: https://github.com/sgossner/VSCO-2-CE
= SVG Repo (Block Icon) =
License: CC0
Source: https://www.svgrepo.com/svg/47923/piano-keys-part
= Free SVG (Block Background Image) =
License: Public Domain
Source: https://freesvg.org/wg-3
= Google Fonts (Banner Font) =
License: Apache License 2.0
Source: https://fonts.google.com/specimen/Yellowtail
== Changelog ==
= 2.6.0 =
* Tested to WordPress 6.7
* Enhancement: Improve playing responsiveness
* Enhancement: Update API version from 2 to 3
* Enhancement: Improve block icon appearance
* Enhancement: Polish the style of the control section
* Drop support for WordPress 6.4
= 2.5.0 =
* Tested to WordPress 6.6
* Drop support for WordPress 6.3
= 2.4.0 =
* Tested to WordPress 6.5
* Enhancement: Improve compatibility with theme styles on the front end
* Enhancement: Improve layout consistency
* Enhancement: Apply custom scrollbar
* Enhancement: Reduce the size of the keyboard
* Fix: Typo
* Drop support for WordPress 6.2
= 2.3.0 =
* Tested to WordPress 6.4
* Add: Keyboard indicator setting
* Drop support for WordPress 6.1
= 2.2.0 =
* Tested to WordPress 6.3
* Add: Keyboard layout setting
* Enhancement: Allow multiple blocks to be inserted
* Enhancement: Improve keyboard and focus events
* Enhancement: Improve compatibility with theme styles on the front end
* Drop support for WordPress 5.9, 6.0
* Drop support for PHP 7.3
= 2.1.0 =
* Tested to WordPress 6.2
= 2.0.0 =
* Add: Synthesizer
* Enhancement: Accessibility Improvements
* Fix: Duplicate script loading on the front end
= 1.1.1 =
* Tested to WordPress 6.1
* Enhancement: Polish front-end styles
* Fix: browser console error
* Fix: Apply translation on the front end
= 1.1.0 =
* Add: Rendering option on the front-end
* Add: margin block support
* Add: background block support
* Enhancement: Polish the style of the control section
* Clean: Remove unnecessary files
* Doc: Update readme
= 1.0.2 =
* Tested to WordPress 6.0
* Fix: Don't enqueue scripts on frontend
* Doc: Update author name
= 1.0.1 =
* Doc: Fix typo and spelling inconsistencies
= 1.0.0 =
* Initial release
== Upgrade Notice ==