Search found 145 matches

by mike@overtonedsp
Tue Dec 01, 2020 3:13 pm
Forum: Developer's Section
Topic: vst3_plugin.h
Replies: 15
Views: 21651

Re: vst3_plugin.h

It would be a more nicer solution if we could avoid the original VST3 SDK.
Why?
by mike@overtonedsp
Sun Nov 22, 2020 4:00 pm
Forum: Marketplace
Topic: ACM500-series VST3 Plug-Ins for Linux, VST updates
Replies: 8
Views: 7464

Re: ACM500-series VST3 Plug-Ins for Linux, VST updates

We normally let people know about significant updates - you can always download the latest versions from the website.
by mike@overtonedsp
Sun Nov 22, 2020 2:43 pm
Forum: Marketplace
Topic: ACM500-series VST3 Plug-Ins for Linux, VST updates
Replies: 8
Views: 7464

Re: ACM500-series VST3 Plug-Ins for Linux, VST updates

There isn't a planned upgrade path, these are different products in their own right (and we have, and continue to provide free updates to the other plug-ins for existing users). The cost is intended to be minimal for a professional quality product. (While I do appreciate the many great Linux plug-in...
by mike@overtonedsp
Sun Nov 22, 2020 1:59 pm
Forum: Marketplace
Topic: ACM500-series VST3 Plug-Ins for Linux, VST updates
Replies: 8
Views: 7464

Re: ACM500-series VST3 Plug-Ins for Linux, VST updates

No - they're not just reskinned - the UI is more modern, but underneath they also build on the original OverTone DSP processing - what we wanted to do was to take that and improve it, but without breaking what many considered desirable about the originals. So, these for example have an improved tran...
by mike@overtonedsp
Sun Nov 22, 2020 11:00 am
Forum: Marketplace
Topic: ACM500-series VST3 Plug-Ins for Linux, VST updates
Replies: 8
Views: 7464

Re: ACM500-series VST3 Plug-Ins for Linux, VST updates

I'm going to bump this announcement because it kind of got instantly buried by some (old) stuff about mixbus. I've been involved in Linux audio for the last decade, and I think its important Linux users know about these plug-ins, developed specifically for Linux. (They also work with Ardour / Mixbus...
by mike@overtonedsp
Fri Nov 20, 2020 4:21 pm
Forum: Marketplace
Topic: ACM500-series VST3 Plug-Ins for Linux, VST updates
Replies: 8
Views: 7464

ACM500-series VST3 Plug-Ins for Linux, VST updates

Applied Computer Music Technologies (developers of the OverTone DSP range of plug-ins) now have updated VST2 and new VST3 versions of their Linux plug-ins available. The ACM500, ACM510, ACM210 and ACM-2A plug-ins are available to download and demo for free at: www.acmt.co.uk/products/ In addition t...
by mike@overtonedsp
Wed Nov 11, 2020 6:54 pm
Forum: Developer's Section
Topic: Rust for audio
Replies: 31
Views: 29103

Re: Rust for audio

...Now let's look to the reason of such dependency hell...
@sadko4u: #include <Windows.h> :)
by mike@overtonedsp
Wed Oct 21, 2020 10:23 pm
Forum: Developer's Section
Topic: Rust for audio
Replies: 31
Views: 29103

Re: Rust for audio

The rules are basically don't use dynamic memory allocation or locks in your DSP processing, and therefore by implication some STL structures should also be avoided (e.g. any kind of 'growable' arrays, which will (re)alloc memory as they grow). The danger with reinventing your own versions is that t...
by mike@overtonedsp
Mon Oct 19, 2020 3:19 pm
Forum: Developer's Section
Topic: Rust for audio
Replies: 31
Views: 29103

Re: Rust for audio

Also, what about GUIs? Gtk-rs seems to be working and Azul seems interesting, is it suited for plugins? There are many good reasons why GTK is not a good fit for plug-in GUIs on Linux. The problems related to using <some kind of> UI toolkit (which may or may not be the native toolkit used by the ho...
by mike@overtonedsp
Thu Sep 24, 2020 3:44 pm
Forum: Developer's Section
Topic: Rust for audio
Replies: 31
Views: 29103

Re: Rust for audio

...which is a statically typed Lisp written in Haskell...
What else is there to say.

Please, for the sake of sanity just use C / C++, as god and nature (and most SDKs) intended :)
by mike@overtonedsp
Mon Aug 10, 2020 9:53 pm
Forum: Marketplace
Topic: High-end pro-audio plug-ins for Linux
Replies: 3
Views: 5714

Re: High-end pro-audio plug-ins for Linux

What makes them "higher", compared to plugins that aim to do the same?... I think the best way to explain it is (as I mentioned in the post at ardour.org) that I’ve been wanting to see what could be done with several modifications to the original OverTone plug-ins, developed over the year...
by mike@overtonedsp
Mon Aug 10, 2020 6:10 pm
Forum: Marketplace
Topic: High-end pro-audio plug-ins for Linux
Replies: 3
Views: 5714

Re: High-end pro-audio plug-ins for Linux

A little bit more info about these over at ardour.org
by mike@overtonedsp
Thu Aug 06, 2020 2:48 pm
Forum: Marketplace
Topic: High-end pro-audio plug-ins for Linux
Replies: 3
Views: 5714

High-end pro-audio plug-ins for Linux

Applied Computer Music Technologies (developers of the OverTone DSP range of plug-ins) have some high-end plug-ins specifically designed for Linux users at: https://www.acmt.co.uk https://www.acmt.co.uk/uploads/acm-panels-600px.png V2.0 updates are now released - these plug-ins further refine proce...
by mike@overtonedsp
Tue Aug 13, 2019 8:55 am
Forum: Marketplace
Topic: IK Multimedia 'group buy' 2019
Replies: 19
Views: 4662

Re: IK Multimedia 'group buy' 2019

...without any slight workaround whatsoever...
Well, you are already using a massive workaround called WINE... :)
by mike@overtonedsp
Sat Aug 03, 2019 1:17 pm
Forum: Linux Music News
Topic: Maintaining a Real Time Stable Kernel
Replies: 32
Views: 9114

Re: Maintaining a Real Time Stable Kernel

I have the impression that Windows DAWs are better in distributing the load to multiple cores. Maybe it's more complicated to do that with JACK on Linux. I haven't noticed any major difference between e.g. Reaper on Windows or on any other platform (specifically Linux) - I mention Reaper because it...