• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Sub Categories For Company Audio Units
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sub Categories For Company Audio Units


  • Subject: Re: Sub Categories For Company Audio Units
  • From: Paul Davis <email@hidden>
  • Date: Sat, 24 Jan 2015 15:59:10 -0500



On Sat, Jan 24, 2015 at 3:24 PM, Daniel Wilson <email@hidden> wrote:
Hi,

I am trying to split the audio units that I create into sub categories. I currently have created over 25 Audio Units and they all display as a long list under my company name in Logic. I am trying to set it to where I have sub categories. For instance instead of going to Audio Units -> MyCompanyName -> Effect, I want to go to Audio Units -> MyCompanyName -> Sub Category1 -> Effect when selecting a particular effect in Logic’s inspector pane. This way I can neatly organize all of my audio units. Currently under my Info.plist I have MyCompanyName: Effect in the “Name section”. I tried doing MyCompanyName: Sub Category1: Effect to create a sub category but this did not work. Thank you for your help!

good luck with that.

audio unit identifiers have 3 fields. From my own source code, a comment:

            /* although apple designed the subtype field to be a "category" indicator,
           its really turned into a plugin ID field for a given manufacturer. Hence
           there are no categories for AudioUnits. However, to keep the plugins
           showing up under "categories", we'll use the "type" as a high level
           selector. */

you cannot add extra fields/subfields.

if you want classification, you need to use the same identifier format as apple does for its own AU, by omitting your company name.

stupid. hopefully there's some brilliant workaround.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Sub Categories For Company Audio Units
      • From: Daniel Wilson <email@hidden>
References: 
 >Sub Categories For Company Audio Units (From: Daniel Wilson <email@hidden>)

  • Prev by Date: Sub Categories For Company Audio Units
  • Next by Date: Re: Sub Categories For Company Audio Units
  • Previous by thread: Sub Categories For Company Audio Units
  • Next by thread: Re: Sub Categories For Company Audio Units
  • Index(es):
    • Date
    • Thread