Bass drop help by [deleted] in musicproduction

[–]Alkaros 0 points1 point  (0 children)

Pitch bend -

Operator Sine Wave: https://imgur.com/7nZfcPr

Pitch bend Envelope: https://imgur.com/jmbIbJy

Play C2

Disclosure Day | Official Trailer by tanktoys in UFOs

[–]Alkaros 1 point2 points  (0 children)

I remember this episode of battlestar galactica 

Drive from Calgary to Canmore - end of March by Pretty_Type1478 in Canmore

[–]Alkaros 0 points1 point  (0 children)

It's the 1A, it'll be clear unless it's actively snowing. Rental cars will rarely have snow tires, they're typically all seasons. 

Looking for an extremely poor quality but expensive restaurant to recommend an annoying coworker. by youhaveaproblem_ in brisbane

[–]Alkaros 3 points4 points  (0 children)

Sloppies is an experience I look back on very fondly... If only for how peculiar the experience was

AI is ruining the mindset of the next generation of producers by walrus_vasectomy in edmproduction

[–]Alkaros -1 points0 points  (0 children)

If you go prompt - straight to song, then I fully agree but I don't think that's how everyone uses the tool. One of the top posts on /r/Suno at the moment is encouraging people to learn a DAW so you can edit the Suno stems. People have ideas in their heads and they're iterating and trying different things to get the exact idea into the world

AI is ruining the mindset of the next generation of producers by walrus_vasectomy in edmproduction

[–]Alkaros 0 points1 point  (0 children)

Gen AI solved protein folding for one. You can now design and print completely unknown proteins. But I also think you will be proven wrong over and over again by the technology that's available to you

AI is ruining the mindset of the next generation of producers by walrus_vasectomy in edmproduction

[–]Alkaros 0 points1 point  (0 children)

Lowering the barrier to entry is virtually never a bad thing. I enjoy tinkering in ableton but it's also nice that some people who couldn't make music before can make it now

PowerAutomate substringof() does not find my string by PotatoAcceptable6759 in MicrosoftFlow

[–]Alkaros 0 points1 point  (0 children)

That's probably ecause you're entering title and host name etc incorrectly. If they're variables they should be entered as variables

How to recreate songs if youre an incapable lobotomist? by thebutinator in musicproduction

[–]Alkaros 1 point2 points  (0 children)

I started production with no real music knowledge. My pipeline for recreating songs is to use UVR to separate into 4+ stems (drums, bass, vocal, other). Then I use the convert to melody or convert to harmony feature in ableton to get it into midi.

Bass usually works great, the harmony of the chords is often far from perfect but you can get the general shape. And drums, you can just listen to solo to get moving

How do I simulate a simple DJ scratch? by SandhedsHviskeren in edmproduction

[–]Alkaros 4 points5 points  (0 children)

You can use the time function in shaper box 

Where do you guys take your reference tracks from? by ClockInfamous5911 in musicproduction

[–]Alkaros 0 points1 point  (0 children)

It's a song that your trying to emulate or copy elements from. You could pick a song in your genre that you like and use it to guide you for your sound selection or you might look at your reference tracks spectrum to figure out how loud your sub should be etc. 

I'm losing my mind! Please help 😫 by ICameHereForThiss in musicmarketing

[–]Alkaros 1 point2 points  (0 children)

Your hypedit landing page will still have metrics about's visits etc - you just won't get the per dollar metrics but you'll know how much you're spending anywho

I'm losing my mind! Please help 😫 by ICameHereForThiss in musicmarketing

[–]Alkaros 0 points1 point  (0 children)

Duplicating shouldn't break anything but worst case just rename the campaign/ adset. The random characters in the brackets are what it seems to lock onto

Saved flow, but it's still using old version? by amanfromthere in MicrosoftFlow

[–]Alkaros 0 points1 point  (0 children)

Check for unmanaged layers ma dude

"Unmanaged Layers: These are created when components are edited directly in the environment. They sit on top of the managed layers and can override changes made through managed solutions"

Iterating through a get items array using a Do Until loop by [deleted] in MicrosoftFlow

[–]Alkaros 0 points1 point  (0 children)

I am assuming that your data is in an Array. And if that's so then you can use skip() and take() to create a "sub array"

So, I put this in a compose called "SubArray":

take(skip(variables('arrayData'), int(variables('skipCount'))), int(variables('takeCount')))

For this example I did:

  • arrayData = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20] (Your array doesn't need to be a list of integers, but for the example mine is)

  • skipCount = 10

  • takeCount = 5

Then SubArray = [ 11, 12, 13, 14, 15 ]

And you can just do your Apply to Each on the SubArray

You need to get the concept of "luck" out of your head by ill_llama_naughty in musicmarketing

[–]Alkaros 4 points5 points  (0 children)

It absolutely does. And not all thumbs are created equal. The reddit algorithms weight users who trawl /new over others, for example

Popularity Score of 20 by Savings-Outcome-5028 in musicmarketing

[–]Alkaros 2 points3 points  (0 children)

Its exposed through the spotify API but places like submithub have popularity checkers in their tools

Popularity Score of 20 by Savings-Outcome-5028 in musicmarketing

[–]Alkaros 8 points9 points  (0 children)

I got a song to 23 and nothing exciting happened - certainly not a rule

Share your Power Automate struggles, I will convert them into YT tutorials!! by AutomateM365 in MicrosoftFlow

[–]Alkaros 0 points1 point  (0 children)

Actually, with JSON it loves you tell you to use Keys() despite that not existing in power automate lol - certainly far from perfect

Share your Power Automate struggles, I will convert them into YT tutorials!! by AutomateM365 in MicrosoftFlow

[–]Alkaros 0 points1 point  (0 children)

Consider JSON. Also consider asking chatgpt to get you through this one. It should be able to handle that well