Code. Music. Live.
This report presents the forensic synthetic code analysis of sonic-pi-net/sonic-pi, a C++ project with 11,889 GitHub stars. SynthScan v2.0 examined 621,083 lines of code across 1672 source files, recording 2137 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 4.3 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 2137 distinct pattern matches across 17 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install/windows/prune.rb | 1 | #!/usr/bin/ruby -wU | COMMENT |
| LOW | app/mac-release-01-prune.sh | 1 | #!/bin/bash | COMMENT |
| LOW | app/mac-release-03-info-plist.sh | 1 | #!/bin/bash | COMMENT |
| LOW | app/mac-build-openssl.sh | 1 | #!/bin/bash | COMMENT |
| LOW | app/mac-build-openssl.sh | 21 | # app/external/openssl-build/install/lib/libcrypto.3.dylib | COMMENT |
| LOW | app/mac-release-04-codesign.sh | 1 | #!/bin/bash | COMMENT |
| LOW | app/mac-release.sh | 1 | #!/bin/bash | COMMENT |
| LOW | app/mac-release-00-stage.sh | 1 | #!/bin/bash | COMMENT |
| LOW | app/mac-build-ruby.sh | 1 | #!/bin/bash | COMMENT |
| LOW | app/mac-build-ruby.sh | 21 | # or /usr/local reference survives. | COMMENT |
| LOW | app/mac-release-06-notarize.sh | 1 | #!/bin/bash | COMMENT |
| LOW | app/mac-release-05-package-dmg.sh | 1 | #!/bin/bash | COMMENT |
| LOW | app/mac-release-08-compat-audit.sh | 1 | #!/bin/bash | COMMENT |
| LOW | app/mac-release-common.sh | 1 | #!/bin/bash | COMMENT |
| LOW | app/mac-release-02-bundle-dylibs.sh | 1 | #!/bin/bash | COMMENT |
| LOW | app/linux-appimage.sh | 1 | #!/bin/bash | COMMENT |
| LOW | app/tools/spout-receiver/main.cpp | 1 | //-- | COMMENT |
| LOW | app/config/user-examples/audio-settings.toml | 1 | # ╘ | COMMENT |
| LOW | app/config/user-examples/audio-settings.toml | 21 | # SuperCollider Audio Settings | COMMENT |
| LOW | app/config/user-examples/audio-settings.toml | 41 | COMMENT | |
| LOW | app/config/user-examples/audio-settings.toml | 61 | # | COMMENT |
| LOW | app/config/user-examples/audio-settings.toml | 81 | # Good luck and happy live coding! | COMMENT |
| LOW | app/config/user-examples/audio-settings.toml | 101 | # the name must exactly match the full name of the sound card. | COMMENT |
| LOW | app/config/user-examples/audio-settings.toml | 121 | ## ============ | COMMENT |
| LOW | app/config/user-examples/audio-settings.toml | 141 | # linux_pipewire_samplerate = 48000 | COMMENT |
| LOW | app/config/user-examples/audio-settings.toml | 161 | ## this will override and replace any other settings in this file and | COMMENT |
| LOW | app/server/ruby/core.rb | 1 | #!/usr/bin/env ruby | COMMENT |
| LOW | app/server/ruby/util.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/paths.rb | 1 | #!/usr/bin/env ruby | COMMENT |
| LOW | app/server/ruby/test/test_thread_id.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/test_studio_ready_gate.rb | 41 | class StudioReadyGateTest < Minitest::Test | COMMENT |
| LOW | app/server/ruby/test/test_event_history.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/setup_test.rb | 121 | # address = "/osc:#{host}:#{port}#{address}" | COMMENT |
| LOW | app/server/ruby/test/setup_test.rb | 141 | COMMENT | |
| LOW | app/server/ruby/test/test_ring.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/test_note.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/test_chord.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/test_vector.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/test_preparser.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/test_sample_buffer.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/test_scale.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/test_threadlocal.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/test_util.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/test_allocator.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/test_osc.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/test_tuning.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/test_promise.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/test_version.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/test_cue_event.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/lang/core/test_quantise.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/lang/core/test_set_get.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/lang/core/test_set_get.rb | 21 | def setup | COMMENT |
| LOW | app/server/ruby/test/lang/core/test_set_get.rb | 41 | # set :foo, 3 | COMMENT |
| LOW | app/server/ruby/test/lang/core/test_threads.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/lang/core/test_bpm_midi.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/lang/core/test_tick.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/lang/core/test_time_warp.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/lang/core/test_link_wait.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/lang/core/test_state.rb | 1 | #-- | COMMENT |
| LOW | app/server/ruby/test/lang/core/test_cue_sync.rb | 1 | #-- | COMMENT |
| 1330 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | app/mac-release-01-prune.sh | 26 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-01-prune.sh | 28 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-01-prune.sh | 32 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-01-prune.sh | 34 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-01-prune.sh | 41 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-01-prune.sh | 43 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-01-prune.sh | 52 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-01-prune.sh | 54 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-01-prune.sh | 59 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-01-prune.sh | 61 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-openssl.sh | 52 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-openssl.sh | 54 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-build-openssl.sh | 77 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-build-openssl.sh | 79 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-build-openssl.sh | 89 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-build-openssl.sh | 91 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-build-openssl.sh | 96 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-build-openssl.sh | 98 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-openssl.sh | 117 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-openssl.sh | 119 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-04-codesign.sh | 48 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-04-codesign.sh | 50 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-04-codesign.sh | 59 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-04-codesign.sh | 61 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-04-codesign.sh | 70 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-04-codesign.sh | 78 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-release-04-codesign.sh | 100 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-release-04-codesign.sh | 102 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-04-codesign.sh | 113 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-04-codesign.sh | 115 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-04-codesign.sh | 123 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-04-codesign.sh | 125 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-04-codesign.sh | 131 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-release-04-codesign.sh | 133 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-ruby.sh | 66 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-ruby.sh | 68 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-build-ruby.sh | 94 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-build-ruby.sh | 97 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-build-ruby.sh | 103 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | app/mac-build-ruby.sh | 107 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-ruby.sh | 119 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-ruby.sh | 121 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-ruby.sh | 151 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-ruby.sh | 153 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-ruby.sh | 164 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-ruby.sh | 167 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-ruby.sh | 178 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-ruby.sh | 182 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-ruby.sh | 197 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-build-ruby.sh | 199 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-release-06-notarize.sh | 27 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-release-06-notarize.sh | 31 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-release-06-notarize.sh | 56 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-release-06-notarize.sh | 58 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-release-06-notarize.sh | 86 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-release-06-notarize.sh | 88 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-release-07-verify.sh | 40 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-release-07-verify.sh | 42 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-release-07-verify.sh | 56 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | app/mac-release-07-verify.sh | 58 | # --------------------------------------------------------------------------- | COMMENT |
| 85 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | install/windows/prune.rb | 4 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/core.rb | 3 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/util.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/paths.rb | 3 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_thread_id.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_studio_ready_gate.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_event_history.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_ring.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_note.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_chord.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_vector.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_preparser.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_sample_buffer.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_scale.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_threadlocal.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_util.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_allocator.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_osc.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_tuning.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_promise.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_version.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/test_cue_event.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/core/test_quantise.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/core/test_set_get.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/core/test_threads.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/core/test_bpm_midi.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/core/test_tick.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/core/test_time_warp.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/core/test_link_wait.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/core/test_state.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/core/test_cue_sync.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/core/test_chance.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/core/test_sleep.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/core/test_spark.rb | 3 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/core/test_midi_sync.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | …erver/ruby/test/lang/western_theory/test_note_range.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/western_theory/test_note.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/western_theory/test_rest.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | …ver/ruby/test/lang/western_theory/test_invert_chord.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | …server/ruby/test/lang/western_theory/test_note_info.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/sound/test_sample_duration.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/sound/test_sound.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/sound/test_sample_loader.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/sound/test_play.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/sound/test_sample.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/lang/sound/test_midi_filter.rb | 2 | # # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/test/performance/test_osc_perf.rb | 2 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/bin/compile-extensions.rb | 3 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/bin/daemon.rb | 3 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/bin/fetch-url.rb | 3 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/bin/web-tutorial.rb | 3 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/bin/doc.rb | 3 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/bin/i18n-tool-reference.rb | 5 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/bin/qt-doc.rb | 3 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/bin/qt-doc.rb | 536 | # Define the language list map ----- | COMMENT |
| MEDIUM | app/server/ruby/bin/clear-logs.rb | 3 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/bin/i18n-tool.rb | 3 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/bin/i18n-tool.rb | 252 | # This file is distributed under the same license as the Sonic Pi package. | COMMENT |
| MEDIUM | app/server/ruby/bin/spider-server.rb | 3 | # This file is part of Sonic Pi: http://sonic-pi.net | COMMENT |
| MEDIUM | app/server/ruby/bin/spider-server.rb | 137 | # Create a frozen map of the ports so that this can | COMMENT |
| 97 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | app/server/ruby/test/setup_test.rb | 28 | def link_get_beat_at_clock_time(*); 0.0; end | CODE |
| LOW⚡ | app/server/ruby/test/setup_test.rb | 29 | def link_get_clock_time_at_beat(*); Time.now.to_f; end | CODE |
| LOW⚡ | app/server/ruby/test/setup_test.rb | 30 | def link_get_next_beat_and_clock_time_at_phase(*); [0.0, Time.now.to_f]; end | CODE |
| LOW⚡ | app/server/ruby/test/lang/core/test_bpm_midi.rb | 40 | def link_get_beat_at_clock_time(clock_time, quantum = 4, tl: "link") | CODE |
| LOW⚡ | app/server/ruby/test/lang/core/test_bpm_midi.rb | 43 | def link_get_clock_time_at_beat(beat, quantum = 4, tl: "link") | CODE |
| LOW⚡ | app/server/ruby/test/lang/core/test_bpm_midi.rb | 46 | def link_get_next_beat_and_clock_time_at_phase(*); [0.0, 0.0]; end | CODE |
| LOW⚡ | app/server/ruby/test/lang/core/test_link_wait.rb | 37 | def link_get_clock_time_at_beat(beat, quantum = 4, tl: "link") | CODE |
| LOW⚡ | app/server/ruby/test/lang/core/test_link_wait.rb | 41 | def link_get_beat_at_clock_time(t, quantum = 4, tl: "link") | CODE |
| LOW⚡ | app/server/ruby/test/lang/core/test_link_wait.rb | 46 | def link_get_next_beat_and_clock_time_at_phase(phase, quantum, safety_t, tl: "link") | CODE |
| LOW⚡ | app/server/ruby/test/lang/core/test_midi_sync.rb | 47 | def link_get_clock_time_at_beat(beat, quantum = 4, tl: "link") | CODE |
| LOW⚡ | app/server/ruby/test/lang/core/test_midi_sync.rb | 51 | def link_get_beat_at_clock_time(t, quantum = 4, tl: "link") | CODE |
| LOW⚡ | app/server/ruby/test/lang/core/test_midi_sync.rb | 55 | def link_get_next_beat_and_clock_time_at_phase(phase, quantum, safety_t, tl: "link") | CODE |
| LOW | app/server/ruby/bin/i18n-tool-reference.rb | 150 | def create_and_bind_binary_translations(locale) | CODE |
| LOW | app/server/ruby/lib/sonicpi/note.rb | 170 | def unify_sharp_flat_modifier(mod) | CODE |
| LOW | app/server/ruby/lib/sonicpi/event_history.rb | 459 | def most_recent_ancestor_event(ge, val_matcher, n, res) | CODE |
| LOW | app/server/ruby/lib/sonicpi/node.rb | 251 | def call_on_next_move_callbacks(arg) | CODE |
| LOW | app/server/ruby/lib/sonicpi/sample_loader.rb | 133 | def split_candidates_and_filts(filts_and_sources) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 107 | def __with_spider_time_density(density, &blk) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 148 | def __change_spider_bpm_time_and_beat_to_next_link_phase(phase, quantum, mode = :link) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 163 | def __phase_sync_to_clock_timeline(mode, quantum, phase) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 255 | def __get_link_beat_at_clock_time(clock_time) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 339 | def __with_preserved_spider_time_and_beat(&blk) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 453 | def __print_version_outdated_info(v=@server_version) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 475 | def __delayed_highlight_message(s) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 492 | def __delayed_serious_warning(s) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 557 | def __delayed_flash_block_from_caller(block) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 580 | def __live_loop_scope_slot_release(ll_name) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 627 | def __extract_linenum_of_error(e) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 1066 | def __complete_snippet_or_indent_lines(buf, start_line, finish_line, point_line, point_index, complete_snippet=true) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 1173 | def __buffer_complete_snippet_or_indent_lines(workspace_id, buf, start_line, finish_line, point_line, point_index, c | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 1179 | def __buffer_newline_and_indent(workspace_id, buf, point_line, point_index, first_line) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 1690 | def job_subthread_add_unmutexed(job_id, t, name=nil) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 1727 | def job_subthread_rm_unmutexed(job_id, t) | CODE |
| LOW | app/server/ruby/lib/sonicpi/runtime.rb | 1740 | def deregister_job_and_return_subthreads(job_id) | CODE |
| LOW | app/server/ruby/lib/sonicpi/link_api.rb | 199 | def link_get_now_beat_and_phase(quantum = 4, tl: "link") | CODE |
| LOW | app/server/ruby/lib/sonicpi/link_api.rb | 206 | def link_get_next_beat_and_time_at_phase(phase, quantum, safety_t, tl: "link") | CODE |
| LOW⚡ | app/server/ruby/lib/sonicpi/link_api.rb | 222 | def link_get_next_beat_and_clock_time_at_phase(phase, quantum, safety_t, tl: "link") | CODE |
| LOW⚡ | app/server/ruby/lib/sonicpi/link_api.rb | 227 | def link_get_clock_time_at_beat(beat, quantum = 4, tl: "link") | CODE |
| LOW⚡ | app/server/ruby/lib/sonicpi/link_api.rb | 231 | def link_get_beat_at_clock_time(clock_time, quantum = 4, tl: "link") | CODE |
| LOW⚡ | app/server/ruby/lib/sonicpi/link_api.rb | 235 | def link_get_phase_at_clock_time(clock_time, quantum = 4, tl: "link") | CODE |
| LOW⚡ | app/server/ruby/lib/sonicpi/link_api.rb | 239 | def link_get_beat_and_phase_at_clock_time(clock_time, quantum = 4, tl: "link") | CODE |
| LOW | app/server/ruby/lib/sonicpi/link_api.rb | 292 | def link_current_time_and_beat(quantise_beat=true) | CODE |
| LOW | app/server/ruby/lib/sonicpi/link_api.rb | 321 | def link_micros_to_clock_time(t) | CODE |
| LOW | app/server/ruby/lib/sonicpi/link_api.rb | 334 | def clock_time_to_link_micros(t) | CODE |
| LOW | app/server/ruby/lib/sonicpi/util.rb | 285 | def resolve_synth_opts_hash_or_array(opts) | CODE |
| LOW | app/server/ruby/lib/sonicpi/util.rb | 332 | def split_params_and_merge_opts_array(opts_a) | CODE |
| LOW | app/server/ruby/lib/sonicpi/util.rb | 356 | def merge_synth_arg_maps_array(opts_a) | CODE |
| LOW | app/server/ruby/lib/sonicpi/incomingevents.rb | 77 | def async_multi_oneshot_handler(handles, &block) | CODE |
| LOW | app/server/ruby/lib/sonicpi/server.rb | 473 | def sched_ahead_time_for_node_mod(node_id) | CODE |
| LOW | app/server/ruby/lib/sonicpi/server.rb | 776 | def add_event_oneshot_handler(handle, &block) | CODE |
| LOW | app/server/ruby/lib/sonicpi/osc/oscencode.rb | 129 | def get_from_or_add_to_string_cache(s) | CODE |
| LOW | app/server/ruby/lib/sonicpi/lang/midi.rb | 226 | def with_merged_midi_defaults(*args, &block) | CODE |
| LOW | app/server/ruby/lib/sonicpi/lang/midi.rb | 1606 | def __midi_send_timed_param_n(path, *args) | CODE |
| LOW | app/server/ruby/lib/sonicpi/lang/sound.rb | 427 | def current_sample_pack_aliases(*args) | CODE |
| LOW | app/server/ruby/lib/sonicpi/lang/sound.rb | 1601 | def use_merged_synth_defaults(*args, &block) | CODE |
| LOW | app/server/ruby/lib/sonicpi/lang/sound.rb | 1637 | def with_merged_synth_defaults(*args, &block) | CODE |
| LOW | app/server/ruby/lib/sonicpi/lang/sound.rb | 1731 | def use_merged_sample_defaults(*args, &block) | CODE |
| LOW | app/server/ruby/lib/sonicpi/lang/sound.rb | 1796 | def with_merged_sample_defaults(*args, &block) | CODE |
| LOW | app/server/ruby/lib/sonicpi/lang/sound.rb | 2671 | def sample_split_filts_and_opts(args) | CODE |
| LOW | app/server/ruby/lib/sonicpi/lang/sound.rb | 4019 | def normalise_and_resolve_sample_args(path, args_h, info, combine_tls=false) | CODE |
| 108 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/external/aubio-0.4.9/python/tests/utils.py | 62 | CODE | |
| LOW | app/external/aubio-0.4.9/python/tests/utils.py | 72 | CODE | |
| LOW | app/external/aubio-0.4.9/python/lib/gen_external.py | 179 | CODE | |
| LOW | app/external/aubio-0.4.9/python/lib/gen_external.py | 201 | CODE | |
| LOW | app/external/aubio-0.4.9/python/lib/gen_external.py | 245 | CODE | |
| LOW | app/external/aubio-0.4.9/python/lib/aubio/cmd.py | 547 | CODE | |
| LOW | app/external/aubio-0.4.9/python/lib/aubio/cut.py | 93 | CODE | |
| LOW | app/external/aubio-0.4.9/python/lib/aubio/slicing.py | 9 | CODE | |
| LOW | …/external/aubio-0.4.9/python/demos/demo_bpm_extract.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Build.py | 113 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Build.py | 235 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Build.py | 352 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Build.py | 495 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Build.py | 569 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Build.py | 665 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Build.py | 721 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Build.py | 386 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Options.py | 28 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Options.py | 105 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Task.py | 538 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Task.py | 573 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Task.py | 647 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Task.py | 66 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Task.py | 245 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Task.py | 406 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Task.py | 433 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Runner.py | 111 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Runner.py | 158 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Runner.py | 180 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Runner.py | 249 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Runner.py | 268 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Runner.py | 304 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Runner.py | 349 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Runner.py | 353 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/fixpy2.py | 12 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/ansiterm.py | 152 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/ansiterm.py | 179 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Configure.py | 222 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Configure.py | 271 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Configure.py | 130 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Scripting.py | 11 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Scripting.py | 182 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Scripting.py | 200 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Scripting.py | 364 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Scripting.py | 365 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/TaskGen.py | 161 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/TaskGen.py | 250 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/TaskGen.py | 430 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/TaskGen.py | 66 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/TaskGen.py | 167 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Context.py | 360 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Context.py | 94 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Context.py | 319 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Utils.py | 421 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Utils.py | 518 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Logs.py | 146 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Logs.py | 90 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Logs.py | 112 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Node.py | 39 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Node.py | 61 | CODE | |
| 60 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/external/aubio-0.4.9/python/tests/test_sink.py | 3 | CODE | |
| LOW | app/external/aubio-0.4.9/python/tests/test_note2midi.py | 4 | CODE | |
| LOW | app/external/aubio-0.4.9/python/tests/_tools.py | 37 | CODE | |
| LOW | app/external/aubio-0.4.9/python/tests/test_hztomel.py | 8 | CODE | |
| LOW | …ernal/aubio-0.4.9/python/tests/test_source_channels.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/python/lib/aubio/__init__.py | 26 | CODE | |
| LOW | app/external/aubio-0.4.9/python/lib/aubio/__init__.py | 28 | CODE | |
| LOW | app/external/aubio-0.4.9/python/lib/aubio/__init__.py | 29 | CODE | |
| LOW | app/external/aubio-0.4.9/python/lib/aubio/__init__.py | 30 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/fixpy2.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Scripting.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Utils.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Utils.py | 23 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/gfortran.py | 7 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/gfortran.py | 7 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/ifort.py | 7 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/ifort.py | 7 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/xlc.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/xlc.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/intltool.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/intltool.py | 8 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/gas.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/gas.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/glib2.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/fc.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/dmd.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/dmd.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/irixcc.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/irixcc.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/qt5.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/qt5.py | 15 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/d.py | 7 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/g95.py | 7 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/g95.py | 7 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/xlcxx.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/xlcxx.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/clangxx.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/clangxx.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/clangxx.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/icpc.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/icpc.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/icpc.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/icpc.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/icc.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/icc.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/icc.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/icc.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/vala.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/nasm.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/suncc.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/suncc.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/ldc2.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/ldc2.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/gdc.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/gdc.py | 5 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/suncxx.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/suncxx.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/compiler_cxx.py | 6 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/compiler_fc.py | 7 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/c_config.py | 5 | CODE | |
| 21 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/external/aubio-0.4.9/this_version.py | 84 | except Exception as e: | CODE |
| LOW | app/external/aubio-0.4.9/python/lib/gen_code.py | 209 | except Exception as e: | CODE |
| LOW | app/external/aubio-0.4.9/python/lib/moresetuptools.py | 30 | except Exception as e: | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Build.py | 134 | except Exception as e: | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Task.py | 177 | except Exception: | STRING |
| LOW | app/external/aubio-0.4.9/waflib/Task.py | 189 | except Exception: | STRING |
| MEDIUM | app/external/aubio-0.4.9/waflib/Task.py | 170 | def process(self): | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Runner.py | 76 | except Exception: | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Runner.py | 252 | except Exception: | CODE |
| MEDIUM | app/external/aubio-0.4.9/waflib/Runner.py | 57 | def run(self): | CODE |
| MEDIUM | app/external/aubio-0.4.9/waflib/Runner.py | 249 | def task_status(self,tsk): | CODE |
| LOW | app/external/aubio-0.4.9/waflib/ansiterm.py | 235 | except Exception as e: | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Configure.py | 146 | except Exception as e: | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Scripting.py | 107 | except Exception as e: | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Scripting.py | 135 | except Exception as e: | CODE |
| LOW | app/external/aubio-0.4.9/waflib/processor.py | 41 | except Exception as e: | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Context.py | 175 | except Exception as e: | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Context.py | 221 | except Exception as e: | CODE |
| MEDIUM | app/external/aubio-0.4.9/waflib/Context.py | 53 | def __init__(self,**kw): | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Logs.py | 115 | except Exception: | STRING |
| LOW | app/external/aubio-0.4.9/waflib/Logs.py | 200 | except Exception: | STRING |
| MEDIUM | app/external/aubio-0.4.9/waflib/Logs.py | 75 | def emit(self,record): | CODE |
| MEDIUM | app/external/aubio-0.4.9/waflib/Logs.py | 195 | def free_logger(logger): | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Node.py | 55 | except Exception as e: | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Tools/ifort.py | 192 | except Exception as e: | STRING |
| MEDIUM | app/external/aubio-0.4.9/waflib/Tools/ifort.py | 149 | def get_ifort_version_win32(conf,compiler,version,target,vcvars): | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Tools/javaw.py | 191 | except Exception: | STRING |
| LOW | app/external/aubio-0.4.9/waflib/Tools/javaw.py | 313 | except Exception: | STRING |
| LOW | app/external/aubio-0.4.9/waflib/Tools/c_preproc.py | 582 | except Exception: | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Tools/c_preproc.py | 656 | except Exception as e: | CODE |
| MEDIUM | app/external/aubio-0.4.9/waflib/Tools/c_preproc.py | 502 | def cached_find_resource(self,node,filename): | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Tools/c_config.py | 705 | except Exception: | STRING |
| LOW | app/external/aubio-0.4.9/waflib/Tools/fc_config.py | 187 | except Exception: | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Tools/fc_config.py | 214 | except Exception: | CODE |
| LOW | app/external/aubio-0.4.9/waflib/Tools/msvc.py | 121 | except Exception as e: | STRING |
| LOW | app/external/aubio-0.4.9/waflib/extras/c_emscripten.py | 23 | except Exception as e: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | app/gui/QScintilla_src-2.14.1/doc/html/jquery.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | app/gui/QScintilla_src-2.14.1/doc/html/jquery.js | 8 | (function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){function e(t){for(var e= | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | app/server/ruby/lib/sonicpi/lang/western_theory.rb | 745 | "# anywhere you can use a list or ring of notes, you can also use scale | CODE |
| MEDIUM | app/server/ruby/lib/sonicpi/lang/western_theory.rb | 747 | "# you can use the :num_octaves parameter to get more notes | CODE |
| MEDIUM | app/external/aubio-0.4.9/doc/web.cfg | 279 | # Note: For files without extension you can use no_extension as a placeholder. | COMMENT |
| MEDIUM | app/external/aubio-0.4.9/doc/web.cfg | 794 | # If the value of the INPUT tag contains directories, you can use the | COMMENT |
| MEDIUM | app/external/aubio-0.4.9/doc/web.cfg | 854 | # If the value of the INPUT tag contains directories, you can use the | COMMENT |
| MEDIUM | app/external/aubio-0.4.9/doc/web.cfg | 881 | # If the value of the EXAMPLE_PATH tag contains directories, you can use the | COMMENT |
| MEDIUM | app/external/aubio-0.4.9/src/aubio.h | 82 | Here is a simple example that creates an A-Weighting filter and applies it to a | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/server/ruby/lib/sonicpi/util.rb | 433 | # just call block when in a non-sonic-pi-thread | COMMENT |
| LOW | app/server/ruby/lib/sonicpi/studio.rb | 175 | # we can't just return a cached buffer - so grab the semaphore and | COMMENT |
| LOW | app/server/ruby/lib/sonicpi/lang/sound.rb | 1910 | # external FX), then just use the name the user specified | COMMENT |
| MEDIUM | app/gui/utils/completion_context.cpp | 119 | // Scanning back (rather than assuming words[0]) stays robust to prefixes like | COMMENT |
| MEDIUM | …QScintilla_src-2.14.1/scintilla/lexers/LexPowerPro.cpp | 25 | // - Modified HasFunction function to be a bit more robust | COMMENT |
| MEDIUM | …ui/QScintilla_src-2.14.1/scintilla/lexers/LexBatch.cpp | 72 | // Need a more robust algorithm to properly toggle Regular Keyword Checking | COMMENT |
| LOW | app/external/aubio-0.4.9/python/lib/aubio/cmd.py | 565 | else: # in py3, we can simply use parser directly | CODE |
| MEDIUM | app/external/aubio-0.4.9/doc/web.cfg | 1148 | # it is more robust and this tag (HTML_STYLESHEET) will in the future become | COMMENT |
| MEDIUM | app/external/aubio-0.4.9/doc/web.cfg | 1158 | # standard style sheet and is therefore more robust against future updates. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | app/external/aubio-0.4.9/waflib/Tools/javaw.py | 27 | lib = null; | CODE |
| HIGH | app/external/aubio-0.4.9/waflib/Tools/c_preproc.py | 604 | state.append(undefined) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | BUILD-WINDOWS-ARM64.md | 95 | ### Step 1: Build SuperCollider ARM64 | COMMENT |
| LOW | BUILD-WINDOWS-ARM64.md | 208 | ### Step 2: Build OpenSSL ARM64 | COMMENT |
| LOW | BUILD-WINDOWS-ARM64.md | 227 | ### Step 3: Build Erlang/OTP ARM64 | COMMENT |
| LOW | BUILD-WINDOWS-ARM64.md | 285 | ### Step 4: Build Elixir | COMMENT |
| LOW | BUILD-WINDOWS-ARM64.md | 302 | ### Step 5: Install Qt 6 ARM64 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …xternal/aubio-0.4.9/python/demos/demo_reading_speed.py | 44 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Task.py | 752 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/TaskGen.py | 161 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/glib2.py | 50 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/python.py | 84 | CODE | |
| LOW | app/external/aubio-0.4.9/waflib/Tools/python.py | 93 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/server/ruby/lib/sonicpi/event_history.rb | 208 | # Set time to time of cue | COMMENT |
| LOW | app/server/ruby/lib/sonicpi/event_history.rb | 234 | # Set time to time of first cue | COMMENT |
| LOW | app/server/ruby/lib/sonicpi/event_history.rb | 241 | # Set time to time of last cue | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …i/QScintilla_src-2.14.1/scintilla/lexers/LexPascal.cpp | 38 | - Folding of code blocks on appropriate keywords (the following code blocks are | CODE |
| LOW | …ui/QScintilla_src-2.14.1/scintilla/lexers/LexCmake.cpp | 266 | // We need to check if the previous line has a \ in it... | COMMENT |
| LOW | …gui/QScintilla_src-2.14.1/scintilla/lexers/LexNsis.cpp | 406 | // We need to check if the previous line has a \ in it... | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/mac-release.sh | 15 | # Usage: | COMMENT |
| LOW | app/linux-appimage.sh | 16 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/external/aubio-0.4.9/python/lib/aubio/midiconv.py | 7 | __all__ = ['note2midi', 'midi2note', 'freq2note', 'note2freq'] | CODE |