Jump to content

Yaxu

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by Yaxu

  1. Hey all, excited to be running an event series of people pushing algorithmic music forward, in collab with No Bounds festival. The first edition is tomorrow (Saturday 13th Feb) from 9pm UTC (click the vid to get local time), featuring AFALFL (Paris), Chiho Oka (Tokyo) and Kindohm (Minnesota). You'll be able to catch it live + probably on catchup here:

     

    145896950_159113282516656_3645836169368537815_n.jpg

  2. It's true that dancing and reading code don't go well together. Neither does dancing and watching someone's turntable or guitar technique or whatever. At some point you stop reading it but it's still nice to know that you can have a look at the musician making music if you fancy. That said, some of my favourite gigs I've not projected, but often people can still look over my shoulder.. and given the opportunity some generally do..

    78944988_10156433692731851_3167675845523275776_o.thumb.jpg.248612b7b627f38085d3f8351b27d28d.jpg

    (Also if it wasn't a stupid idea we wouldn't have called it "algorave")

     

    • Like 3
    • Thanks 1
  3. I'm terrible at getting around to recording tracks so am probably the worst person to ask !

    'ur' is good for macro song structure though I think, rather than sequencing patterns on/off (as with seqP/seqPLook), you make a pattern of patterns, which seems more tidal-ish.

    I find making some patterns and then jamming with them more productive though. You can't share the who track as code then, though.

    • Like 1
  4. If you want to apply functions to e.g. only the bd events in a pattern, you can use fix https://tidalcycles.org/index.php/fix

     

    d1 $ fix (fast 2) (s "bd") $ n "0 3 2 1" # s "bd sn"

     

    ... should make the bds go faster

     

    A warning though, for some reason fix uses a lot of cpu, you can't get away with using many at once.

     

    You can use gain to control midi velocity, but the scaling of it is wrong.. Looks like there's a workaround here https://github.com/musikinformatik/SuperDirt/issues/120

  5. I actually just picked up a 2012 Thinkpad because I want to do more TC/SC on it. I've chosen (probably mistakenly) Arch Linux as my base OS and unfortunately getting Haskell up and running has been a nightmare so far and it's not over yet.

     

    Hm, I'm on linux mint and the stock ghc haskell there works fine. I'd have thought 4G should be enough for stack, though..

  6. I made TidalCycles with some friends, a live coding environment for generating pattern. It's free/open source + cross platform, and for the latest release (0.8) we concentrated on making it easier to install.

     

    Here's some videos of it in use:

     

     

    https://archive.org/details/14Performance-SharedBufferXA.CardenasA.McLeanDavidOgbornE.Tsabary

     

     

     

    more here:

    http://tidalcycles.org/videos.html

     

    would be great to know what you think

     

    cheers

    • Like 1
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.