Simon van der Veldt

Results 147 comments of Simon van der Veldt

Does anyone know how to do this? The issue linked (https://github.com/zyedidia/micro/pull/1231) has been closed because micro v2 was released but I don't know what's changed in v2 that would allow...

> I belive [internal/action/tab.go](https://github.com/zyedidia/micro/blob/master/internal/action/tab.go) might be the key for what is needed to close this issue in Micro v2. Accessing `micro.CurPane():Tab` should give access to those functions. OK, I'll see...

This works for me for the basic action of opening a file in a new tab ``` micro.CurPane():NewTabCmd({scanlist[y].abspath}) ``` But it seems like tabs always take up the whole screen?...

Yeah, agreed, I'd also be surprised if it's the case. I guess I can record some audio with env mod and decay at 0% and 100% and compare the waveforms....

Did some quick tests with both the LV2 plugin as well as the standalone. Env mod does change the sound but decay doesn't seem to have any influence at all....

Thanks for the patch, works nicely! :) Only somewhat unexpected behavior was that the scope scales to the window for the LV2 plugin, the standalone application simply hides the "sidebar"...

Seeing the same thing here, configured language is "English", system (Linux) timezone is CEST (although I doubt that would matter given that only offsets a couple of hours compared to...

@Lucretia Was this not actually a bug? Or did you close it by accident? Until two dags ago all versions of sequencer64 emerged without issues, our CI runs an emerge...

@Lucretia if the problem isn't fixed we should keep this issue open. Which version of sequencer64 is this about? sequencer64-9999?

CI just finished and all versions of sequencer64 emerged without issues. Which USE flags are you using for sequencer64? And do you have a non-standard options in your `make.conf` or...