Skip to content

All repository issues#28

Draft
OfficiallySp wants to merge 4 commits intomainfrom
cursor/all-repository-issues-9417
Draft

All repository issues#28
OfficiallySp wants to merge 4 commits intomainfrom
cursor/all-repository-issues-9417

Conversation

@OfficiallySp
Copy link
Owner

Fixes multiple issues including shareable link encoding, swapped audio files, real-time mixing logic, and adds a playback control center.

This PR addresses several open issues:


Open in Cursor Open in Web

cursoragent and others added 4 commits February 11, 2026 00:14
- Remove unnecessary encodeURIComponent() on track IDs (they only contain safe chars)
- Use actual commas in join() instead of literal '%2C' string
- Remove legacy trailing dot/comma cleanup that could interfere with URLs
- Add trim() and empty check in URL parser for robustness
- Fixes the '%2E%2C' appearing instead of commas
- Fixes last category being dropped from shared URLs

Co-authored-by: Shane <OfficiallySp@users.noreply.github.com>
- Swap heartsteel_late_drums.aac <-> illbeats_late.aac (contents were reversed)
- Move hyperpop_late_drums.aac -> truedamage_late_drums.aac (file contained True Damage audio)
- Remove hyperpop_late_drums from tracks array and UI (track doesn't exist in game)
- Update presets referencing hyperpop_late_drums to use truedamage_late_drums
- Fixes Chinese-reported issue about Maestro/Heartsteel drum beats being swapped

Co-authored-by: Shane <OfficiallySp@users.noreply.github.com>
- In real-time mode, load ALL tracks (not just checked ones) so they can be toggled on/off
- This fixes the index mismatch where toggleTrackRealTime() used global track indices
  but audioGainArray only had entries for checked tracks
- Unchecked tracks start with gain=0 and can be toggled to gain=1 in real-time
- Clear activeTrackElements when toggling real-time mode to force reload
- The '(longer load on play)' label now correctly reflects the behavior

Co-authored-by: Shane <OfficiallySp@users.noreply.github.com>
- Add progress bar showing current playback position with seeking
- Add current time / total time display
- Add restart (replay from beginning) button
- Add skip forward/backward buttons (10 second jumps)
- Progress bar updates in real-time using requestAnimationFrame
- Seeking stops and restarts playback at the new position
- Control center appears when tracks start playing
- Properly handles repeat mode and real-time mode
- Fix all startCallback reuse paths to properly set up masterGainNode and timing

Co-authored-by: Shane <OfficiallySp@users.noreply.github.com>
@cursor
Copy link

cursor bot commented Feb 11, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@netlify
Copy link

netlify bot commented Feb 11, 2026

Deploy Preview for tftmixer ready!

Name Link
🔨 Latest commit 5fc1ba0
🔍 Latest deploy log https://app.netlify.com/projects/tftmixer/deploys/698bcb0d324b510008c206d9
😎 Deploy Preview https://deploy-preview-28--tftmixer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments