Skip to content

Commit

Permalink
Prebuild - update scsynth to v3.13 universal build
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Mar 13, 2023
1 parent 32fcc9a commit d6f064b
Show file tree
Hide file tree
Showing 73 changed files with 14 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ if(WIN32)
elseif(${CMAKE_SYSTEM_NAME} MATCHES Darwin) # macOS
add_custom_command(
TARGET ExternalsBuilder PRE_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/../../prebuilt/macos/x64/ ${CMAKE_CURRENT_SOURCE_DIR}/../server/native/
COMMAND ${CMAKE_COMMAND} -E create_symlink ${CMAKE_CURRENT_SOURCE_DIR}/../server/native/supercollider/scsynth ${CMAKE_CURRENT_SOURCE_DIR}/../server/native/scsynth
COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/../server/native/supercollider/extra-plugins/ ${CMAKE_CURRENT_SOURCE_DIR}/../server/native/supercollider/plugins/
COMMAND ${CMAKE_COMMAND} -E rm -rf ${CMAKE_CURRENT_SOURCE_DIR}/../server/native/supercollider/extra-plugins
COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/../../prebuilt/macos/universal/ ${CMAKE_CURRENT_SOURCE_DIR}/../server/native/
COMMAND ${CMAKE_COMMAND} -E create_symlink supercollider/Resources/scsynth ${CMAKE_CURRENT_SOURCE_DIR}/../server/native/scsynth
COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/../server/native/supercollider/Resources/extra-plugins/ ${CMAKE_CURRENT_SOURCE_DIR}/../server/native/supercollider/Resources/plugins/
COMMAND ${CMAKE_COMMAND} -E rm -rf ${CMAKE_CURRENT_SOURCE_DIR}/../server/native/supercollider/Resources/extra-plugins
)
endif()
8 changes: 6 additions & 2 deletions app/server/ruby/bin/daemon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1069,8 +1069,12 @@ class ScsynthBooter < ProcessBooter
}.freeze
when :windows
{
"-U" => Paths.scsynth_windows_plugin_path
}.freeze
"-U" => Paths.scsynth_windows_plugin_path
}.freeze
when :macos
{
"-U" => Paths.scsynth_macos_plugin_path
}.freeze
else
{
}.freeze
Expand Down
4 changes: 4 additions & 0 deletions app/server/ruby/paths.rb
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,10 @@ def self.scsynth_windows_plugin_path
File.absolute_path("#{native_path}/plugins")
end

def self.scsynth_macos_plugin_path
File.absolute_path("#{native_path}/supercollider/Resources/plugins")
end

def self.scsynth_raspberry_plugin_path
"/usr/lib/SuperCollider/plugins"
end
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed prebuilt/macos/x64/supercollider/libfftw3f.3.dylib
Binary file not shown.
Binary file removed prebuilt/macos/x64/supercollider/libgcc_s.1.dylib
Binary file not shown.
Binary file not shown.
Binary file removed prebuilt/macos/x64/supercollider/libsndfile.1.dylib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed prebuilt/macos/x64/supercollider/plugins/IOUGens.scx
Binary file not shown.
Binary file removed prebuilt/macos/x64/supercollider/plugins/LFUGens.scx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed prebuilt/macos/x64/supercollider/plugins/UIUGens.scx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed prebuilt/macos/x64/supercollider/scsynth
Binary file not shown.

0 comments on commit d6f064b

Please sign in to comment.