Re: SuperCollider 3.9.2
mousaique-gM/[email protected]
| Newsgroups | gmane.comp.audio.supercollider.user,gmane.comp.audio.supercollider.devel |
|---|---|
| Message-ID | <CADk_GkHcBGisS06NxX8n6WD3DoW5hX49Up=EV55dSfwPe4HtSA@mail.gmail.com> |
im on Mac OS 10.13. just re-confirmed that a score working on 3.9.1 unfortunately won't do so on 3.9.2... On Sun, Mar 25, 2018 at 11:06 AM, Jan Ferreira <mousaique-gM/[email protected]> wrote: > hi Nathan, > thank you for the new release! > I can't seem to get any score rendered with this release though (with or > without time offset). is there any special to consider when trying to > render patterns in NRT, now that it considers multichannel time offsets > aswell? > thank you! > > > //example file, comes out silent: > > SynthDescLib.read; > > // new pattern > ( > p = Pbind( > \dur, Prand([0.3, 0.5], inf), > \freq, Prand([200, 300, 500],inf) > ); > ) > > // make a score from the pattern, 4 beats long > z = p.asScore(4.0); > > z.score.postcs; > z.play; > > // rendering a pattern to sound file directly: > > // render the pattern to aiff (4 beats) > > p.render("~/Desktop/test.aif".standardizePath,20,0.02, > sampleRate:44100,sampleFormat:"int24") > > On Sun, Mar 25, 2018 at 7:32 AM, <nathan-PB1wun9k+p9Wk0Htik3J/[email protected]> wrote: > >> Hi list, >> >> SuperCollider 3.9.2 is out! Grab it from the release page here: >> https://github.com/supercollider/supercollider/releases/tag/Version-3.9.2 >> >> Contributors to this release: adcxyz, brianlheim, davidgranstrom, >> jamshark70, patrickdupuis, snappizz, telephon, vivid-synth >> >> - Improvements to various documentation pages. >> - Fixed CMake configuration errors that prevented successfully building >> on Windows when the project path contains spaces. >> - Fixed PSinGrain growing in amplitude after it was supposed to finish. >> - sclang now creates a configuration directory on startup, rather than >> waiting for it to be created by another action. This step is skipped if >> sclang is run as a standalone (-a) or if a language config file is >> specified with the -l option. >> - SequenceableCollection:unixCmd now allows respects PATH instead of >> strictly requiring the executable path. >> - A new method, Platform:killProcessByID, was added. >> - LanguageConfig:store throws an error if it fails to write. >> - Fixed an off-by-one error in a warning message for Server:clientID_. >> - Event:isRest now returns true if the event's \isRest entry is true. >> This usage was backported from 3.8 and is deprecated. >> - Server now tries to recover in the case of a lost connection between >> client and server. >> - Fixed an error when producing a Score containing an Event with a >> multichannel timingOffset. >> - The help browser table of contents popout no longer has redundant >> "table of contents" text. >> >> >> nahan >> >> _______________________________________________ >> sc-users mailing list >> >> info (subscription, etc.): http://www.birmingham.ac.uk/fa >> cilities/ea-studios/research/supercollider/mailinglist.aspx >> archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ >> search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ >> > >