Skip to content

Commit

Permalink
remove osmid related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rbnpi authored Jan 31, 2021
1 parent e9a8dae commit 2a614c6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions app/server/ruby/lib/sonicpi/util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -417,14 +417,6 @@ def sox_path
File.join(native_path, "sox", __exe_fix("sox"))
end

def osmid_o2m_path
File.join(native_path, "osmid", __exe_fix("o2m"))
end

def osmid_m2o_path
File.join(native_path, "osmid", __exe_fix("m2o"))
end

def scsynth_log_path
log_path + '/scsynth.log'
end
Expand All @@ -433,14 +425,6 @@ def erlang_log_path
log_path + '/erlang.log'
end

def osmid_m2o_log_path
log_path + '/osmid_m2o.log'
end

def osmid_o2m_log_path
log_path + '/osmid_o2m.log'
end

def ruby_path
case os
when :windows
Expand Down

1 comment on commit 2a614c6

@rbnpi
Copy link
Contributor Author

@rbnpi rbnpi commented on 2a614c6 Jan 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is still some osmid stuffl urking in travis files etc. I'll leave you to sort these out if necessary

 grep -R "osmid" .
./install/windows/install.bat:xcopy /Y /I /R /E ..\..\app\server\native\osmid app\server\native\osmid
./app/external/sp_midi/.travis.yml:      name: "llloret/osmid"
./app/external/sp_midi/.travis.yml:      description: "osmid"
./app/external/sp_midi/.gitignore:osmid.sublime-project
./app/external/sp_midi/.gitignore:osmid.sublime-workspace

Please sign in to comment.