File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1630,6 +1630,7 @@ function setupWidgetBlocks(activity) {
16301630 new oscilloscopeWidgetBlock ( ) . setup ( activity ) ;
16311631 new PitchSliderBlock ( ) . setup ( activity ) ;
16321632 new ChromaticBlock ( ) . setup ( activity ) ;
1633+ # new AIMusicBlocks ( ) . setup ( activity ) ;
16331634 new MusicKeyboard2Block ( ) . setup ( activity ) ;
16341635 new MusicKeyboardBlock ( ) . setup ( activity ) ;
16351636 new PitchStaircaseBlock ( ) . setup ( activity ) ;
@@ -1638,7 +1639,6 @@ function setupWidgetBlocks(activity) {
16381639 new MatrixGMajorBlock ( ) . setup ( activity ) ;
16391640 new MatrixCMajorBlock ( ) . setup ( activity ) ;
16401641 new MatrixBlock ( ) . setup ( activity ) ;
1641- new AIMusicBlocks ( ) . setup ( activity ) ;
16421642 }
16431643 // Instantiate and set up the StatusBlock
16441644 new StatusBlock ( ) . setup ( activity ) ;
You can’t perform that action at this time.
0 commit comments