[Csnd-dev] RFC: OENTRY refactor
Steven Yi <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <CANtcCs4V2dEixX4sRV3wcTwnS99FGzhe2S1YZw1RZJmwzVyN8A@mail.gmail.com> |
Hi All, I was looking at OENTRY and think we can make a change to simplify it by: 1. Remove .thread 2. Remove .aopadr 3. Rename .iopadr to initFunc 4. Rename .kopadr to perfFunc There's little code to check ->thread and I think it can be refactored to check the presence of initFunc or perfFunc. I think initFunc and perfFunc might be a little easier to understand for modern devs vs. iopadr and kopadr. Thoughts? Steven