Search found 14 matches
- Fri Jun 30, 2023 8:54 am
- Forum: Module Designer
- Topic: Undo Nodes
- Replies: 6
- Views: 6912
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...
- Sat Jul 02, 2022 6:36 am
- Forum: Module Designer
- Topic: Including *module* presets with a module
- Replies: 4
- Views: 1913
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...
- Fri Sep 10, 2021 12:18 pm
- Forum: Module Designer
- Topic: Location for shared java libraries
- Replies: 3
- Views: 3306
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.
- Fri Sep 10, 2021 3:36 am
- Forum: Module Designer
- Topic: Adding Skins
- Replies: 8
- Views: 3918
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...
- Thu Sep 09, 2021 3:22 am
- Forum: Module Designer
- Topic: Adding Skins
- Replies: 8
- Views: 3918
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...
- Wed Sep 08, 2021 7:43 am
- Forum: Voltage Modular
- Topic: Shift key need not be necessary
- Replies: 20
- Views: 10766
- Wed Sep 08, 2021 7:29 am
- Forum: Module Designer
- Topic: Adding Skins
- Replies: 8
- Views: 3918
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.
- Thu Aug 26, 2021 3:46 am
- Forum: Voltage Modular
- Topic: Bug:VST Hosts
- Replies: 20
- Views: 9475
Re: Bug:VST Hosts (added screen shots)
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
- Tue Aug 24, 2021 6:24 pm
- Forum: Voltage Modular
- Topic: Shift key need not be necessary
- Replies: 20
- Views: 10766
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...
- Fri Aug 20, 2021 12:20 pm
- Forum: Voltage Modular
- Topic: Shift key need not be necessary
- Replies: 20
- Views: 10766
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..