Search found 3 matches
- Sun Apr 14, 2024 4:57 am
- Forum: Module Designer
- Topic: VMOD Editor
- Replies: 7
- Views: 3843
Re: VMOD Editor
Thanks for the info on how others are handling it. I may build some Java templates and just do it the same way. I want to edit the properties of many objects at the same time. For instance, if I have 30 knobs, all starting at 0.0, with 99 steps between it and 1.0, using the same skin and size, then ...
- Sat Apr 13, 2024 9:58 pm
- Forum: Module Designer
- Topic: VMOD Editor
- Replies: 7
- Views: 3843
Re: VMOD Editor
I strongly suspect that any changes you make there will just get changed back again when VMD loads the file. Hi Reid, and thank you. I know that VMD takes all of its information from the .vmod file - and nothing from the generated .java file - and that the java "source code" as shown in t...
- Sat Apr 13, 2024 7:54 pm
- Forum: Module Designer
- Topic: VMOD Editor
- Replies: 7
- Views: 3843
VMOD Editor
Hi all, I've searched this forum and Google, but no luck on finding a direct VMOD editor since, insanely, the auto-generated code cannot be edited. I found that the java code is in human-readable form in the VMOD, but that's a red herring; the actual code is above. Notepad++ doesn't handle the NUL v...