-
Notifications
You must be signed in to change notification settings - Fork 120
DMP '25 Week01 Update by Anvita Prasad #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pikurasa
merged 2 commits into
sugarlabs:main
from
AnvitaPrasad:anvita-week01-blog-update
Jun 18, 2025
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
83 changes: 83 additions & 0 deletions
83
src/constants/MarkdownFiles/posts/dmp-25-AnvitaPrasad-week01.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,83 @@ | ||
| --- | ||
| title: "DMP '25 Week 01 Update by Anvita Prasad" | ||
| excerpt: "Initial research and implementation of Music Blocks tuner feature" | ||
| category: "DEVELOPER NEWS" | ||
| date: "2025-06-08" | ||
| slug: "2025-06-08-DMP-25-AnvitaPrasad-week01" | ||
| author: "@/constants/MarkdownFiles/authors/anvita-prasad.md" | ||
| tags: "dmp25,sugarlabs,week01,AnvitaPrasad" | ||
| image: "assets/Images/c4gt_DMP.png" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| --- | ||
|
|
||
| <!-- markdownlint-disable --> | ||
|
|
||
| # Week 01 Progress Report by Anvita Prasad | ||
|
|
||
| **Project:** [Music Blocks - Improve Synth and Sample Features](https://github.com/sugarlabs/musicblocks/issues/4539) | ||
| **Mentors:** [Walter Bender](https://github.com/walterbender) | ||
| **Assisting Mentors:** [Devin Ulibarri](https://github.com/pikurasa) | ||
| **Reporting Period:** 2025-06-02 - 2025-06-08 | ||
|
|
||
| --- | ||
|
|
||
| ## Goals for This Week | ||
|
|
||
| - **Goal 1:** Update Tone.js to the latest version | ||
| - **Goal 2:** Begin tuner implementation with pitch detection | ||
| - **Goal 3:** Create basic tuner visualization | ||
|
|
||
| --- | ||
|
|
||
| ## This Week's Achievements | ||
|
|
||
| 1. **Updated Tone.js Library** | ||
| - Successfully upgraded from version 15.0.4 to 15.1.22 | ||
| - Verified compatibility with existing codebase | ||
|
|
||
| 2. **Implemented Pitch Detection** | ||
| - Integrated YIN algorithm for pitch detection | ||
| - Established foundation for note identification | ||
|
|
||
| 3. **Created Basic Tuner Interface** | ||
| - Implemented 11-segment tuner display | ||
| - Added initial cents adjustment UI | ||
|
|
||
| --- | ||
|
|
||
| ## Challenges & How I Overcame Them | ||
|
|
||
| - **Challenge:** Understanding complex audio processing concepts | ||
| **Solution:** Studied Web Audio API documentation and experimented with example code | ||
|
|
||
| --- | ||
|
|
||
| ## Key Learnings | ||
|
|
||
| - Gained familiarity with Tone.js API and audio processing | ||
| - Learned about pitch detection algorithms and their implementation | ||
|
|
||
| --- | ||
|
|
||
| ## Next Week's Roadmap | ||
|
|
||
| - Complete tuner implementation with accurate visualization | ||
| - Implement cents adjustment calculations | ||
| - Add fine-tuning to pitch detection system | ||
| - Test with various audio sources | ||
| - Write Week 02 blog post summarizing progress and learnings | ||
|
|
||
| --- | ||
|
|
||
| ## Resources & References | ||
|
|
||
| - **Web Audio Resources:** [MDN Web Audio API Guide](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API) | ||
| - **Pitch Detection:** [PitchDetect Example](https://github.com/cwilso/pitchdetect) | ||
| - **Online Tuner Reference:** [Musicca's Online Tuner Guide](https://www.musicca.com/tuner) | ||
|
|
||
| --- | ||
|
|
||
| ## Acknowledgments | ||
|
|
||
| Thank you to my mentors, the Sugar Labs community, and fellow contributors for ongoing support. | ||
|
|
||
| --- | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not rendering, but perhaps it will upon merge.