Skip to content

Conversation

Copy link

Copilot AI commented Nov 28, 2025

Addresses #49: Documents how "record once" works regarding duration and fade handling.

Key findings:

  • Record once uses existing loop start/end points, not a fixed duration
  • Crossfading subheads handle fade at loop boundaries automatically—no need to record past the loop end

Changes:

  • readme.md: Added "Record Once Behavior" section under Playing/Recording
  • ReadWriteHead.h/.cpp: Added code comments documenting the record-once mechanism

The crossfade architecture with dual subheads means fade regions are handled inherently during loop transitions, eliminating the need for additional recording past loop endpoints.

Original prompt

This section details on the original issue you should resolve

<issue_title>examine record once</issue_title>
<issue_description>Examine record once. Does it set the number of seconds? Does it record past the end of the record point to have stuff for fade?</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Examine record once for proper duration and fade Document record once behavior for loop duration and fade handling Nov 28, 2025
Copilot AI requested a review from schollz November 28, 2025 02:42
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.

examine record once

2 participants