def callback(rhythm_db, entry, user_param1, ...)
Emitted when a new entry is added to the database.
rhythm_db : |
instance of RB.RhythmDB that is emitting the signal |
entry : |
the newly added RB.RhythmDBEntry |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |