You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user creates a custom temperament, they also get a "custom pitch" block. This block is is loads of fun.
For example, the following block was generated from:
Initiate Temperament Widget
Clear everything
Choose --> Equal, then "5" for value for divisions
Save Custom Temperament
However, when you save the MB file and then reopen the file, the block is not present on the pitch palette. It also does not seem to be loaded as code either.
Logs:
skipping octavespace
synthutils.js:1148 guitar already loaded
3
note.js:3 Note created
synthutils.js:1148 snare drum already loaded
2
blocks.js:6605 3: substituting nop flow block for octavespace
blocks.js:5926
(5) [Array(3), Array(3), Array(3), Array(3), Array(3), pitchNumber: 5]
0: (3) [1, "D(+0)", "4"]
1: (3) [1.148698354997035, "E(+40.00)", "4"]
2: (3) [1.3195079107728942, "G(-20.00)", "4"]
3: (3) [1.515716566510398, "A(+20.00)", "4"]
4: (3) [1.7411011265922482, "C(-40.00)", "5"]
pitchNumber: 5
length: 5
__proto__: Array(0)
blocks.js:5926
(5) [Array(3), Array(3), Array(3), Array(3), Array(3), pitchNumber: 5]
0: (3) [1, "D(+0)", "4"]
1: (3) [1.148698354997035, "E(+40.00)", "4"]
2: (3) [1.3195079107728942, "G(-20.00)", "4"]
3: (3) [1.515716566510398, "A(+20.00)", "4"]
4: (3) [1.7411011265922482, "C(-40.00)", "5"]
pitchNumber: 5
length: 5
__proto__: Array(0)
turtles.js:82 adding a new turtle start
blocks.js:6825 Finished block loading
ProjectStorage.js:188 Uncaught (in promise) Error: Not enough space to save locally
at ProjectStorage.set (ProjectStorage.js:188)
at async ProjectStorage.save (ProjectStorage.js:208)
ProjectStorage.js:188 Uncaught (in promise) Error: Not enough space to save locally
at ProjectStorage.set (ProjectStorage.js:188)
at async ProjectStorage.save (ProjectStorage.js:208)
The text was updated successfully, but these errors were encountered:
When a user creates a custom temperament, they also get a "custom pitch" block. This block is is loads of fun.
For example, the following block was generated from:
However, when you save the MB file and then reopen the file, the block is not present on the pitch palette. It also does not seem to be loaded as code either.
Logs:
The text was updated successfully, but these errors were encountered: