
Search found 152 matches
- Thu Jul 28, 2022 3:03 pm
- Forum: Andrew Macaulay
- Topic: Voltage-Controlled Matrix Switch
- Replies: 4
- Views: 13364
Re: Voltage-Controlled Matrix Switch
A very late apology for missing this. I'm adding the forum to my notes to check more regularly. I'm also trying to work out how to get it to email me when there is a new post 

- Thu Jul 28, 2022 2:55 pm
- Forum: Andrew Macaulay
- Topic: FR: Non-Return-To-Zero on Trapezoid and VC Envelope
- Replies: 7
- Views: 18899
Re: FR: Non-Return-To-Zero on Trapezoid and VC Envelope
Apologies for not replying to this sooner - I must admit that I don't often check the forums and have only just seen this as I tend to have emails sent via my website with issues and suggestions.... I will try to check more frequently from now!
This is definitely an interesting suggestion - I will ...
This is definitely an interesting suggestion - I will ...
- Thu Jan 20, 2022 8:42 pm
- Forum: Module Designer
- Topic: How to add Oversampling to modules
- Replies: 3
- Views: 3149
Re: How to add Oversampling to modules
Thank you, that gives me a great starter around it
although it does sound quite complex. I might have to put those modules on the backlog for now while I get to grips with it.

- Thu Jan 20, 2022 7:54 am
- Forum: Module Designer
- Topic: How to add Oversampling to modules
- Replies: 3
- Views: 3149
How to add Oversampling to modules
I am working on some modules that split audio waves into multiple parts and, as a result, have issues with aliasing for higher notes due to the fixed 48kHz internal sample rate in Voltage Modular. I have seen some developers are including up to 8x oversampling in their modules and was wondering how ...
- Mon Feb 22, 2021 10:46 am
- Forum: Voltage Modular
- Topic: "Hide Manufacturers" function in store suggestion
- Replies: 35
- Views: 28869
Re: "Hide Manufacturers" function in store suggestion
As a developer myself, I can see both sides of this discussion - so rather than making this about any specific developer (which it does feel like now), and having read the whole thread, I do think that a couple of the ideas talked about are definitely worth making as really good suggestions for ...
- Sun Feb 14, 2021 4:11 pm
- Forum: Voltage Modular
- Topic: Suggestion for New Modules/Groups of Modules - Buchla and Roland System 700
- Replies: 3
- Views: 3256
Suggestion for New Modules/Groups of Modules - Buchla and Roland System 700
To widen the palette (and breadth of types of vintage synth sounds) available from Voltage Modular, I would personally really like for there to be a set of modules available in Voltage Modular covering:
1. Buchla modules https://buchla.com/modules especially things like the Twisted Waveform ...
1. Buchla modules https://buchla.com/modules especially things like the Twisted Waveform ...
- Thu Aug 13, 2020 1:21 pm
- Forum: Module Designer
- Topic: How to use Custom Cursor option in Module Designer
- Replies: 6
- Views: 5904
Re: How to use Custom Cursor option in Module Designer
Thank you so much for this reply - and for a really clear explanation! Will look at using this in an upcoming release to make the UI even more discoverable.... and thanks for the resources you are making available on GitHub - this a really useful resource for us all. Kudos!
- Thu Jul 16, 2020 1:09 pm
- Forum: Module Designer
- Topic: How to use Custom Cursor option in Module Designer
- Replies: 6
- Views: 5904
How to use Custom Cursor option in Module Designer
I want to use a custom cursor to indicate the availability of an area where right-clicking will bring up a pop-up (options) menu. There is nothing in the standard set of cursors (the hand being the closest, but not ideal, option) and I was wondering how to use the "custom" option that is listed as ...
- Sun May 10, 2020 6:28 am
- Forum: Module Designer
- Topic: Questions re Additional Java Files
- Replies: 21
- Views: 20168
Re: Questions re Additional Java Files
Then I would suggest using the Java logging API. The only reason to use VoltageModule.Log() would be to write to the one single file.
The reason I was using their logging API was so that it also shows up in the debug window when testing, and so it can be switched on or off through VM settings ...
- Sat May 09, 2020 5:13 pm
- Forum: Module Designer
- Topic: Questions re Additional Java Files
- Replies: 21
- Views: 20168
Re: Questions re Additional Java Files
Thanks Martin, and your approach seems like a really well thought out and constructed model.