Till Bovermann
Till Bovermann
> The thing is that in Steno, the tokens can also be words, not only chars. So the assumption that this is a string is problematic in the VarDiffString class....
should be merged into musikinformatik/Steno
(from the other, now due to repository moving removed discussion): We all have different taste, it seems :) Tbh., I find `\synthIndex`, `\index`, and `\nestingDepth` not semantically valid enough to...
minor revelation it is not an order of execution (caused by the force-reload of everything): ``` s.boot; t = Steno.push(2); t.filter(\f, { |in| (100, 200..1000).sum { |freq| BPF.ar(in, freq, 0.01)...
why is the freeselfwhensilent happening _before_ the mix? https://github.com/musikinformatik/Steno/blob/1288832a78249503a5370ffd5e3ca40dafde7b34/Classes/StenoSignal.sc#L96
for the sake of ease of understanding, I'd appreciate tackling naming issues first. Specifically, I'd like to get a definition of what is associated with variables ``` inputSignal // input...
dscheiba wrote on [scsynth.org](https://scsynth.org/t/quicklook-broken/9589/2): > This broke with macOS12, see https://discussions.apple.com/thread/254334388?sortBy=best > > Most likely we could reintroduce this by adapting [Info.plst](https://github.com/supercollider/supercollider/blob/develop/cmake_modules/MacOSXBundleInfo.plist.in) according to [QuickLook | Apple Developer Documentation](https://developer.apple.com/documentation/quicklook/#Providing-Quick-Look-previews-for-your-data-types)
it looks that this is caused by an updated diff output on OSX
a (temporary?) fix would be to use `VarDiff` instead of `DiffString`: ```sc t = Steno.new; VarDiff().install(t) ```
this is still there and quite annoying. Any chance to fix this?