issues
search
RustAudio
/
vst-rs
VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.
MIT License
1.04k
stars
91
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Garbage param/preset/... names when maximum string size reached
#196
helgoboss
opened
1 year ago
0
Add the deprecated attribute to the Plugin trait
#195
robbert-vdh
closed
1 year ago
0
Add deprecation notice to README and bump version to 0.4.0
#194
glowcoil
closed
1 year ago
0
Intent to deprecate and archive vst-rs
#193
wrl
opened
2 years ago
17
update osx bundler to account for macOS code signing
#192
dpzmick
opened
2 years ago
0
Question: Realistic host implementations examples / Host lockup
#191
PetrGlad
closed
2 years ago
1
M1 MacOS and Ableton
#190
yamadapc
opened
2 years ago
1
Construct an AudioBuffer for testing
#189
young-cassum
opened
2 years ago
0
unresolved imports `winapi::shared::windef`, `winapi::um::winuser`
#188
alfvy
closed
2 years ago
1
Return whether or not editor key event was handled
#187
sebbert
opened
2 years ago
0
Added disclaimer
#186
piedoom
opened
2 years ago
0
Support for parameter properties min/max and step sizes
#185
helgoboss
opened
2 years ago
0
Implement GetParamInfo for step sizes and min/max info
#184
helgoboss
opened
2 years ago
0
Is there any way to communicate with the Plugin with String or str?
#183
chaosprint
closed
2 years ago
0
Add ability to get raw data as slice from `vst::event::Midi` without needing to destructure
#182
piedoom
opened
2 years ago
0
Consider re-exporting `num-traits` and `num_enum`
#181
piedoom
closed
2 years ago
3
Version 0.3.0
#180
piedoom
closed
2 years ago
0
Updated dependencies
#179
piedoom
closed
2 years ago
0
Add changelog updates
#178
piedoom
closed
2 years ago
1
Fix typos
#177
rex4539
closed
2 years ago
0
Confusing relationship between `process_events()` and `process()`
#176
EarthenSky
closed
2 years ago
2
Ableton 11 on M1 Mac is unable to find vst
#175
frikksol
closed
2 years ago
2
Registering that a track or project is being "worked on"
#174
Reached
opened
2 years ago
0
Compatibility with Apple Silicon (M1) architecture
#173
gyopiazza
closed
2 years ago
2
`AudioBuffer` API is unsound when input and output buffers are aliased
#172
glowcoil
opened
3 years ago
1
#170 Fix SysExEvent containing invalid data on 64-bit systems
#171
helgoboss
closed
3 years ago
4
SysExEvent contains invalid data on 64-bit systems
#170
helgoboss
closed
3 years ago
0
Is it possible to use WebView for VST UI?
#169
satelllte
opened
3 years ago
2
removed impl_clike, added num_enum
#168
cofinite
closed
3 years ago
0
impl_clike! macro is unsound and causes crashes in the wild
#167
glowcoil
closed
3 years ago
0
Is this mantained?
#166
Dimev
closed
3 years ago
2
Fix: The example in the Readme.md wasn't compiles.
#165
tenqz
closed
2 years ago
2
Segfault when reloading VST on linux
#164
alec-deason
opened
3 years ago
0
Event buffer in SendEventBuffer is not allocated with appropriate alignment
#163
glowcoil
opened
3 years ago
0
Add doc_comment to test README.md
#162
nicochatzi
opened
3 years ago
0
Add prelude for commonly used items
#161
nicochatzi
closed
2 years ago
0
Rework `SendEventBuffer` to make it useable in `Plugin::process_events`
#160
Boscop
closed
3 years ago
0
Can a plugin determine what track it is on, and what FX index it is at on that track?
#159
carycodes
closed
2 years ago
1
Dependency updates 2021 02
#158
tpltnt
closed
2 years ago
1
Calling convention of `HostCallbackProc` causes warnings
#157
Boscop
closed
3 years ago
1
Add prelude module that re-exports all symbols necessary for implementing `Plugin`
#156
Boscop
opened
3 years ago
0
Test doc tests in README using `rust-skeptic`
#155
Boscop
opened
3 years ago
0
Don't require Plugin to impl Default
#154
Boscop
closed
3 years ago
3
Don't require Plugin to impl Default
#153
Boscop
closed
3 years ago
2
Key character fix
#152
WeirdConstructor
closed
3 years ago
0
Host begin end edit
#151
WeirdConstructor
closed
3 years ago
0
Implement Debug and From<f32> for AtomicFloat
#150
a2aaron
closed
3 years ago
3
AtomicFloat should implement Debug and From<f32>
#149
a2aaron
closed
3 years ago
0
Fix actions
#148
crsaracco
closed
4 years ago
0
Fix docs actions; work towards fixing deploy action
#147
crsaracco
closed
4 years ago
0
Next