Skip to content

Commit

Permalink
Lang - shift scope of synchronize block
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Oct 25, 2024
1 parent d90aadf commit 74c53a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/server/ruby/lib/sonicpi/lang/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2325,7 +2325,7 @@ def live_loop(name=nil, *args, &block)

# immediately reset for the next move
__system_thread_locals.set_local :sonic_pi_local_live_loop_move_to_bus_and_parent_t, nil

end
if new_bus
moved_prom = __system_thread_locals.get :sonic_pi_local_spider_thread_moved
ack_prom = __system_thread_locals.get :sonic_pi_local_spider_thread_moved_ack
Expand All @@ -2349,7 +2349,6 @@ def live_loop(name=nil, *args, &block)
__live_loop_cue name if __system_thread_locals.get :sonic_pi_local_live_loop_auto_cue
res = send(ll_name, res)
end
end
end
end

Expand Down

0 comments on commit 74c53a7

Please sign in to comment.