Yet another synthesizer.
Play it here.
Абстрактные размышления.
Какие могут быть параметры у одной ноты? Во-первых, частота (берем табличное значение). Для этого нужно знать название ноты (A, Bb, B, C, C#, D, Eb, E, F, F# ... и т.д.) И еще нужно знать октаву. Еще у ноты бывает длительность. Но может быть не заданна, например если пользователь нажал на кнопку и не отпускает. Получается нужно продолжать играть эту ноту пока пользователь не отпустит (onKeyUp) клавиша, которая была нажата, чтобы сыграть эту ноту.
Есть ли смысл округлять?
- use tone.js ?
This project was generated with Angular CLI version 10.1.3.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng serve --host 0.0.0.0
now it should be accessible from your mobile device (if it is in the same sub-network, like wi-fi).
⚠ Do not forget to turn off VPN (if any).
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.