VOR Questions with Hemisphere Apps #120
TricksterSam
started this conversation in
General
Replies: 1 comment
-
In my +VOR firmware, the Hemisphere ecosystem has a few symbols that dynamically adjust to the Vbias setting (defined in HSUtils.h):
Beyond these, applets are mostly agnostic to the DAC Vbias, with the offset being handled in the DAC driver itself... if an applet sets an output to a logical value of 0 (zero) it will always be translated as 0volts. Clipping out-of-bounds values is generally my desired behavior, and feels most intuitive. Individual applets could be designed differently tho... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a friend who uses a Plum Audio O_c. He noted that the Hemisphere apps don't follow the voltage level shifting that the Plum Audio device allows. In fact, sometimes they just clip the signal at the limit.
The best I could tell from the code was that the original, full-screen apps have code that recognizes the VOR settings, but Hemisphere apps don't. Is this correct? Are there any efforts to implement VOR in Phazerville Hemisphere apps? It's not a deal-breaker by far. In fact, I think I understand why many Phazerville apps would try to maintain uniformity across platforms, but is there code that we can access from the OG apps in Phazerville apps to allow for an app to follow the VOR scaling?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions