def callback(rhythm_db, readonly, user_param1, ...)
Emitted when the database becomes temporarily read-only, or becomes writeable after being read-only.
rhythm_db : |
instance of RB.RhythmDB that is emitting the signal |
readonly : |
True if the database is read-only |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |