Search found 91 matches
- Mon Feb 22, 2021 7:38 am
- Forum: Module Designer
- Topic: AddChildComponent() - how does it work?
- Replies: 4
- Views: 53
Re: AddChildComponent() - how does it work?
Set the position relative to the parent. That should help. Yes, now I got it, thank you! But it also seems that the child component needs to be inside the parent's bounding rectangle, the rest is cut off. No problem, I just thought that the parent-child-relationship would simply mean locking the co...
- Sun Feb 21, 2021 7:23 pm
- Forum: Module Designer
- Topic: AddChildComponent() - how does it work?
- Replies: 4
- Views: 53
AddChildComponent() - how does it work?
When I try to use AddChildComponent() for any GUI element, the child component simply disappears? For example, I have two text labels, and do this in the code: textLabel1.AddChildComponent( textLabel2 ); As soon as I do that, textLabel2 disappears from the interface. I have tried moving both compone...
- Sun Jan 17, 2021 3:41 pm
- Forum: Module Designer
- Topic: Sharing data between module & VM instances?
- Replies: 4
- Views: 201
Re: Sharing data between module & VM instances?
Thanks for the ideas! Yeah, my (amateur...) understanding also tells me that VM plugin instances run in their own JVM, so there aren't any "natural" ways to share data between them. Several "slow" methods would probably work, like files or the manufacturer properties, but I was actually mainly inter...
- Sun Jan 17, 2021 2:40 pm
- Forum: Module Designer
- Topic: Sharing data between module & VM instances?
- Replies: 4
- Views: 201
Sharing data between module & VM instances?
I'm wondering if there's a way to share data between modules that run inside different VM plugin instances? I know static variables are automatically shared between modules if they run inside the same VM plugin, but I'd need the modules to talk across different VM plugin instances. For example, say ...
- Mon Nov 02, 2020 5:14 am
- Forum: Voltage Modular
- Topic: modules you would like to have
- Replies: 28
- Views: 4741
Re: modules you would like to have
I'd like a bigger/better waveform display à la VCV Scope. VCV has nice oscilloscopes. The current one is tiny. :) I’m working on something like that! I have already used it myself for analyzing & debugging other modules I have in the works, and I think it’s pretty useful. The basic functionality is...
- Thu Aug 20, 2020 6:18 am
- Forum: Module Designer
- Topic: HELP!
- Replies: 10
- Views: 2053
Re: HELP!
I saw similar behaviour some time ago, can't remember any more the exact situation, but I do remember it was driving my crazy. :D Clearly there's something different happening inside VMD when running with vs without debugger, and it definitely looks like the initialization code (maybe something else...
- Mon Jul 06, 2020 1:28 pm
- Forum: Voltage Modular
- Topic: internal sampling rate
- Replies: 15
- Views: 3636
Re: internal sampling rate
VM always works internally at 48 kHz, while many/most synths and effects adjust their sample rate to match the outside world. With VM, if the external sample rate is different from 48 kHz, there's going to be some resampling, which always affects the sound quality. I guess the conversion algorithm c...
- Mon Jul 06, 2020 9:55 am
- Forum: Module Designer
- Topic: Working with samples
- Replies: 4
- Views: 1006
Re: Working with samples
Not sure if this is of any help, but when I started working on my granular module (which has been WIP forever now...), I first experimented with VM’s sampler classes. I was also looking for things like being able to start sample playback at any position, etc. Pretty soon I gave up, either because th...
- Mon Jun 22, 2020 5:40 am
- Forum: Voltage Modular
- Topic: I would instantly buy such module for sure ...
- Replies: 11
- Views: 2892
Re: I would instantly buy such module for sure ...
Why not! The basic idea is not hard to implement, I guess it’s mostly about making the module intuitive to use. And like you said, delaying is always quite easy, but moving something earlier requires some kind of buffering, which makes it more complicated. I’ll see how it’s done in Live, maybe I’ll ...
- Mon Jun 08, 2020 12:03 pm
- Forum: Voltage Modular
- Topic: Tuner?
- Replies: 6
- Views: 1243
Re: Tuner?
Just to clarify - you mean a tuner that detects the fundamental frequency of an audio signal (lika a typical guitar tuner)?