Jump to content

eczem

Knob Twiddlers
  • Posts

    908
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by eczem

  1. On 9/7/2021 at 10:47 AM, dcom said:

     

    Was hoping someone would bother to convert that, heh.

     

    On 9/11/2021 at 1:41 AM, d-a-m-o said:

    Very impressive, true FM wizardry. Listened to it a second time in my car this morning and it's really, really good, fantastic first release for the label !

     

     

    Massive thanks @d-a-m-o . We are proud to have this one as 3OP001, and are quite excited for what's coming soon!

    • Like 4
  2. 8 hours ago, Nil said:

    I didn’t know you were a fellow cyclist ! ?

    Yeah! I started messing with tidal just a couple of months ago now. I like it's immediacy for sequencing compared to Max. I'm still learning and this code is probably garbage lol.

    4 hours ago, auxien said:

    giphy.gif?cid=ecf05e47t7sgul455qh7ok9lbx

    This man is clearly in pain lol

    1 hour ago, willochill said:

    Very big sound! The generative aspect does not take away from the cadence or musicality which is impressive.

    Thank you! That is one thing I consciously make an effort for, variation anchored to regularity.

    • Like 1
  3. //Reaper work, built off the above
    //Microtonic, Razor
    //for Mictronic: c5 in tidal is equal to c3 in Utonic
    //c5 kick, b4 snare, e5 hat
    //cc1 = snare noise filter Hz
    //cc2 = kick pitch

    hush

    d1 $ stack
        [
            n "c5 c5 ~ ~" # midichan 4,
            n "b4" #midichan 4,
            n (sometimes(fast 2)"[e5 e5 e5 e5]*3") #midichan 4,
            ccv "80 90 70 60 80" # ccn 1 # midichan 4,
            ccv "27 25 23 27 23" # ccn 2 # midichan 4,
            n "[e4 e3]*0.25" # midichan 6
        ] # s "midi"

    d1 $ stack
        [
            n "c5 ~ ~ c5? c5? c5" # midichan 4,
            n "b4" #midichan 4,
            n "[e5 e5 e5 e5]" #midichan 4,
            ccv "80 90 70 60 80" # ccn 1 # midichan 4,
            ccv "27 25 23 27 23" # ccn 2 # midichan 4,
            n "[e4 e5, {d7 b5 b5} ~ ~ ~ ]*0.25" # midichan 6
        ] # s "midi"

    d1 $ stack
        [
            n "c5 {~ ~ ~, b4 c5 c5}*3?" # midichan 4,
            n "b4" #midichan 4,
            n "[e5 e5 e5? e5?]*4.5" #midichan 4,
            ccv "60 65 65 60 70" # ccn 1 # midichan 4,
            cat [n "[e4 e4 e4 {~ ~ ~, e4}]*1.5", n "g4"] # midichan 6
        ] # s "midi"

    d1 $ stack
      [
          n (rarely (slow 3)"c5 {~ ~ ~, b4 c5 c5}*3?") # midichan 4,
          n "b4" #midichan 4,
          n "[e5 e5 e5? e5?]" #midichan 4,
          ccv "60 65 65 60 70" # ccn 1 # midichan 4,
          cat [n (rarely (slow 1.25)"[e4 e4 e4 {~ ~ ~, e4}]*1.5"), n "g4 g5 {b4 b5 d5}"] # midichan 6
      ] # s "midi"

    d1 $ stack
        [
            n "[c5 c5 c5, c5 ~] ~?*3" # midichan 4,
            n "b4" #midichan 4,
            n "[e5 e5, [e5 e5 e5]?]*1.5" #midichan 4,
            ccv "60 65 65 60 70" # ccn 1 # midichan 4,
            cat [n (rarely (fast 1.5)"[~ ~ ~ e4 e5 e5 {~ ~ ~, e6}]*0.5"), n "c6 c5 d5"] # midichan 6
        ] # s "midi"

    d1 $ stack
        [
            n (rarely (fast 7)"[c5 ~ c5, [c5 ~ ~]*1.5]") # midichan 4,
            n "b4" #midichan 4,
            n "[e5 e5, [e5 e5 e5]?]*3.5" #midichan 4,
            ccv "70 73 76 83" # ccn 1 # midichan 4,
            cat [n (often (slow 7)"[~ ~ ~ e4 e5 e5 {~ ~ ~, e6}]*0.5"), n "c6 c5 d5"] # midichan 6
        ] # s "midi"

    d1 $ stack
      [
          cat [n (rarely (fast 7)"[c5 ~ c5, [c5 ~ ~]*1.5]"), n "c5 c5 c5 c5?"] # midichan 4,
          n "b4" #midichan 4,
          n "~ b4?" #midichan 4,
          n "[e5 e5, [e5 e5 e5]?]*3.5" #midichan 4,
          ccv "70 73 76 83" # ccn 1 # midichan 4,
          ccv "27 25 31 27 29" # ccn 2 # midichan 4,
          cat [n (often (slow 7)"[~ ~ ~ e4 e5 e5 {~ ~ ~, e6}]*0.5"), n "c6 c5 d5"] # midichan 6
      ] # s "midi"

    clutchIn 1 3 $ stack
        [
            n "c5 {~ ~ ~, b4 c5 e5}*3?" # midichan 4,
            n "b4" #midichan 4,
            n (sometimes (fast 1.5) "d5 d6") #midichan 6,
            n (rarely (fast 1.5) "e4*1.5") # midichan 6,
            cat [n "{~ ~ ~, e4*2? [a4 c5?]? b4?}?", n "c5 c5 c5"] # midichan 6
        ] # s "midi"

    • Like 2
    • Farnsworth 1
  4. This is really strong; I enjoyed every track on here and it's definitely going to get repeat listens

    Reagent in particular though, what a lush song, has those atmospheric synth washes that I love. The last few minutes are just maximal

    Could be my favorite t s r o n o release, which is a big deal

    • Thanks 1
  5. On 2/8/2021 at 1:44 AM, kirm said:

    New Rook Vallade up!! Not listened yet but already purchased as know it will be amazing

    Strangely wasn't that into the rook releases at 1st as was more interested in his new shit but got well into them last year proper amazing before its time stuff and sure this will be more of the same cant wait to listen later! 


    https://amhain.bandcamp.com/album/arcv-dts-91-98-vol-vii
     

    I have to admin I'm behind on the Rook archive series as well. Dive-in imminent.

  6. 1. Local files: Winamp, VLC, or flash drive into car & home stereo receiver.

    2. Bandcamp

    3. SoundCloud

    4. Pandora

    5. Vinyl/CD

    6. Youtube

    7. Cassette (Don't have a working player right now)

    I try to listen to local files as much as possible when I'm at home, but lately I have been just streaming albums from Bandcamp out of laziness. I use SoundCloud to share and listen to private tracks and WIPs a lot, and I occasionally listen to stuff in my feed. With Pandora, I use it mainly because my cousin added me to a family plan with no ads; it functions the most like radio for me, like for when I want to "throw on Skinny Puppy" for my wife. Not a fan of the streaming royalty paradigm though so I try to minimize usage. In my car I have a 32GB flash drive with mp3s, and a few CDs. 

    I have small(ish) cassette and vinyl collections as well....I was doing vinyl/cassette nights with a small group of friends a few years back, I miss that.

    I will never use Spotify

    On 12/24/2020 at 7:47 AM, beerwolf said:

     Anyone who complains about Spotify must be just young and never forked out minor fortunes for double cds, plus a bus fare, plus the risk that (because you have never heard the god damn thing) it might be a total waste of time and money. 

    Also, false

    • 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.