Robbert van der Helm
|
cfa765e4d6
|
Clean up file path creation
|
2020-02-24 13:22:03 +01:00 |
|
Robbert van der Helm
|
073f71847d
|
Fix socket creation
|
2020-02-10 21:43:05 +01:00 |
|
Robbert van der Helm
|
fd29e0a2d4
|
Add a Unix domain socket for host->vst events
|
2020-02-10 21:00:03 +01:00 |
|
Robbert van der Helm
|
4f22597970
|
Better document the serialization part
|
2020-02-10 18:24:38 +01:00 |
|
Robbert van der Helm
|
309a6cb00e
|
Add GPLv3 copyright headers
|
2020-02-10 16:47:43 +01:00 |
|
Robbert van der Helm
|
a7dedf1fbe
|
Describe the project's architecture
|
2020-02-10 16:18:46 +01:00 |
|
Robbert van der Helm
|
5fc87d2da4
|
Rename the wineprefix detection function
Since it actually has to produce a complete environment since there's no
way to conditionally set environment variables otherwise.
|
2020-02-10 15:01:32 +01:00 |
|
Robbert van der Helm
|
25382711da
|
Add wineprefix detection
|
2020-02-10 14:56:27 +01:00 |
|
Robbert van der Helm
|
1b1c0c57b9
|
Add the groundwork for loading VST plugins
|
2020-02-09 22:53:31 +01:00 |
|
Robbert van der Helm
|
875308bd6f
|
Answer event queries within the Wine VST host
|
2020-02-09 20:05:47 +01:00 |
|
Robbert van der Helm
|
73256d0055
|
Print exceptions thrown during initialization
|
2020-02-09 17:52:23 +01:00 |
|
Robbert van der Helm
|
b6c9acc57c
|
Add functions to encapsulate serialization
|
2020-02-09 17:22:45 +01:00 |
|
Robbert van der Helm
|
b757001435
|
Add basic communication with a child process
|
2020-02-08 17:18:39 +01:00 |
|
Robbert van der Helm
|
65996f856a
|
Add boilerplate for event handling
|
2020-02-07 17:16:09 +01:00 |
|
Robbert van der Helm
|
7a68654fa2
|
Handle freeing resources when closing the plugin
|
2020-02-07 15:04:27 +01:00 |
|
Robbert van der Helm
|
58d749862f
|
Delegate the plugin functionality to a class
This way we can hopefully contain all the manual memory management and
raw pointers somewhat.
|
2020-02-06 19:01:30 +01:00 |
|
Robbert van der Helm
|
3cda70ec04
|
Add some more boilerplate
|
2020-02-03 15:52:16 +01:00 |
|
Robbert van der Helm
|
f1a95ded2f
|
Initial commit with project skeleton
|
2020-02-03 14:13:43 +01:00 |
|