spessasynth_core 4.1.5 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -4
- package/dist/index.d.ts +877 -177
- package/dist/index.js +7528 -2847
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,9 +14,9 @@ It allows you to:
|
|
|
14
14
|
- Convert DLS to SF2! (and back!)
|
|
15
15
|
- [and more!](#current-features)
|
|
16
16
|
|
|
17
|
-
### v4.
|
|
17
|
+
### v4.2.0 The Effects Update is here!
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Featuring Reverb, Chorus, Delay, Insertion effects and more!
|
|
20
20
|
|
|
21
21
|
> **Tip:**
|
|
22
22
|
>
|
|
@@ -76,6 +76,12 @@ It allows you to:
|
|
|
76
76
|
- **Detects special articulator combinations:** _Such as vibratoLfoToPitch_
|
|
77
77
|
- **Soundfont manager:** Stack multiple soundfonts!
|
|
78
78
|
- **Unlimited channel count:** Your CPU is the limit!
|
|
79
|
+
- **Built-in, configurable effects:**
|
|
80
|
+
- **Reverb:** _Multiple characters including delay and panning delay!_
|
|
81
|
+
- **Chorus:** _Modulated delay lines with multiple presets!_
|
|
82
|
+
- **Delay:** _Three delay lines for all of your delay needs!_
|
|
83
|
+
- **Insertion Effects:** _The ultimate effects, they can give your sounds a completely different character! (limited support)_
|
|
84
|
+
- **Replaceable:** _Effects not to your taste? You can bring your own!_
|
|
79
85
|
- **Excellent MIDI Standards Support:**
|
|
80
86
|
- **MIDI Controller Support:** Default supported
|
|
81
87
|
controllers [here](https://spessasus.github.io/spessasynth_core/extra/midi-implementation#default-supported-controllers)
|
|
@@ -88,8 +94,9 @@ It allows you to:
|
|
|
88
94
|
- **SoundFont2 NRPN Support**
|
|
89
95
|
- [**AWE32**
|
|
90
96
|
NRPN Compatibility Layer](https://spessasus.github.io/spessasynth_core/extra/midi-implementation#awe32-nrpn-compatibility-layer)
|
|
91
|
-
-
|
|
92
|
-
|
|
97
|
+
- [**Roland GS** and **Yamaha XG**
|
|
98
|
+
support!](https://spessasus.github.io/spessasynth_core/extra/midi-implementation#supported-system-exclusives)
|
|
99
|
+
- Built-in effects are GS-Compatible!
|
|
93
100
|
|
|
94
101
|
### Powerful and Fast MIDI Sequencer
|
|
95
102
|
|