We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a8dae commit 2a614c6Copy full SHA for 2a614c6
app/server/ruby/lib/sonicpi/util.rb
@@ -417,14 +417,6 @@ def sox_path
417
File.join(native_path, "sox", __exe_fix("sox"))
418
end
419
420
- def osmid_o2m_path
421
- File.join(native_path, "osmid", __exe_fix("o2m"))
422
- end
423
-
424
- def osmid_m2o_path
425
- File.join(native_path, "osmid", __exe_fix("m2o"))
426
427
428
def scsynth_log_path
429
log_path + '/scsynth.log'
430
@@ -433,14 +425,6 @@ def erlang_log_path
433
log_path + '/erlang.log'
434
435
436
- def osmid_m2o_log_path
437
- log_path + '/osmid_m2o.log'
438
439
440
- def osmid_o2m_log_path
441
- log_path + '/osmid_o2m.log'
442
443
444
def ruby_path
445
case os
446
when :windows
0 commit comments