You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User is likely to use the same hardware on all projects and shouldn't need to set up OSC config each time.
Ideally write to a config file so that the binaural plugin can read from that when first instantiated. Added advantage is that if the user does change their hardware, it updates in all their projects. Maybe only use project data (saved VST state) as backup if config can't be read/written.
The text was updated successfully, but these errors were encountered:
* Inversion controls - closes#177
* Save to config file - closes#182
* More helpful connection error message
* Patch JUCE so Win can detect UDP port open fail - don't need to rely on message receipt to confirm successful listen - closes#169
* Don't crash if bin mon receives 0.6.0 metadata - closes#180
User is likely to use the same hardware on all projects and shouldn't need to set up OSC config each time.
Ideally write to a config file so that the binaural plugin can read from that when first instantiated. Added advantage is that if the user does change their hardware, it updates in all their projects. Maybe only use project data (saved VST state) as backup if config can't be read/written.
The text was updated successfully, but these errors were encountered: