Search found 11 matches
- Wed Jun 29, 2022 6:51 am
- Forum: Voltage Modular
- Topic: Create Circuit from Modules
- Replies: 3
- Views: 1446
Re: Create Circuit from Modules
Hey guys/gals, Quick question: once I build a "synth" containing multiple modules, is there a way to create a "circuit" out of them so that I can interact with it holistically; similar to how Reaktor works? Reason why I ask is because I use a laptop and am looking for ways to fr...
- Sat Jun 18, 2022 11:20 pm
- Forum: Module Designer
- Topic: Dome Music Technologies source code available for download.
- Replies: 22
- Views: 20822
Re: Dome Music Technologies source code available for download.
Grant, two words: Thank you.
No, wait. I have three more words: Thank you again.
No, wait. I have three more words: Thank you again.
- Sat Jun 18, 2022 2:22 pm
- Forum: Module Designer
- Topic: Including *module* presets with a module
- Replies: 4
- Views: 1912
Including *module* presets with a module
I know you can make a bundle of VM presets to accompany a module or set of modules and put it in the shop but is there any way to supply module presets with a module such that they are automatically available to anyone who downloads the module? I'm talking about the presets you access with a right-c...
- Mon Jun 13, 2022 7:16 pm
- Forum: Module Designer
- Topic: Builing modules with other, non-Java JVM languages
- Replies: 4
- Views: 2403
Re: Builing modules with other, non-Java JVM languages
I'm writing modules in Kotlin. The UI surface is still have to be written in Java but I could write most of the DSP code in Kotlin. Have to include Kotlin runtime in a module binary, and it makes the module size bigger, but it works. I wish if Voltage Modular runtime include Kotlin runtime too. Can...
- Mon Jun 13, 2022 6:38 pm
- Forum: Module Designer
- Topic: Unlink - a small QOL suggestion
- Replies: 6
- Views: 1869
Re: Unlink - a small QOL suggestion
Strangely I've never used Link, Unlink or Control Sets. Am I missing some major benefit? I think the Control Set thing is a relatively recent addition to the IDE but it allows you to store commonly used groups of objects so you can drag multiple copies into the project and also have them available ...
- Mon Jun 13, 2022 3:20 pm
- Forum: Module Designer
- Topic: Unlink - a small QOL suggestion
- Replies: 6
- Views: 1869
Re: Unlink - a small QOL suggestion
Thanks for that. I had never thought to right-click on the module so you've just led me to a few other handy things too!
- Sun Jun 12, 2022 3:04 pm
- Forum: Module Designer
- Topic: Unlink - a small QOL suggestion
- Replies: 6
- Views: 1869
Unlink - a small QOL suggestion
I'm still new to VMD but I have a small suggestion relating to linking and unlinking GUI objects. You can link a whole bunch of controls together by selecting them all and selecting "Link Selected Controls" from the right-click menu. An excellent feature. However, to unlink them you have t...
- Sat Jun 11, 2022 3:36 pm
- Forum: Module Designer
- Topic: Named Timers
- Replies: 2
- Views: 1541
Named Timers
I've just been trying to use a NamedTimer for the first time and it seems to have slightly odd behaviour. It looks like it triggers a Notify event immediately and then settles into the regular time period I've set. So if, for example, I set it for 1000 ms, I get the first notification in less than a...
- Sun Jun 05, 2022 4:50 pm
- Forum: Module Designer
- Topic: Two Rookie questions
- Replies: 4
- Views: 1308
Re: Two Rookie questions
Thanks Colin, some good tips there. I'm some way from doing fancy stuff just yet. I'm still at the stage of fumbling around the class methods and cross referencing the many example files I have loaded up in a text editor on the second monitor. It won't take me long to get up to speed though, and the...
- Sun Jun 05, 2022 2:23 pm
- Forum: Module Designer
- Topic: Two Rookie questions
- Replies: 4
- Views: 1308
Re: Two Rookie questions
Thanks Martin. I don't know how I didn't spot the documentation in my account.
The Log() thing is a lifesaver. I've been sending debug data to text labels, which is far from ideal!
The Log() thing is a lifesaver. I've been sending debug data to text labels, which is far from ideal!