Johnny Marnell

Results 13 comments of Johnny Marnell

@transitive-bullshit any thoughts?

Here's how I use it, by the way: ``` pgmetrics -wfjson | node pgmetrics.js | nc $GRAPHITE_HOST $GRAPHITE_PORT ``` And this is a snippet example of the translated graphite line...

Came here to suggest same, e.g. to describe honors, notable projects, papers, activities. Are schema suggestions / discussions much active these days? @thomasdavis . Or pretty moot since themes would...

Hi @ttshaw1 , that's for the stand alone NW.js / electron binary app. You should be able to use the `node` web app plus browser instead, try those instructions: https://github.com/g200kg/zoom-ms-utility#via-nodejs

Similar to how I believe this repo's UI tool works, you can get around this by writing the entire patch data, it's plenty fast enough. I need to make a...

@HamiltonGerlach Ah didn't realize it interrupts. Re: > setting effects that I want to be switchable in slot 1-3, using ParamEdit and having no interruption Are you saying you can...

you can query current settings with these messages [here](https://github.com/g200kg/zoom-ms-utility/blob/master/midimessage.md#request-patch) and [here](https://github.com/g200kg/zoom-ms-utility/blob/master/midimessage.md#request-current-program)

Would the effect focus messages do the trick from here? https://github.com/g200kg/zoom-ms-utility/blob/master/midimessage.md

Ya that’s how I’ve done this IIRC On Wed, Aug 2, 2023 at 1:32 PM nomadbyte ***@***.***> wrote: > Changing the visible effect cannot be done directly with a specific...

Should be an example via code here https://github.com/JohnnyMarnell/zoom-stomp On Wed, Aug 2, 2023 at 1:32 PM Johnny Marnell ***@***.***> wrote: > Ya that’s how I’ve done this IIRC > >...