From 2003340681de7dcf13565abc147c5eb34502ec7f Mon Sep 17 00:00:00 2001 From: kn1kn1 Date: Mon, 18 Apr 2022 16:03:47 +0900 Subject: [PATCH] :bug: Fix ArgumentError --- petal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petal.rb b/petal.rb index b2e0678..f2866a6 100644 --- a/petal.rb +++ b/petal.rb @@ -280,7 +280,7 @@ def hush end def solo(loop_name, sound = nil, **option_hash) - dirt_solo loop_name, sound, option_hash + dirt_solo loop_name, sound, **option_hash end def use_fx_with_petal(use = true)