kopia lustrzana https://github.com/backface/turtlestitch
added "48 kHz" option to the "sampling rate" dropdown
rodzic
1f0f339241
commit
b285ac24a9
|
|
@ -5,11 +5,13 @@
|
|||
* **New Features:**
|
||||
* added "bar / lines" option for plotting charts in the "frequency distribution analysis" library
|
||||
* new "add comment" option in the block context menu, thanks, Rob Fidler!
|
||||
* new "48 kHz" option in the "sampling rate" dropdown
|
||||
|
||||
### 2020-09-25
|
||||
* new dev version
|
||||
* updated "frequency distribution analysis" library: New "lines" option for plotting
|
||||
* blocks: new "add comment" option in the block context menu, thanks, Rob Fidler!
|
||||
* blocks: added "48 kHz" option to the "sampling rate" dropdown
|
||||
|
||||
## 6.2.1
|
||||
* **New Features:**
|
||||
|
|
|
|||
|
|
@ -1023,6 +1023,7 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
|
|||
{
|
||||
'22.05 kHz' : 22050,
|
||||
'44.1 kHz' : 44100,
|
||||
'48 kHz' : 48000,
|
||||
'88.2 kHz' : 88200,
|
||||
'96 kHz' : 96000
|
||||
}
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue