current_sample_defaults
Returns the current sample defaults. This is a map of synth arg names to either values or functions.
Introduced in v2.5
use_sample_defaults amp: 0.5, cutoff: 80 sample :loop_amen puts current_sample_defaults
# Plays amen break with amp 0.5 and cutoff 80 #=> Prints {amp: 0.5, cutoff: 80}