killercup / killercup/macromusic
Mix it up
- Dominant language
- Rust
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
How about we allow people to play more than one note at a time?
```rust
sick_beat!(
hardcore_bass: (220 4, 240 2, 220 4),
noise: (600 3, 590 1, 610 1, 600 3),
actual_music: (…),
);
```
- The names are just for the dev.
- Repeat each section until the longest ends
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the `sick_beat!` Rust macro and trace how its note input is parsed and played. Check how the requested named sections and longest-section repetition fit the existing design; done means the example can play concurrent sections with each section repeating until the longest one ends.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- audio-video-rtc
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100