Re: playing music with GP v2
Bill Allombert <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.user |
|---|---|
| Message-ID | <aHwBkeSNj2EXDoE6@seventeen> |
On Sat, Jul 19, 2025 at 05:56:31PM +0200, Laël Cellier wrote: > Bonjour, > > adding polyphony and cross platform would be neat !😎 For polyphony just change CHANNEL and change playsound to generate more channels. For portability, we could just generate a .wav file but this would not be real time anymore. Cheers, Bill.