Commit 60113f0
docs: add documentation for collaboration functionality (#4034)
* fixes #3913
* fix:resolves grid position on hamburger opening(#3914) (#3924)
* fix:resolves hamburger opening(#3914)
* fix:fixes #3914(suggested changes done)
* adjust size of grid element repositioning when using aux toolbar
---------
Co-authored-by: Walter Bender <[email protected]>
* Fix input boxes (#3927)
* bump version
* enhancement: scale on hover (#3926)
Co-authored-by: anas2357 <[email protected]>
* calculate frequencies from ratio
* Add close button to extended-menu pie menu (fixes #3933) (#3934)
* Bump braces and gulp (#3903)
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together.
Updates `braces` from 2.3.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/commits/3.0.3)
Updates `gulp` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/gulpjs/gulp/releases)
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
- [Commits](gulpjs/gulp@v4.0.2...v5.0.0)
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
- dependency-name: gulp
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add support for solfege accidentals in phrasemaker
* Add support for cents (#3937)
* add support for cents through semi-tone transposition
* add 50 cents macro
* add cents example
* add output frequencies
* fix issue with ratio cents
* add a ratio-cents example
* Ratio transpose and Ratio interval (#3936)
* use processPitch for all pitch types
* Add support for cents (#3937)
* add support for cents through semi-tone transposition
* add 50 cents macro
* add cents example
* add output frequencies
* fix issue with ratio cents
* add a ratio-cents example
* use processPitch for all pitch types
* convert freq to note before scalar step
* fix note convert
* remove extra comma throwing off indexing
* Hyperscore link update (#3939) (#3947)
* Update Hyperscore example link in guide.html (#3944)
* Update README.md (#3943)
* left_and_back_images (#3950)
* Updated Dockerfile (#3949)
* Update README.md
* Update dockerfile
* remove yjs and socket.io dependecies
* Fixed #3956 Auto increasing and decreasing input block (#3957)
* fixes #3941
* fixes #3958
* Fixes collapsed state of note block (#3961)
* fixes issue with extra line number in JavaScript Editor (#3962)
* fixes sample block duplication issue (#3965)
* fixes sample block duplication issue
* changed error message
* updated error message
* updated planet image on documentation (#3971)
* updated planet image on documentation
fixes issue number: 3968
* updated images
* removed overlap between two images
* fix 1MB file size limit on audio sample imports (#3976)
* enforce 1MB limit on audio sample imports
* update sampler.js
* updated error msg
* update wheelnav.js (#3977)
* Fixes #3972 Highlight should not activate when code is being run (#3975)
* Fixes #3972 Highlight should not activate when code is being run
* optimized the code by using existing flag
* optimized the code by using existing flag
* fixes #3972
* removed extra code (#3980)
* Fixes #3973 Right click menu only opens in the advanced mode (#3978)
* Contextmenu only opens in advanced mode
* Added indentation and changed the if condition
* FIXES ISSUE #3895 Add alphabet "G" as a block found in easy mode (#3979)
* FIXES ISSUE #3895 Add alphabet "G" as a block found in easy mode
The requirement of this bug is to add the pitch G4 nad Alphabet G block in pitch menu of the beginner mode.
* FIXES ISSUE #3895 Add alphabet "G" and Sol as a block found in easy mode
It adds the sol pitch block in the pitch menu of beginner's mode
* AI BLOCK and Documentation on How to add widget in MB (#3964)
* clean code , added comments
* added abc lib
* added debug statement
* fix : Formatting , Function method & method Func
* add function description
* added AI BLOCKS and DOCS
* change canvas to editor text
* changed canvas to edit text,added hint
* Fix: suggestion in AI Block & AI block structure
* added groq api
* Added midi support to MB (#3904)
* added midi support
* made corrections
* added note approximations
* added action blocks to start block
* added action block to start blk
* made corrections
* break also into multiple action block when noteblock count exceeds 24
* added break statement in case of no of tracks more than 1
* added start blocks corresponding each track
* added meter and tempo information
* added scaling factor and load as midi feture
* added default timesignatures
* added drum mapper
* removed set instrument in case of percussion
* added an extra condtion when the new note start is less than previous note
* added minor changes
* removed the scaling factor earlier added
* added names to start blocks
* modifications for clarity
* add abacus example
* Rhythm block doesn't repeat issue update (#3982)
* Rhythm block doesn't repeat issue update
* removed console log messages
* added console log message for testing
* fixes #3931 Rhythm block doesn't repeat when outside of PhraseMaker
* add more steps to new palette instructions
* fix: remove redundant code to achieve DRY consistency (#3988)
* removed extra code
* update block.js
* update block.js (#3989)
* refactor: Simplify note processing logic, remove an empty file (#3991)
* Update drum block setup to make it more compact (#3992)
* refactor: update indexOf () === -1 to ! includes (#3993)
* update activity.js
* update block.js
* update activity.js
* Revert "update activity.js"
This reverts commit c61110f.
* update activity.js
* update blocks.js
* update piemenu.js
* update musicutils.js
* update blockfactory.js
* update turtle-singer.js
* update lilypond.js
* update logo.js
* update macros.js
* update palette.js
* update notation.js
* update DrumBlocks.js
* update GraphicsBlocks.js
* update PenBlocks.js
* used regex to shrink code (#3996)
* introduced a setupFunctions array to group all the setup function call, add uses export statements for BACKWARDCOMPATIBILIYDICT and initBasicProtoBlocks, instead of comments to indicate exports (#3994)
* Revert "introduced a setupFunctions array to group all the setup function call, add uses export statements for BACKWARDCOMPATIBILIYDICT and initBasicProtoBlocks, instead of comments to indicate exports (#3994)"
This reverts commit a6f3514.
* move all saved state into a single object (#3998)
* move all saved state into a single object, remove unnecessarya variable declarations
* re-add some variable names to avoid breaking code, and remove singer.notesPlayed
* refactor: update indexOf () === -1 to ! includes (#4001)
* update PitchBlocks.js
* update ProgramBlocks.js
* update VolumeBlocks.js
* update WidgetBlocks.js
* update IntervalsActions.js
* update PitchActions.js
* update RhythmActions.js
* update ToneActions.js
* update VolumeActions.js
* update utils.js
* update arpeggio.js
* update musickeyboards.js
* update phrasemaker.js
* update rhythmruler.js
* update generate.js
* update interface.js
* update mathutils.js
* update synthutils.js
* update help.js
* update helper.js
* ABC to MB Parser (#3925)
* clean code , added comments
* added abc lib
* added debug statement
* fix : Formatting , Function method & method Func
* add function description
---------
Co-authored-by: Walter Bender <[email protected]>
* clean up javascript formatting
* Feat/add record button and playback button in sampler widget (#3813)
* added recording and playback button
* upd
* added recording started,completed msg and button disabled when no url
* updated icons
* added sample for waveform
* upd
* added the required changes,play sample pitch,create sample with setinstrument
* FIXES ISSUE #4000 Regression: 'Set Default Instrument' Block Converts to 'Unknown' Block (#4006)
By this commit the set default instrument block is working fine.
* Add More Frequent "RUN LIVE" Links to Music Blocks Programming Guide (#3999)
* Added RUN LIVE option
* Added RUN LIVE option
* Added new RUN LIVE links
* use object lookup for convertDuration instead of switch (#4003)
* Streamline Drumname for early return of drum post http match, use object lookup (#4008)
* drum returns quicker post http match, use object lookup instead of a for loop
* add value matches
* FIXES ISSUE #3921 Reexamine our default temperament list (#4010)
* Updating musicutils.js in order to change the name of the temperament name list
FIXES ISSUE #3921 Reexamine our default temperament list
* Updating piemenus.js
FIXES ISSUE #3921 Reexamine our default temperament list
In order to fix all the names perfectly in the menu i increased the size of the basic pie menu for the temperament name block
* new strings
* string repair
* new strings
* add missing translation
* cleanup
* reuse strings
* update sampler.js (#4013)
* fix all lint + Base64Encode errors (#4015)
* revert part of 4015
* Fixed mouse event malfunctioning (#4021)
* FIXME: Implement pickup measures and multi-voice support in abc.js (#4020)
* fix the pickup todo in abc notation
* remove todo
* Fix search box hover behavior replacing input text (#4027)
* Fix search box hover behavior replacing input text
* Fix hover behavior and improve scrolling for search box
* Remove line as weblate has issue with parsing it.
Signed-off-by: Chihurumnaya Ibiam <[email protected]>
* Remove other comments
Weblate seems to have issues with parsing them.
Signed-off-by: Chihurumnaya Ibiam <[email protected]>
* Revert "Remove line as weblate has issue with parsing it."
This reverts commit 5abca9c.
Signed-off-by: Chihurumnaya Ibiam <[email protected]>
* Weblate now parses po files.
Adding msgstr and msgid at the top of the files makes
it easy for weblate to parse.
Signed-off-by: Chihurumnaya Ibiam <[email protected]>
* FIXES ISSUE #4018 More default EDOs for temperament (#4022)
By these changes user can experience some of the most common Equal temperaments
Equal 5EDO
Equal 7EDO
Equal 19EDO
Equal 31EDO
* new strings
* new strings
* add missing header strings
* FIXES ISSUE #4018 More default EDOs for temperament (#4029)
changes the define temperament block's frequency selection from division to exponential format
* fix all eslint errors along with base64encode error (#4030)
* fix eslint & renderLanguageSelectIcon logic (#4031)
* docs: add documentation for collaboration
---------
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Chihurumnaya Ibiam <[email protected]>
Co-authored-by: Walter Bender <[email protected]>
Co-authored-by: Nikhil <[email protected]>
Co-authored-by: Anas <[email protected]>
Co-authored-by: anas2357 <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Walter Bender <[email protected]>
Co-authored-by: Harshit Verma <[email protected]>
Co-authored-by: Geeten Parab <[email protected]>
Co-authored-by: akilesh1706 <[email protected]>
Co-authored-by: Khadar vali <[email protected]>
Co-authored-by: Muhammad Haroon <[email protected]>
Co-authored-by: AnupamGaur <[email protected]>
Co-authored-by: omsuneri <[email protected]>
Co-authored-by: abhijeet <[email protected]>
Co-authored-by: Mubashir Shariq <[email protected]>
Co-authored-by: amrit <[email protected]>
Co-authored-by: dubeanant <[email protected]>
Co-authored-by: Soumyaranjan Panda <[email protected]>
Co-authored-by: Chihurumnaya Ibiam <[email protected]>
Co-authored-by: Ajeet Pratap Singh <[email protected]>1 parent e0b0517 commit 60113f0
File tree
95 files changed
+90903
-88614
lines changed- css
- js
- collaboration
- documentation
- utils
- widgets
- po
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
95 files changed
+90903
-88614
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
158 | 162 | | |
159 | 163 | | |
| 164 | + | |
| 165 | + | |
160 | 166 | | |
| 167 | + | |
| 168 | + | |
161 | 169 | | |
| 170 | + | |
| 171 | + | |
162 | 172 | | |
| 173 | + | |
| 174 | + | |
163 | 175 | | |
164 | | - | |
| 176 | + | |
| 177 | + | |
165 | 178 | | |
166 | 179 | | |
167 | 180 | | |
| |||
223 | 236 | | |
224 | 237 | | |
225 | 238 | | |
226 | | - | |
| 239 | + | |
227 | 240 | | |
228 | 241 | | |
229 | 242 | | |
| |||
424 | 437 | | |
425 | 438 | | |
426 | 439 | | |
427 | | - | |
| 440 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2427 | 2427 | | |
2428 | 2428 | | |
2429 | 2429 | | |
2430 | | - | |
| 2430 | + | |
2431 | 2431 | | |
2432 | | - | |
2433 | 2432 | | |
2434 | 2433 | | |
2435 | 2434 | | |
2436 | | - | |
2437 | | - | |
2438 | 2435 | | |
2439 | 2436 | | |
2440 | 2437 | | |
2441 | 2438 | | |
2442 | 2439 | | |
2443 | 2440 | | |
2444 | | - | |
2445 | | - | |
2446 | | - | |
| 2441 | + | |
| 2442 | + | |
2447 | 2443 | | |
2448 | 2444 | | |
2449 | 2445 | | |
2450 | | - | |
| 2446 | + | |
| 2447 | + | |
| 2448 | + | |
| 2449 | + | |
| 2450 | + | |
2451 | 2451 | | |
2452 | 2452 | | |
2453 | 2453 | | |
| |||
6166 | 6166 | | |
6167 | 6167 | | |
6168 | 6168 | | |
6169 | | - | |
| 6169 | + | |
6170 | 6170 | | |
6171 | 6171 | | |
6172 | 6172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
966 | 965 | | |
967 | 966 | | |
968 | 967 | | |
969 | | - | |
970 | | - | |
| 968 | + | |
971 | 969 | | |
972 | 970 | | |
973 | 971 | | |
| |||
1518 | 1516 | | |
1519 | 1517 | | |
1520 | 1518 | | |
1521 | | - | |
1522 | | - | |
| 1519 | + | |
1523 | 1520 | | |
1524 | 1521 | | |
1525 | 1522 | | |
| |||
1551 | 1548 | | |
1552 | 1549 | | |
1553 | 1550 | | |
1554 | | - | |
1555 | | - | |
| 1551 | + | |
1556 | 1552 | | |
1557 | 1553 | | |
1558 | 1554 | | |
| |||
2942 | 2938 | | |
2943 | 2939 | | |
2944 | 2940 | | |
2945 | | - | |
| 2941 | + | |
2946 | 2942 | | |
2947 | | - | |
| 2943 | + | |
2948 | 2944 | | |
2949 | 2945 | | |
2950 | 2946 | | |
| |||
3382 | 3378 | | |
3383 | 3379 | | |
3384 | 3380 | | |
3385 | | - | |
| 3381 | + | |
3386 | 3382 | | |
3387 | 3383 | | |
3388 | | - | |
3389 | | - | |
3390 | | - | |
3391 | | - | |
3392 | | - | |
3393 | | - | |
3394 | | - | |
3395 | | - | |
| 3384 | + | |
| 3385 | + | |
| 3386 | + | |
| 3387 | + | |
| 3388 | + | |
| 3389 | + | |
| 3390 | + | |
| 3391 | + | |
3396 | 3392 | | |
3397 | | - | |
3398 | | - | |
3399 | | - | |
| 3393 | + | |
| 3394 | + | |
3400 | 3395 | | |
3401 | 3396 | | |
3402 | 3397 | | |
| |||
Binary file not shown.
0 commit comments