Skip to content

v0.5.8

Pre-release
Pre-release

Choose a tag to compare

@Qirky Qirky released this 19 Jan 15:06
· 689 commits to master since this release

v0.5.8 fixes and updates

  • Fixed panning issues on many SynthDefs so fmod spreads a signal across 2 channels effectively.
  • Added the ability to use Pattern methods on player attributes when using the every method:
d1 >> play("x-o-o", dur=PDur(5,8)).every(4, "rate.offadd", 2)  
  • Improved every to switch pattern methods on/off at the correct time when using a list of durations.
  • FoxDot UI no longer crashes when saving / closing after using a lambda character.