Search found 11 matches

by 4ndrw
Wed Sep 25, 2024 03:32
Forum: Problems? Bugs? Solutions!
Topic: A lot of content packs aren't fully downloading
Replies: 2
Views: 2393

Re: A lot of content packs aren't fully downloading

Yup, you guys are on it

Thanks Zoltan
by 4ndrw
Tue Sep 24, 2024 10:51
Forum: Problems? Bugs? Solutions!
Topic: A lot of content packs aren't fully downloading
Replies: 2
Views: 2393

A lot of content packs aren't fully downloading

eg. Burlesque Experiments
Hybrid Mashup etc

they have missing videos when I download the DXV versions with Alley or the zip files directly

sometimes Alley will say the expected number of files in the content pack, but some get stuck on pending. Direct downloading the zip files and expanding them ...
by 4ndrw
Mon Nov 27, 2023 14:49
Forum: New Features
Topic: Fullscreen on previews on the content store! (Plz <3 )
Replies: 0
Views: 48459

Fullscreen on previews on the content store! (Plz <3 )

Hey guys, love your work, love your content

I just wish I could full-screen the content when shopping on your website!

anychance that could be added?

I used to search for the same thing on youtube and watch it there, but I don't think that's how it's hosted anymore. But even that was 2 steps ...
by 4ndrw
Mon Oct 16, 2023 05:31
Forum: New Features
Topic: Option to set default "loops" count when importing clips?
Replies: 0
Views: 33188

Option to set default "loops" count when importing clips?

tangentially related to my other thread today (debated whether to open a separate thread)

any chance we could gain the option to set a "default loop count" when importing clips, to a custom value?

often find myself dropping in clips from packs mid set, but everytime I do this,
I have to select ...
by 4ndrw
Mon Oct 16, 2023 05:15
Forum: New Features
Topic: Layer controls GUI option for Autopilot?
Replies: 2
Views: 23298

Re: Layer controls GUI option for Autopilot?

alternatively, maybe a dropdown, in a similar style to the "loop" controls, would be a far better way to go about it....
by 4ndrw
Mon Oct 16, 2023 05:09
Forum: New Features
Topic: Layer controls GUI option for Autopilot?
Replies: 2
Views: 23298

Re: Layer controls GUI option for Autopilot?

here's the roughest mockup the world has ever seen

I'm sure it could easily be topped!

(though it makes me wonder if viewing the controls could be toggled per layer? would that be useful and reduce visual noise on some comps? or maybe that's making controls too granular... idk!)
by 4ndrw
Mon Oct 16, 2023 04:55
Forum: New Features
Topic: Layer controls GUI option for Autopilot?
Replies: 2
Views: 23298

Layer controls GUI option for Autopilot?

Hey handsome users and developers!

My you're all looking fine

I had a feature request, been thinking it for a while, had a quick search and couldn't find a thread on it already in the more recent few pages of results.

I would love the option to see and adjust the autopilot status of a layer, in ...
by 4ndrw
Tue Nov 02, 2021 11:40
Forum: Developers Developers Developers
Topic: Wire: elegant way to stop instances looping around and filling empty slots?
Replies: 3
Views: 14044

Re: Wire: elegant way to stop instances looping around and filling empty slots?

ahhhhhh so creating the array first, and then iterating through it is it the secret, so it has a minimum size that is bigger than what you could address

gotcha!
by 4ndrw
Mon Nov 01, 2021 13:37
Forum: Developers Developers Developers
Topic: Wire: elegant way to stop instances looping around and filling empty slots?
Replies: 3
Views: 14044

Re: Wire: elegant way to stop instances looping around and filling empty slots?

It gets pretty hard that there's no concept of slice information while inside Wire

But having some luck debugging things by using the "text render", running a variable to it and seeing what shows up inside Arena ;)
by 4ndrw
Mon Nov 01, 2021 13:21
Forum: Developers Developers Developers
Topic: Wire: elegant way to stop instances looping around and filling empty slots?
Replies: 3
Views: 14044

Wire: elegant way to stop instances looping around and filling empty slots?

Hey there,

I have a basic effect I'm working on, it involves getting data from slices and adjusting opacity for them.

But, if I'm expecting 8 slices, and the user only loads in 6, I get some bizarre behaviour that I'd like to change. Basically, stuff intended to control "slice 7" and "slice 8 ...