NetLogo / NetLogo/Sound-Extension
sound:play-sound stops playing sometimes when other procedures run.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes, in a seemingly random manner, the sound played by sound:play-sound stops playing if other things are running.
extensions [sound]
to soundstuff
sound:play-sound "sound.wav"
endto otherthing
ask patches [set pcolor red]
end
If you call otherthing repeatedly through a button or via the command center, the sound stops.
It may be the same issue as #2.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with the sound extension: call sound:play-sound "sound.wav" while repeatedly running otherthing, which asks patches to set pcolor red. Compare the behavior with issue #2; done means playback continues reliably while other procedures run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- audio-video-rtc
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100