Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Contributing to Zynthian Development
(view source)
Revision as of 16:56, 13 August 2025
144 bytes added
,
13 August
→Explanation of DistrhoPluginMain.cpp
Line 869:
Line 869:
−
Protected:
+
======
Protected:
======
Members declared as protected are accessible within the same class and in derived classes
Members declared as protected are accessible within the same class and in derived classes
Some functions are declared
Some functions are declared
Line 963:
Line 963:
At the end of the process the out arrays have been filled with the adjusted values from the input arrays. . . .
At the end of the process the out arrays have been filled with the adjusted values from the input arrays. . . .
+
And these can be handled by the framework infrastructure to throw it at the next device down the chain.
−
Private:
+
<br clear all>
+
+
======
Private:
======
Members declared as private are accessible only within the same class.
Members declared as private are accessible only within the same class.
They cannot be accessed by derived classes, objects of the class, or external code.
They cannot be accessed by derived classes, objects of the class, or external code.
Wyleu
1,112
edits
Navigation menu
Personal tools
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main page
Documentation
Building
Software
User's Guide
Updating
Accessing
FAQ
Features & Resources
Features
Processors
SoundFonts
Sound Demos
Photo Gallery
Development
TODO list
Wishlist
Development
Media
Media References
Sites
Web
Forum
Shop
Blog
GitHub
Social
YouTube
Twitter
Instagram
Google+
Facebook
Wiki
Recent changes
Random page
Help
Tools
Special pages
Printable version