| If you use JUCE it will simplify the whole thing for you. Just use the
Introjucer to setup the Xcode project for you and you should be up and
running in no time. Because there is no need to bother with any OSX or
AU specific stuff you can just turn your attention to the plugin
processing method. If you need a hand getting set up I'm happy to
assist.
On 11 May 2015 at 22:19, Edward Costello wrote:
> Unfortunately I’m pretty busy at the moment so I wouldn’t have time to work on a project like that.
> That’s why I ask actually, so far I’ve been able to get some examples of audio unit code but they’re pretty complicated and I don’t really have a lot of time to dive in and see how it all fits together.
> Honestly that api is pretty difficult to work with, in the examples I have theres also a load of complex C++ going on as well which just makes my eyes glaze over.
>
>> On 11 May 2015, at 23:09, Rory Walsh wrote:
>>
>> It's pretty trivial to write one that will load either the same
>> dedicated csd each time, or that will let a user load a particular csd
>> when it starts. What's not so easy is dynamically modified the AU like
>> I do with VSTs for Cabbage. If you are interested I would love for you
>> to take a look at getting AU support going for Cabbage. My Cabbage
>> XCode solution already create AUs. But I've never been able to figure
>> out how to dynamically modify the binaries in the same way I do for
>> VSTs. Let me know if you have either the time, or the interest. If
>> not, you should be able to roll your own Csound AU in about 30 minutes
>> using JUCE.
>>
>> On 11 May 2015 at 21:53, Edward Costello wrote:
>>> Hi,
>>>
>>> Is there such thing as a Csound audio unit for Mac OS X? I know there is audio unit like code in the Mac/iOS API but I haven’t been able to find an actual Csound component.
>>> Ed
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists. |