Changes

Jump to navigation Jump to search
→‎Technical Info For Driver Developers: Added a note about driver class name having to match the filename.
Line 1,143: Line 1,143:     
Drivers are python modules implementing a class. This class can call internal zynthian-ui API, so it has full access to zynthian functionality. It’s not limited by CUIA. No limits, so you can break the UI too 😉
 
Drivers are python modules implementing a class. This class can call internal zynthian-ui API, so it has full access to zynthian functionality. It’s not limited by CUIA. No limits, so you can break the UI too 😉
 +
 +
NOTE: the name of the class should be identical to that of the file name. This is a common pitfall when developing new drivers.
    
You can check the full code here:
 
You can check the full code here:
11

edits

Navigation menu