User:SAKryukov: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
== Selected Publications == | == Selected Publications == | ||
[https://www.codeproject.com/Articles/1201737/Musical-Study-with-Isomorphic-Computer-Keyboard Musical Study with Isomorphic Computer Keyboard, August 16, 2017] | <u>[https://www.codeproject.com/Articles/1201737/Musical-Study-with-Isomorphic-Computer-Keyboard Musical Study with Isomorphic Computer Keyboard, August 16, 2017]</u> | ||
[https://www.codeproject.com/Articles/1204180/Microtonal-Music-Study-Chromatic-Lattice-Keyboard Microtonal Music Study with Chromatic Lattice Keyboard, September 1, 2017] | <u>[https://www.codeproject.com/Articles/1204180/Microtonal-Music-Study-Chromatic-Lattice-Keyboard Microtonal Music Study with Chromatic Lattice Keyboard, September 1, 2017]</u> | ||
[https://www.codeproject.com/Articles/5268512/Sound-Builder Sound Builder, Web Audio Synthesizer Sound Builder, Web Audio Synthesizer, May 19, 2020] | <u>[https://www.codeproject.com/Articles/5268512/Sound-Builder Sound Builder, Web Audio Synthesizer Sound Builder, Web Audio Synthesizer, May 19, 2020]</u> | ||
[http://www.SAKryukov.org/resume/publications.html List of other selected publications] | <u>[http://www.SAKryukov.org/resume/publications.html List of other selected publications]</u> | ||
== Microtonal Music Study<br/><small>using specialized chromatic keyboards and Web Audio API</small> == | == Microtonal Music Study<br/><small>using specialized chromatic keyboards and Web Audio API</small> == | ||
[https://github.com/SAKryukov/microtonal-chromatic-lattice-keyboard GitHub repository] | <u>[https://github.com/SAKryukov/microtonal-chromatic-lattice-keyboard GitHub repository]</u> | ||
[https://SAKryukov.github.io/microtonal-chromatic-lattice-keyboard/ GitHub Web site of the project] | <u>[https://SAKryukov.github.io/microtonal-chromatic-lattice-keyboard/ GitHub Web site of the project]</u> | ||
All applications presented by this project can be played live using a Web browser. They are based on the Web Audio API and common platform developed by the author. Alternatively, the project can be <u>[https://github.com/SAKryukov/microtonal-chromatic-lattice-keyboard downloaded from GitHub]</u> to execute the applications locally, in this case, Internet or any other network is not required. | All applications presented by this project can be played live using a Web browser. They are based on the Web Audio API and common platform developed by the author. Alternatively, the project can be <u>[https://github.com/SAKryukov/microtonal-chromatic-lattice-keyboard downloaded from GitHub]</u> to execute the applications locally, in this case, Internet or any other network is not required. | ||
Line 25: | Line 25: | ||
=== Live Play Applications === | === Live Play Applications === | ||
[https://SAKryukov.github.io/microtonal-chromatic-lattice-keyboard/SoundBuilder/index.html Sound Builder] In addition to this Web browser-based application, there is the additional tool, Fourier.WaveFFT; it requires a one-click build (.NET Core). It can take an audio sound sample, Fourier-transform it, and embed the result in an instrument file to be open by SoundBuilder for the synthesis. The user can design one's own instrument synthesizer and embed it in all musical instruments of the system listed below. | <u>[https://SAKryukov.github.io/microtonal-chromatic-lattice-keyboard/SoundBuilder/index.html Sound Builder]</u> In addition to this Web browser-based application, there is the additional tool, Fourier.WaveFFT; it requires a one-click build (.NET Core). It can take an audio sound sample, Fourier-transform it, and embed the result in an instrument file to be open by SoundBuilder for the synthesis. The user can design one's own instrument synthesizer and embed it in all musical instruments of the system listed below. | ||
[https://SAKryukov.github.io/microtonal-chromatic-lattice-keyboard/keyboard/keyboard.html Microtonal Chromatic Lattice (keyboard instrument)] | <u>[https://SAKryukov.github.io/microtonal-chromatic-lattice-keyboard/keyboard/keyboard.html Microtonal Chromatic Lattice (keyboard instrument)]</u> | ||
[https://SAKryukov.github.io/microtonal-chromatic-lattice-keyboard/29-EDO/index.html Specialized 29-EDO Keyboards] | <u>[https://SAKryukov.github.io/microtonal-chromatic-lattice-keyboard/29-EDO/index.html Specialized 29-EDO Keyboards]</u> | ||
[https://SAKryukov.github.io/microtonal-chromatic-lattice-keyboard/tone-system-comparison/tone-system-comparison.html Application for comparison of tonal systems] | <u>[https://SAKryukov.github.io/microtonal-chromatic-lattice-keyboard/tone-system-comparison/tone-system-comparison.html Application for comparison of tonal systems]</u> | ||
[https://SAKryukov.github.io/microtonal-chromatic-lattice-keyboard/sequence-tool/index.html Sequence Tool] | <u>[https://SAKryukov.github.io/microtonal-chromatic-lattice-keyboard/sequence-tool/index.html Sequence Tool]</u> | ||
== Profile == | == Profile == | ||
[http://www.SAKryukov.org Web site] | <u>[http://www.SAKryukov.org Web site]</u> | ||
[http://www.SAKryukov.org/contact Contact me] | <u>[http://www.SAKryukov.org/contact Contact me]</u> | ||
[http://www.codeproject.com/Members/SAKryukov CodeProject profile] | <u>[http://www.codeproject.com/Members/SAKryukov CodeProject profile]</u> | ||
[https://SAKryukov.github.io GitHub] | <u>[https://SAKryukov.github.io GitHub]</u> |
Revision as of 22:37, 25 November 2020
Sergey A Kryukov, physicist, inventor, designer, author of computer technologies, creator of the Web browser-based microtonal platform for musical teaching, study, and composer's experiments
Selected Publications
Musical Study with Isomorphic Computer Keyboard, August 16, 2017
Microtonal Music Study with Chromatic Lattice Keyboard, September 1, 2017
Sound Builder, Web Audio Synthesizer Sound Builder, Web Audio Synthesizer, May 19, 2020
List of other selected publications
Microtonal Music Study
using specialized chromatic keyboards and Web Audio API
GitHub Web site of the project
All applications presented by this project can be played live using a Web browser. They are based on the Web Audio API and common platform developed by the author. Alternatively, the project can be downloaded from GitHub to execute the applications locally, in this case, Internet or any other network is not required.
The applications support standard touchscreen. With a touchscreen, one can play with ten fingers, any chords, glissando (important) in any combinations. So a touchscreen is highly recommended. Without a touch screen, a user still can play with a mouse/touchpad and, in special cases, a computer keyboard.
Browsers based on V8 engine are recommended, such as Chromium, Chrome, Opera, Vivaldi, Microsoft Edge v. 80.0.361.111 or later, and more…
Live Play Applications
Sound Builder In addition to this Web browser-based application, there is the additional tool, Fourier.WaveFFT; it requires a one-click build (.NET Core). It can take an audio sound sample, Fourier-transform it, and embed the result in an instrument file to be open by SoundBuilder for the synthesis. The user can design one's own instrument synthesizer and embed it in all musical instruments of the system listed below.
Microtonal Chromatic Lattice (keyboard instrument)
Application for comparison of tonal systems