-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mention Opcode category on manual pages #744
Comments
|
I think the naming above is not quite right, this describes better what we have we 7.0:
The situation with (a) is that some opcodes may not be present in all supported platforms (while the majority are). For example OSC opcodes are only present in platforms supporting liblo (MacOS, Windows, Linux). |
thanks, i will grow into this :-) i think it would be good to add some words to every opcode about its supported platforms; good to know if a certain opcode is available when the user needs or wants to switch between several platforms. And what the user can expect when working on the chosen platform. Are parts of these lists of the Internal, External a & b available yet? |
it's easy to make a list of 3rd party opcodes and the ones that have limited support. The ones in the plugin repo are 3rd-party. The limited support are only a handful. |
We'll need to compile a list but there are 3 categories:
The ones in category 2 may be released as plugins or be part of the library. They might vary slightly depending on the operating system/platform.
Category 3 includes all plugins in the csound-plugins repo, all the ones provided by other developers outside the project, and frontend specific opcodes (e.g. from Cabbage, Bela, etc).
The text was updated successfully, but these errors were encountered: