- high level objects for rapid programming and beginners
- high level objects would be written in Pd so that the user can
easily get inside it
- Pd should provide a broad set of the lowest level of operators,
whether they be for audio, messages, video, etc.
i'd also suggest to provide some basic api functions for simple dsp processing to developers ... e.g. scalartimes_perform, scalartimes_simd and scalartimes_8 ... so every external programmer has easy access to the simd optimized code (_simd) without special knowledge of the platform hardware ...
that will be a bunch of exported functions (and i'm not sure if a compiler can inline these functions), but would avoid the need to reinvent the wheel a couple of times ...
cheers ... tim