Skip to content

Add Clock Divider+ app #456

Open
ArthurGibert wants to merge 1 commit intomainfrom
feat/clock_div_plus
Open

Add Clock Divider+ app #456
ArthurGibert wants to merge 1 commit intomainfrom
feat/clock_div_plus

Conversation

@ArthurGibert
Copy link
Contributor

Clock div app with assignable CV input

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if all of these changes should be in this commit?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

midi_channel: MidiChannel::from_value(values[0]),
note: MidiNote::from_value(values[1]),
gatel: i32::from_value(values[2]),
division_mode: usize::from_value(values[3]).min(2),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit weird, I'm not sure what the goal of this is. Let's figure out a better way for this.

}

/// Rescale a 12-bit value (`0..=4095`) into a `min..=max` interval.
pub fn rescale_12bit_int(input: u16, min: u16, max: u16) -> u16 {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weren't these also added in the other PR? I'm a bit confused

@ArthurGibert ArthurGibert force-pushed the feat/clock_div_plus branch from 209de4a to f15afb8 Compare March 3, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants