[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] asynchronous grain scheduler



In the SC book, there is also a chapter on Microsound: 
http://supercolliderbook.net

best adc

> On 12/12/2016, at 23:35 , George Locke <george.locke.maxmsp@xxxxxxxxx> wrote:
> 
> Great ideas.  Daniel's tutorials look spot-on, thanks for your efforts!!
> 
>  - George
> 
> On Mon, Dec 12, 2016 at 5:10 PM Daniel Mayer <daniel-mayer@xxxxxxxx> wrote:
> 
> Hi,
> 
> you might have a look into miSCellaneous lib's Buffer granulation tutorial.
> 
> Basically scheduling can be done in server (granulation ugens, optionally using demand rate ugens, Tutorial chapter 1) or language (Patterns, also Tasks/Routines, Tutorial chapter 2).
> Personally I tend to like the pattern approach most as it gives great flexibilty to control all kinds of sequencing. An advantage of granulation ugens though is easy control of extremely short times, we avoid heavy OSC traffic in this case. Any kind of asynchronicity can be defined with demand rate ugens, however often not as straight and clear as with patterns.
> 
> You can also have different levels of scheduling, e.g. use Pspawner to sprout clouds in language itself (Tutorial Ex. 2c). Different levels of scheduling can also be made by hybrid approaches, e.g. sprouting synths from lang that generate clouds with demand rate ugens (Tutorial Ex. 3d).
> 
> Pspawner and demand rate ugens could even be defined to produce three levels of scheduling (I didn't practically use this yet, but this could be interesting I think).
> 
> Also consider recursive phrasing as a further scheduling strategy:
> 
> http://doc.sccode.org/Tutorials/JITLib/recursive_phrasing.html
> 
> Regards
> 
> Daniel
> 
> ----------------------------------------------------
> http://daniel-mayer.at/software_en.htm
> ----------------------------------------------------
> 
> 
> 
> 
> 
> 
> _______________________________________________
> sc-users mailing list
> 
> info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
> archive: https://listarc.bham.ac.uk/marchives/sc-users/
> search: https://listarc.bham.ac.uk/lists/sc-users/search/


_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/