abcjs 6.0.0-beta.37 → 6.0.0-beta.38

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/RELEASE.md CHANGED
@@ -1,12 +1,30 @@
1
+ # Version 6.0.0-beta.38
2
+
3
+ ## Bugs
4
+
5
+ * Regression: Fix return of CreateSynth.init
6
+
7
+ * Don't do audio on tablature lines.
8
+
9
+ * Wait until all notes are loaded before continuing to build audio buffer. (Caused the beginning of the buffer to possibly be arpeggiated if there is a race condition.)
10
+
11
+ * Don't crash when there is a blank staff on the second line.
12
+
13
+ * The pan option now works if the actual number of tracks doesn't match the panned tracks.
14
+
15
+ * Don't add chord track if it is empty.
16
+
17
+ ## Documentation
18
+
19
+ * Get more detailed with the typescript declarations
20
+
1
21
  # Version 6.0.0-beta.37
2
22
 
3
23
  * Keep the correct line count when generating one svg per line. (Fixes analysis of the tune for playback and timing)
4
24
 
5
25
  ## Features
6
- *
7
- * Change the default soundfont to the improved Fluid one; add the anticipations on the abcjs soundfont.
8
26
 
9
- ## Bugs
27
+ * Change the default soundfont to the improved Fluid one; add the anticipations on the abcjs soundfont.
10
28
 
11
29
  # Version 6.0.0-beta.36
12
30