Announcing dplug, a toolkit for making audio plugins with D

ponce via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Oct 1 11:01:09 PDT 2015


On Wednesday, 9 September 2015 at 07:51:19 UTC, ponce wrote:
>
> - Mac VST support for 64-bit is there, with the exception of a 
> weird scanning bug in Reaper and Studio One (#62). The 
> interface use Cocoa through DerelictCocoa. 32-bit plugins would 
> require a Carbon UI and I don't think it's clever to focus time 
> on it.

More dplug news:

32-bit Mac OS X VST support is complete with the help of an 
ad-hoc, Derelict-style Carbon binding. Actually it was way easier 
than binding to Cocoa.

Using DMD one can target as low as OS X 10.6, if ever needed ;)

https://github.com/p0nce/dplug
https://github.com/p0nce/DerelictCarbon



More information about the Digitalmars-d-announce mailing list