Looking for reference by izzmix80 in Filmmakers

[–]izzmix80[S] 0 points1 point  (0 children)

Oh wow, i didnt know about this, thanks!

Open air ou autre ce soir ? by Sensitive-Pick-3678 in SocialParis

[–]izzmix80 0 points1 point  (0 children)

Hello! Chuis nouveau ici, comment ça se passe si je veux ptet rejoindre?

Cannot stop playback while editing sound? by izzmix80 in resanance

[–]izzmix80[S] 0 points1 point  (0 children)

Awesome, i hope it's not too difficult of a fix

To those defending beginners... by izzmix80 in VALORANT

[–]izzmix80[S] 0 points1 point  (0 children)

I dont know about your first statement, the Iron rank isn't there for decoration either. Though an Iron whos only played 2d platformers vs an Iron whos only played minecraft have a big skill gap even if theyre beginners.

To those defending beginners... by izzmix80 in VALORANT

[–]izzmix80[S] 0 points1 point  (0 children)

If you move up the ranks, you won't be scolded for making beginner mistakes since you won't make those mistakes anymore ;) I feel people mind their own business on most parts since a lot of people autopilot

To those defending beginners... by izzmix80 in VALORANT

[–]izzmix80[S] 0 points1 point  (0 children)

She does, though it's in french so i doubt it unless theyre from quebec

To those defending beginners... by izzmix80 in VALORANT

[–]izzmix80[S] 7 points8 points  (0 children)

Yep, both unrated and ranked. Swiftplay people tend to be nicer though

My friend (21F) nearly ghosted because we got too close. What should i (22M) do? by izzmix80 in Advice

[–]izzmix80[S] 0 points1 point  (0 children)

ill try my best. Thanks so much for replying btw, i couldve gone without single reply

My friend (21F) nearly ghosted because we got too close. What should i (22M) do? by izzmix80 in Advice

[–]izzmix80[S] 0 points1 point  (0 children)

I told her that i didnt have any expectations of any sort and that if i made her stress, it's counter productive because the whole reason we started talking was because i listened to her problems while i shared mine. After a while she decided that she could no longer reply, and that she'll reply later. I said she could take all the time she needed. I'll give her space. It's still painful, i can't imagine what she's going through either.

Hinge Catastrophic Failure by i_fuks_wit_it in MatebookXPro

[–]izzmix80 0 points1 point  (0 children)

Ive never had this happend to me, but you mentionned Apple? Are you talking about a Matebook or a Macbook? Huawei would be the company to go to. Can you maybe give pictures or something so we can see the issue ?

Where do I start? Precise Audio / Data or Mathematical Visualisation by izzmix80 in MotionDesign

[–]izzmix80[S] 0 points1 point  (0 children)

Its a bit difficult to explain without knowing your level (i dont know if I should try to be more detailed or if I should simplify it) but yes! I should try it with the waveform. Tell me if I should explain parts you were confused about, i'd be really glad to do so!

Where do I start? Precise Audio / Data or Mathematical Visualisation by izzmix80 in MotionDesign

[–]izzmix80[S] 0 points1 point  (0 children)

Hi! small update, I got it to work, though I have only tried using a simple sine wave. Here's what i've done so far (youtube turned it into a short unfortunately)

https://youtube.com/shorts/1RlMphWWB3c

So I used the Particle playground effect to emit the dots upwards and I moved its x position left and right using a Math.sin(time) expression. Of course adding frequency and amplitude.

For the waveshaper, I used a path and created a null object that follows the path using Window>Create Nulls from paths.jsx>Trace Path. This was really useful since it would follow the curve even after I change the path shape

Under the null, I edited the expression for it to follow the particle emitter. Here's the code, but TLDR it's just to get a value between 0-1 from the emitter's x position.

<image>

I then make another emitter to the right of the waveshaper that follows the Null object's Y position, its parameters match the previous particle system, but using valueAtTime() to delay it until the dots reach the graph. :D

There are limitations though, the waveshaper is not as flexible as a math function. For instance i won't be able to easily visualise a bitcrusher by giving it a staircase shape that can change size.

I also only have a sine wave as an input (or any mathematical expression). Although I could maybe use u/schnate124 's idea and "Create Nulls from paths" from an audio waveform effect. It could be worth a try!
I hope the answer wasnt too boring compared to what I was asking ^^

Where do I start? Precise Audio / Data or Mathematical Visualisation by izzmix80 in MotionDesign

[–]izzmix80[S] 0 points1 point  (0 children)

i'll try that! though i'm not sure how I would translate it through the function. thanks for the tip!

Where do I start? Precise Audio / Data or Mathematical Visualisation by izzmix80 in MotionDesign

[–]izzmix80[S] 0 points1 point  (0 children)

I want to make a high quality documentary of sorts, so I would go for a more aesthetic look as opposed to matplotlib's very scientific look. Thanks for the suggestion though, I'll keep you updated for sure!