Search found 14 matches

by jclounge
Fri Jun 30, 2023 8:54 am
Forum: Module Designer
Topic: Undo Nodes
Replies: 6
Views: 2559

Re: Undo Nodes

I still haven't released anything yet (send help LOL), however I've been using undo nodes extensively. I prefer it when undo/redo works as expected, but that's just my opinion. For the more tricky undo/redo cases that may change a lot of settings at once, I find it simpler to just use my serialisati...
by jclounge
Sat Jul 02, 2022 6:36 am
Forum: Module Designer
Topic: Including *module* presets with a module
Replies: 4
Views: 919

Re: Including *module* presets with a module

I don't know if there's a proper way (since I'm yet to publish). But maybe you could include the preset files into your module resources and then write them out to the presets folder when the module is first run. VM's GetLibraryPath() method helps to locate where to put the presets in a cross-platfo...
by jclounge
Fri Sep 10, 2021 12:18 pm
Forum: Module Designer
Topic: Location for shared java libraries
Replies: 3
Views: 2076

Re: Location for shared java libraries

Hi Doc Joe, I haven't used this functionality yet so maybe someone else will correct me, but it looks like you can add additional java files and jar files in the editor, in the module properties where you set the module name, etc.
by jclounge
Fri Sep 10, 2021 3:36 am
Forum: Module Designer
Topic: Adding Skins
Replies: 8
Views: 2720

Re: Adding Skins

Oh cool, I'm glad that works! Funnily enough it was just what I coded up in the first place since it happened to make enough sense at the time, so I never knew there was a bug until you mentioned it. Just lucky really since you would expect it to work no matter what order you set them in. Wow, it lo...
by jclounge
Thu Sep 09, 2021 3:22 am
Forum: Module Designer
Topic: Adding Skins
Replies: 8
Views: 2720

Re: Adding Skins

Whether it's good I'm not sure, but this seems to be working: - Every time anything at all needs to be reordered, I call my module method updateComponentZOrdering(), and it reorders everything that will ever be reordered. - The method starts off with a Z value of 10000 just for the sake of it, my co...
by jclounge
Wed Sep 08, 2021 7:43 am
Forum: Voltage Modular
Topic: Shift key need not be necessary
Replies: 20
Views: 6634

Re: Shift key need not be necessary

schoekah wrote: Sun Sep 05, 2021 7:08 pm I like shift key the way it is
There would be nothing stopping you from still holding down the shift key if you really wanted to, it just wouldn't make any difference either way! :D
by jclounge
Wed Sep 08, 2021 7:29 am
Forum: Module Designer
Topic: Adding Skins
Replies: 8
Views: 2720

Re: Adding Skins

Hi Colin, what if you instead only ever set Z order with increasing values? I know it's not ideal, but that's what I've been doing and so far it seems to be working.
by jclounge
Thu Aug 26, 2021 3:46 am
Forum: Voltage Modular
Topic: Bug:VST Hosts
Replies: 20
Views: 6059

Re: Bug:VST Hosts (added screen shots)

ivybirds wrote: Thu Aug 26, 2021 3:06 am It says HWNDComponentWithParent if that means anything
Here is what seems to be the technical issue behind the problem:

https://forum.juce.com/t/juce-6-0-8-pro ... dows/45215

Cheers,
Jules
by jclounge
Tue Aug 24, 2021 6:24 pm
Forum: Voltage Modular
Topic: Shift key need not be necessary
Replies: 20
Views: 6634

Re: Shift key need not be necessary

There needs to continue to be a way to drag a single cable rather than all at once, but most of the time, I'm dragging all. The shift thing isn't a big deal to me, but it is an extra step most often. I like the right-click idea to access individual cables. Even with the shift key permanently held d...
by jclounge
Fri Aug 20, 2021 12:20 pm
Forum: Voltage Modular
Topic: Shift key need not be necessary
Replies: 20
Views: 6634

Re: Shift key need not be necessary

Oh yeah, good point ColinP, I missed that Eric said "module" developers, as opposed to "Voltage Modular" developers.. :oops:

Go to advanced search