Skip to content

Commit cef69f2

Browse files
authored
Update studio.rb
update mixer_synth as raspberry-pi 1 now removed
1 parent 35b89c2 commit cef69f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/ruby/lib/sonicpi/studio.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ def start_mixer
565565
# set_mixer! :basic
566566
# set_mixer! :default
567567
log_message "Starting mixer"
568-
mixer_synth = raspberry_pi_1? ? "sonic-pi-basic_mixer" : "sonic-pi-mixer"
568+
mixer_synth = "sonic-pi-mixer"
569569
@mixer = @server.trigger_synth(:head, @mixer_group, mixer_synth, {"in_bus" => @mixer_bus.to_i}, nil, true)
570570
end
571571

0 commit comments

Comments
 (0)