tidalcycles.github.io icon indicating copy to clipboard operation
tidalcycles.github.io copied to clipboard

Tasklist: things new to 0.9

Open bgold-cosmos opened this issue 8 years ago • 6 comments

Here's a place to list things that ~~will be~~ are new to 0.9. ~~They shouldn't be in the current (0.8) docs but it would be nice to have a branch ready to go whenever 0.9 is released~~. I've made the initial list just browsing through commits for Tidal.

  • [ ] SuperDirt synth behavior (octave, etc)
  • [ ] nudger for adjusting the current cycle
  • [ ] Patterns as an instance of Floating (experimental?)
  • [ ] chop'
  • [ ] ur, ur'
  • [ ] spread name shuffle
  • [ ] spreadChoose (aka spreadr)
  • [ ] tabby
  • [ ] juxcut'
  • [ ] angle brackets
  • [ ] nToOrbit, copyParam
  • [ ] s is now an alias for sound
  • [ ] Scales and Chords modules (with associated functions)
  • [x] shuffle and scramble
  • [ ] tremolo effect params
  • [x] swing, swingBy
  • [x] pattern merging operators on lists (such as ###)
  • [x] toScale
  • [x] every'
  • [x] scalex
  • [x] someCycles and someCyclesBy
  • [x] feet . in sequences
  • [ ] outside
  • [ ] seqPLoop
  • [ ] changed behavior of !n
  • [x] never, always
  • [ ] substruct
  • [ ] wait'
  • [x] legato, delta
  • [ ] runWith
  • [ ] off
  • [ ] offadd

new to SuperDirt

  • [ ] phaser effect
  • [ ] psin synth
  • [ ] Leslie global effect
  • [ ] (super) hammond, vibe, fork, hoover, static, zow
  • [ ] legato
  • [ ] sound file loading methods
  • [ ] stereo panning behavior update

bgold-cosmos avatar Jan 18 '17 21:01 bgold-cosmos

Thanks for starting this. I have a list of undocumented functions (some of which we want to document, some we probably don't) and I am trying to format a list so that we can keep track of it all. Perhaps i can add the list along with the format I'm trying to get it in and whoever has time can make it look nice?

sfradkin avatar Jan 18 '17 21:01 sfradkin

There's #20 for a list - I think it's a few months behind so I'm not sure of the current status.

Right now I think the website's SuperDirt "docs" are limited to brief installation instructions, and a brief bit about softsynths - certainly room for more. Maybe as a separate section? But for SuperDirt changes in 0.9-dev relevant to Tidal (like the tremolo stuff) I think this is the place for it.

bgold-cosmos avatar Jan 19 '17 04:01 bgold-cosmos

More undocumented synth parameters I wish I'd known about earlier today: https://github.com/musikinformatik/SuperDirt/blob/master/classes/SuperDirt.sc#L341

attack gate release (possibly more?)

annybs avatar Apr 05 '17 22:04 annybs

There is a list for parameters in the folder now, called used-paremeters.scd

telephon avatar Apr 06 '17 09:04 telephon

The parameters here: https://github.com/musikinformatik/SuperDirt/blob/master/classes/SuperDirt.sc#L341

are currently really just for internal use.

telephon avatar Apr 06 '17 09:04 telephon

noticed off isn't documented

yaxu avatar Aug 12 '17 13:08 yaxu