Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Clumo is a patched version of Lumo for Csound Score pre-processor.
<CsoundSynthesizer>
<CsOptions>
</CsOptions>
<CsInstruments>
sr = 44100
ksmps = 32
nchnls = 2
0dbfs = 1.0
instr 1
out poscil(0.1, p4)
endin
</CsInstruments>
<CsScore bin="clumo">
(require '[clojure.string :as string])
(require '[goog.string :as gstring])
(require 'goog.string.format)
(defn generate-event [n]
(gstring/format "i 1 %s 1 %s" n (+ 20 (rand-int 1000))))
(string/join "\n" (map #(generate-event %) (range 0 10)))
</CsScore>
</CsoundSynthesizer>
require
andrequire-macros
. js/require
works for node modules. import
will be added in next release.ns
macro will NOT work from within CsScore tags, but can be present in files that are required.Find more information on Lumo here https://github.com/anmonteiro/lumo
Find more information about Clojure https://github.com/matthiasn/Clojure-Resources
Some helpful clojurescript exercises http://clojurescriptkoans.com/
Distributed under the Eclipse Public License, same as Lumo (see LICENSE).
FAQs
Lumo/Clojurescript for Csound Score pre-processor
The npm package clumo receives a total of 4 weekly downloads. As such, clumo popularity was classified as not popular.
We found that clumo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.