forked from Chysn/O_C-HemisphereSuite
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging Phazerville-Relabi with Main Phazerville #82
Open
TricksterSam
wants to merge
906
commits into
benirose:production
Choose a base branch
from
TricksterSam:phazerville
base: production
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CLI still fails the first time for Teensy 4.x
Extracted DrawPopup from Hemisphere to HSUtils
Affects Calibr8or, Scenes, and other full-size apps from Hemisphere Suite
Acid Curds can be mapped to all 8 channels
No visual feedback, but per channel, this action populates all points based on the interval between the lowest and current point. So a good method would be: - Calibrate -3V DAC A - Calibrate +6V DAC A - Long-press DOWN while on +6V page to fill in the rest - Scroll back to check - Repeat for DAC B, DAC C, etc. In my experience they end up within +/- 0.002V
Like a pitch, but with a spikey transient. Nice for pinging filters.
AuxButton on Length to toggle shift direction. AuxButton on Prob to capture and enable Reset. Fully randomized registers on Start()
Memory tweaks to free up RAM1. Moved calibration functions to FLASHMEM; Moved Settings app to RAM2. Hopefully none of these cause slowdowns... idk, saving to EEPROM might take longer because of GlobalSettings and AppData
UI control: Press X+Y to show "Audio DSP Setup" Each channel has a Mode, and a correspoding modulation source (Map)
Triggers can be derived from TR or CV.
T4.0 works fine for TR1/TR2 (pin 0/1) but not for TR3/TR4 (pin 2/3) It will work for pin 23/22 but those are connected to the encoders on original hardware. I imagine the driver code needs different parameters for FlexPWM to work on pins 2/3 instead (or maybe QuadTimer will also work on pins 2/3), but I can't swim through the data sheets to figure it out!
- using TR2 and TR4 for applet
With the exception of help text, because we're about to migrate that to parameter labels
Shows actual input mappings, clock multipliers when clock is running, and corresponding output labels. Room for two lines of extra text at the bottom, 21-character width.
This also allows you to use more than one instance
only the ones with significant changes ;)
How do I trigger applets from the internal clock?
No more static flipped builds! no more PEWPEWPEW by default T41 needs more RAM for Audio stuff, so fewer apps right now.
New UI with separate pages for individual LFOs and for global settings. Cross modulation is now built around true frequency modulation instead of phase modulation. New threshold setting for each LFO is used to set the start and end of gates derived from them. Each output can be set to a choice of the four LFOs or four gates. New global cross modulation FM amount setting for quickly setting the modulation level for all four LFOs.
Modified UI to have separate pages for each LFO and global settings. Changed cross-modulation behavior to use true frequency modulation instead of phase modulation. New settings: Threshold for generating gates from LFOs. Global frequency multiplier and divider added to global settings page. Global cross modulation. Outputs A-D can now be set to any of the four LFOs or gates derived from them.
…lle-Relabi-202412
Updated Relabi app to match the current app design of phazerville.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
updating!