hellishvictor

Results 28 comments of hellishvictor

I had that problem, and in my case it was caused because the VLC was running in the background after of close sndcpy, so (on Windows) "taskkill /f /im vlc.exe"...

The idea was to map in a single sentence some keys to some midi notes, like numbers 0 to 9 to midi notes 0 to 9 (from C-1 to A-1):...

> However, how do I send a midi CC using a combo key (like Shift+F1)? Here is an example: > `in.key.{shift+F1} > out.ch1.CC7` I'm still waiting for an answers to...

> It is new for me snd I think I don't have any MIDI devices. So if you have them please send me some screenshots how it looks like. You...

![118461](https://user-images.githubusercontent.com/34694956/210454746-56834b6b-527e-427c-b78a-c2412af3358f.jpg)

Here I get that message too: `Unable to get info: Unable to get video information. Please make sure the Link/ID is correct and try again.` I don't have problems at...

> ```batchfile > @echo off > set "pdir=%~dp0" "%pdir%micro.exe" -config-dir "%pdir:~0,-1%" %* Works without **setlocal** & **endlocal**. And using: **echo "%CD%\micro.exe" -config-dir "%CD%" %*** will achieve the same result. However,...

> You can already do this with `micro -config-dir .`. That's fine, thank you! Consider implement something like _"if the config file not exist on this folder, then use/create the...