ThomasLee-git
ThomasLee-git
Thanks for such an instant reply~ I did some homework myself to check if any midi event is missed during `load_midi()` and `render()`. The midi is exported from a DAW...
@DBraun Many thanks~ Based on my understanding, the `open_editor` function solves the silence problem by opening UI window, which gives VST the time for loading samples and other startup things....
I'm pretty sure your idea is well delivered, but everything goes back to it was after saving state first and then loading it by running the script twice. Only empty...
@kyungyunlee Sorry for not being clear~ Here are the steps to reproduce (I modified a little bit to suit my case, and the following code will work if you installed...
@kyungyunlee Thank you so much for the verification~Really glad that we are finally on the same page! I'm no VST expert and know little about VST implementation. Base on my...
Sure~ [ip6tables_output.zip](https://github.com/akatrevorjay/openwrt-masq6/files/819010/ip6tables_output.zip)
I tried [https://github.com/akatrevorjay/openwrt-masq6/raw/master/90-nat6.fw](https://github.com/akatrevorjay/openwrt-masq6/raw/master/90-nat6.fw) but still no luck~:( `ip6tables -t nat -vnL` outputs: `Chain PREROUTING (policy ACCEPT 2650 packets, 237K bytes)` ` pkts bytes target prot opt in out source destination`...
@akatrevorjay, sorry for such a late response~ I have native ipv6 connectivity, however as you guessed, `ping6 www.google.com` doesn't work from the router~so strange⊙﹏⊙‖∣° Since `sh -xv 'logread; ip -6...
@akatrevorjay Great news~ I tested the latest version on another router which uses isatap to get ipv6 address and the script works like a charm!! There's only one small flaw...