Skip to content

Commit fac4afc

Browse files
committed
Synths - minor tidy of metdata
1 parent 4c4e8e6 commit fac4afc

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

app/server/ruby/lib/sonicpi/synths/synthinfo.rb

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3854,19 +3854,6 @@ def munge_opts(studio, args_h)
38543854
args_h
38553855
end
38563856

3857-
def default_arg_info
3858-
super.merge({
3859-
:note =>
3860-
{
3861-
:doc => "Note to play. Either a MIDI number or a symbol representing a note. For example: `30`, `52`, `:C`, `:C2`, `:Eb4`, or `:Ds3`",
3862-
:validations => [v_positive(:note)],
3863-
:modulatable => false,
3864-
:midi => true
3865-
}
3866-
3867-
})
3868-
end
3869-
38703857
def specific_arg_info
38713858
{
38723859
:lpf =>
@@ -3918,7 +3905,7 @@ def specific_arg_info
39183905
:validations => [],
39193906
:modulatable => false
39203907
},
3921-
:decay_curve =>
3908+
:decay_curve =>
39223909
{
39233910
:doc => "Curve value for the decay of the snare",
39243911
:validations => [],

0 commit comments

Comments
 (0)