Skip to content

Commit cc58859

Browse files
citation update
2 parents f74124a + a0a06da commit cc58859

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ keywords:
2828
- sound
2929
- sound processing
3030
- MIDI keyboard
31+
3132
license: GNU General Public License v3.0
3233
version: 0.6.2
33-
date-released: '2022-03-22'
34+
date-released: '2022-06-06'

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ More info about the technologies can be found <a href="https://github.com/michae
3131

3232

3333
## Description
34-
The JSS-01 | JavaScript Software Synthesizer is a web application enabling you to make and play music in the browser. It is a [software synthesizer](https://en.wikipedia.org/wiki/Software_synthesizer) utilizing the [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API) by implementing a variety of JavaScript frameworks and libraries, such as [Tone.js](https://tonejs.github.io/) and [NexusUI](https://nexus-js.github.io/ui/). Its design is fully modular and it can easily be adapted and integrated into a wide variety of projects.
34+
The JSS-01 | JavaScript Software Synthesizer is a web application enabling you to make and play music in the browser. It is a [software synthesizer](https://en.wikipedia.org/wiki/Software_synthesizer) utilizing the [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API) by implementing a variety of JavaScript frameworks and libraries, such as [Tone.js](https://tonejs.github.io/) and [NexusUI](https://nexus-js.github.io/ui/). Its design is fully modular, thus it can easily be adapted and integrated into any kind of project.
3535

3636

3737

@@ -122,7 +122,6 @@ The JSS-01 | JavaScript Software Synthesizer is quite heavy, especially on the C
122122
| Component | Minimum | Recommended |
123123
| ---------- | ------------------------------------------------- | ------------------------------------------------------ |
124124
| CPU | Quad-core x86-64 (2014 or later) | Quad-core x86-64 (2018 or later) or M1 |
125-
| GPU | Integrated or dedicated graphics (2014 or later) | NVIDIA or AMD graphics card with dedicated memory |
126125
| RAM | 8GB | 16GB |
127126
| Display | 1600x900 | 1920X1080 |
128127
| Sound Card | On-board, dedicated, or audio interface | Audio interface |
@@ -183,6 +182,8 @@ Please refer to the project's [Changelog](https://github.com/michaelkolesidis/ja
183182
<br>The SCSS (Sassy CSS) syntax is utilized for the styling of our project.
184183
- [npm](https://github.com/npm/cli)
185184
<br>Our beloved package manager.
185+
- [TypeScript](https://www.typescriptlang.org/)
186+
<br>In version 0.6.1, TypeScript was first introduced in the project, with significant parts of it migrating to TypeScript for increased type safety.
186187

187188

188189

assets/logo/logo.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Copyright (c) 2022 Michael Kolesidis
22

3-
The logo of the JJS-01 | JavaScript Software Synthesizer project was designed by Michael Kolesidis and while it is distributed with the project, it is not a part of the project, thus it is not covered by the project's MIT license.
3+
The logo of the JJS-01 | JavaScript Software Synthesizer project was designed by Michael Kolesidis.
4+
It is distributed WITH the project, it is NOT part of the project, thus it is not covered by the project's license.

0 commit comments

Comments
 (0)