Poll: Would you be interested in paying 49e for MorphOS port of AudioEvolution4 ?
Ended on 06.06.2010 - 16:43:36
» yes
78 %
78.05 % (32)
» no
21 %
21.95 % (9)
Total Voters: 41

  • MorphOS Developer
    itix
    Posts: 1516 from 2003/2/24
    From: Finland
    Use HookEntry:

    Quote:


    hook->h_Entry = (HOOKFUNC)&HookEntry;
    hook->h_SubEntry = (HOOKFUNC)&RecordFunc;

    ULONG RecordFunc(struct Hook *hook, struct AHIAudioCtrl *actrl, struct AHIRecordMessage *rmsg)
    {
    /* ... */
    }

    1 + 1 = 3 with very large values of 1
  • »28.05.10 - 15:47
    Profile