VirtualTam's bookmarks
28 bookmarks found
-
NullDeref | Writing A Plugin System in Rust
2024-10-23 - The Technologies - A more in-depth look at Rust plugin systems
- Getting Started - First steps trying to implement the plugin system
- Diving into Dynamic Loading - A closer look at dynamic loading in Rust
- Reducing the Pain with Dependencies - Taking a look at the state of dynamic loading in the Rust ecosystem
- Getting our Hands Dirty - Finally implementing the plugin system!
- Wrapping Up - The last finishing touches and ideas
-
Live Looping with Bitwig Studio on Linux
2020-02-29 - https://www.kvraudio.com/forum/viewtopic.php?f=259&t=530584
- https://www.kvraudio.com/forum/viewtopic.php?f=259&t=530584&start=15
- https://www.kvraudio.com/forum/viewtopic.php?f=259&t=515018
- https://www.kvraudio.com/forum/viewtopic.php?f=268&t=534459
- https://www.youtube.com/watch?v=eHVoygoMuIs
- https://www.youtube.com/watch?v=DomZafMSfE0
- https://www.youtube.com/watch?v=kE8iaFdS4B8
- https://github.com/solinas3000/Looper4BitwigScript
- https://www.reddit.com/r/Bitwig/comments/bnjcp5/looper_preset_for_bitwig_3/
- https://www.reddit.com/r/Bitwig/comments/bup7f0/updated_looper_fx_preset_now_support_dynamic/
- https://www.reddit.com/r/Bitwig/comments/bahmdh/advice_turn_bitwig_into_a_jamming_daw/
-
Dynamic Tracing with DTrace & SystemTap
2020-02-19 -
- https://github.com/CoatiSoftware/Sourcetrail
- https://www.sourcetrail.com/blog/why_working_on_chrom_made_me_develop_a_tool_for_reading_source_code/
- https://www.sourcetrail.com/blog/media/prototype_one/
- https://www.sourcetrail.com/blog/media/prototype_two/
- https://developers.google.com/web/updates/2013/02/Profiling-Long-Paint-Times-with-DevTools-Continuous-Painting-Mode
-
-
-
-
Windows - Dynamic-Link Library Search Order
2017-05-02 - http://stackoverflow.com/questions/2463243/dll-search-on-windows
- https://msdn.microsoft.com/en-us/library/7d83bc18.aspx
- https://msdn.microsoft.com/en-us/library/windows/desktop/ms682586(v=vs.85).aspx
- http://stackoverflow.com/questions/518228/is-it-possible-to-add-a-directory-to-dll-search-path-from-a-batch-file-or-cmd-sc
-