djehuti.com – The Armory
Mac and Music geekery. Not much heraldry talk.
Menu Close
  • Home
  • About
    • Discography
  • Stockholm Street Deterioration
  • PitchCalc

Programming

Returning Retained Properties in Objective-C

Posted on July 24, 2012 by Ben

In Objective-C, retained object properties are quite common: @class MyOtherObject; @interface MyObject : NSObject { MyOtherObj* mOtherObj; } @property (nonatomic, retain) MyOtherObject* otherObj; – (void) doSomeRandomThings; @end @implementation MyObject @synthesize otherObj = mOtherObj; // … @end Well, that’s all well… Continue Reading →

Tips Mac, Programming

From the Audio Unit Programming Guide

Posted on November 4, 2011 by Ben

Audio Plug-In manufacturers would do well to read and re-read this paragraph. Adding Copy Protection If you choose to add copy protection to your audio unit, it’s especially important to consider the audio unit’s opening sequence. The time for copy… Continue Reading →

Opinions Mac, Music, Programming

Designated Initializers in Objective-C

Posted on September 21, 2010 by Ben

So, if you are a Mac/Objective-C developer, you are probably familiar with the Designated Initializer. The Designated Initializer (“DI”) is, in an Objective-C class, the one initializer in a class that is supposed to do the heavy lifting in initializing… Continue Reading →

Tips Mac, Programming

Links

  • Daniel Pipitone Design
  • Spotted Peccary Music
  • The Universe of Discourse

Mini-Me

  • Code Playground
  • Me on iTunes
  • Me on Twitter

On This Site

  • About
    • Discography
  • PitchCalc
  • Stockholm Street Deterioration

Categories

  • Musings (5)
  • News (7)
  • Opinions (10)
  • Tips (4)
  • Uncategorized (9)

Calendar

January 2021
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Jan    
© 2021 djehuti.com – The Armory. All rights reserved.
Hiero by aThemes