MCPcopy Create free account

hub / github.com/chris-zen/kiro-synth / functions

Functions615 in github.com/chris-zen/kiro-synth

↓ 54 callersMethodpush
( &mut self, param_ref: ParamRef, source_ref: SourceRef, amount: F, )
kiro-synth-engine/src/program/modulations.rs:96
↓ 46 callersMethoditer
(&self)
druid-icon-generator/src/library.rs:19
↓ 42 callersMethodparam
(&mut self, id: &'a str, values: ParamValues<F>)
kiro-synth-engine/src/program/builder.rs:74
↓ 42 callersMethodset
(&mut self, value: F)
kiro-synth-engine/src/signal.rs:36
↓ 30 callersMethodif_updated
(&mut self, f: G)
kiro-synth-engine/src/signal.rs:72
↓ 30 callersMethodlen
(&self)
kiro-synth-engine/src/waveforms.rs:40
↓ 26 callersMethodget_param
(&self, param_ref: ParamRef)
kiro-synth-host/src/ui/data/modulations.rs:356
↓ 25 callersMethodinto
(self)
kiro-synth-host/src/ui/data/modulations.rs:39
↓ 24 callersMethodget
(&self, index: usize)
kiro-synth-engine/src/program/modulations.rs:234
↓ 23 callersMethodrel_controller
( &mut self, midi_controller: MidiController, param_info: Option<(ParamRef, &Param<'a, F>)>, )
kiro-synth-host/src/midi/mapper.rs:107
↓ 22 callersMethodget
(&self)
kiro-synth-engine/src/signal.rs:52
↓ 18 callersFunctionbuild_knob_value
(title: &'static str, unit: &'static str)
kiro-synth-host/src/ui/view/helpers.rs:69
↓ 18 callersMethodnext_ref
(&self)
kiro-synth-engine/src/program/blocks/expr.rs:166
↓ 16 callersMethodfor_each
(&self, mut cb: impl FnMut(&Group, usize))
kiro-synth-host/src/ui/data/modulations.rs:433
↓ 15 callersFunctiondecodes_successfully
(source: Vec<u8>, expected: Vec<Message>)
kiro-midi-core/src/decoder.rs:569
↓ 15 callersMethodneg
(&mut self, input_ref: OpRef)
kiro-synth-engine/src/program/blocks/expr.rs:69
↓ 12 callersMethodcreate
(&mut self)
kiro-synth-engine/src/program/references.rs:65
↓ 11 callersMethodblock
(&mut self, block: Block<F>)
kiro-synth-engine/src/program/builder.rs:113
↓ 11 callersFunctiondecoder_with_mocked_callbacks
(sysex_buffer: &mut [U7], mut f: F)
kiro-midi-core/src/decoder.rs:559
↓ 11 callersMethodprocess
(&mut self, value: F)
kiro-synth-dsp/src/meters/level_meter.rs:38
↓ 11 callersMethodsignal
(&mut self)
kiro-synth-engine/src/program/builder.rs:96
↓ 10 callersMethodvoice
(&self)
kiro-synth-engine/src/program/mod.rs:113
↓ 9 callersMethodinto
(self)
kiro-synth-engine/src/program/references.rs:7
↓ 8 callersMethodfill_strategy
(mut self, fill_strategy: FillStrat)
druid-icon/src/lib.rs:106
↓ 8 callersMethodsend_event
(&mut self, event: Event<F>)
kiro-synth-host/src/synth/client.rs:41
↓ 8 callersMethodsource
(&mut self, name: &'a str, signal: SignalRef)
kiro-synth-engine/src/program/builder.rs:66
↓ 8 callersMethodvalue_to_angle
(&self, value: f64, min: f64, max: f64)
kiro-synth-host/src/ui/widgets/knob.rs:193
↓ 7 callersFunctionenumeration
(count: usize)
kiro-synth-host/src/synth/program/values.rs:46
↓ 7 callersFunctionunipolar_to_bipolar
(signal: F)
kiro-synth-dsp/src/funcs/signal_polarity.rs:3
↓ 7 callersMethodwith_initial_value
(self, initial_value: F)
kiro-synth-engine/src/program/mod.rs:41
↓ 6 callersFunctionamplitude
()
kiro-synth-host/src/synth/program/values.rs:56
↓ 6 callersMethodresidual
2-point polynomial BLEP
kiro-synth-dsp/src/blep/poly.rs:7
↓ 5 callersFunctionclamp_modulo
(modulo: F)
kiro-synth-dsp/src/oscillators/mod.rs:9
↓ 5 callersMethodfind
(&mut self, param_ref: ParamRef, source_ref: SourceRef)
kiro-synth-engine/src/program/modulations.rs:60
↓ 5 callersMethodfor_each_modulated_param
(&mut self, apply: &impl Fn(&mut Param))
kiro-synth-host/src/ui/data/synth/eg.rs:52
↓ 5 callersMethodget_param_signal
(&self, param: ParamRef)
kiro-synth-engine/src/program/mod.rs:157
↓ 5 callersMethodinitial_modulo
(&self)
kiro-synth-dsp/src/oscillators/osc_waveform.rs:25
↓ 5 callersMethodis_active
(&self)
kiro-synth-dsp/src/envgen/adsr.rs:192
↓ 5 callersMethodmodulation
(&mut self, param: P, source_ref: SourceRef, amount: F)
kiro-synth-engine/src/program/builder.rs:100
↓ 5 callersMethodsource_is_empty
( &mut self, source: &mut Source, )
kiro-midi-core/src/decoder.rs:281
↓ 5 callersMethodupdate
(&mut self, input: F)
kiro-synth-dsp/src/effects/delay.rs:13
↓ 4 callersFunctionadsr
(value: T)
kiro-synth-host/src/synth/program/values.rs:16
↓ 4 callersFunctionbuild
( synth_client: Arc<Mutex<SynthClient<F>>>, )
kiro-synth-host/src/ui/view/mod.rs:105
↓ 4 callersFunctionbuild_switcher
( tabs: W, child_picker: impl Fn(&T, &Env) -> U + 'static, child_builder: impl Fn(&U, &T, &Env) -> Box<d
kiro-synth-host/src/ui/view/helpers.rs:49
↓ 4 callersFunctionbuild_tabs
(n: usize, title: impl Fn(usize) -> String + 'static)
kiro-synth-host/src/ui/view/helpers.rs:42
↓ 4 callersFunctioncents
()
kiro-synth-host/src/synth/program/values.rs:96
↓ 4 callersMethodgenerate
(&mut self)
kiro-synth-dsp/src/envgen/adsr.rs:221
↓ 4 callersMethodgroups
( &self, get_key: impl Fn(&InternalModulation) -> Reference, get_group_name: impl Fn(&InternalModu
kiro-synth-host/src/ui/data/modulations.rs:272
↓ 4 callersMethodnext_is_status
( &mut self, source: &mut Source, )
kiro-midi-core/src/decoder.rs:288
↓ 4 callersFunctionoctave
()
kiro-synth-host/src/synth/program/values.rs:76
↓ 4 callersMethodread_next
( &mut self, source: &mut Source, )
kiro-midi-core/src/decoder.rs:295
↓ 4 callersMethodreference
(&self)
kiro-synth-host/src/ui/data/modulations.rs:136
↓ 4 callersMethodrounded
(self, radius: f64)
kiro-synth-host/src/ui/widgets/tab.rs:71
↓ 4 callersFunctionsemitones
()
kiro-synth-host/src/synth/program/values.rs:86
↓ 4 callersMethodvalue
(&self)
kiro-synth-dsp/src/funcs/decibels.rs:18
↓ 4 callersMethodwith_origin
(mut self, origin: f64)
kiro-synth-host/src/ui/data/param.rs:124
↓ 3 callersMethodcolor
(mut self, color: impl Into<KeyOrValue<Color>>)
druid-icon/src/lib.rs:97
↓ 3 callersMethodconsume
(&mut self)
kiro-synth-engine/src/signal.rs:45
↓ 3 callersMethodget_mut
(&mut self, index: usize)
kiro-synth-engine/src/program/modulations.rs:238
↓ 3 callersMethodget_param
(&self, param: R)
kiro-synth-engine/src/program/mod.rs:129
↓ 3 callersMethodis_invalidated
(&self)
kiro-synth-dsp/src/filters/q_control.rs:21
↓ 3 callersMethodname
(&self)
kiro-synth-host/src/ui/data/modulations.rs:132
↓ 3 callersMethodnext
(&mut self)
kiro-synth-host/src/synth/audio_handler.rs:57
↓ 3 callersMethodpeek_next
(&mut self, source: &mut Source)
kiro-midi-core/src/decoder.rs:304
↓ 3 callersMethodprocess
(&mut self, signal: F)
kiro-synth-dsp/src/meters/rms_online.rs:26
↓ 3 callersMethodprocess
(&mut self, _: &Client, ps: &ProcessScope)
kiro-synth-host/src/midi/drivers/jackmidi.rs:54
↓ 3 callersMethodset_frequency_modulation
(&mut self, semitones: F)
kiro-synth-dsp/src/filters/va_one_pole.rs:52
↓ 3 callersMethodset_mode
(&mut self, mode: F)
kiro-synth-engine/src/program/blocks/filter.rs:76
↓ 2 callersMethodadd_signals
(&mut self, signal1: SignalRef, signal2: SignalRef)
kiro-synth-engine/src/program/blocks/expr.rs:99
↓ 2 callersFunctionblep_residual_with_sign
The BLEP residual with the sign depending on whether it is a rising or a falling edge. The residual needs to be subtracted for falling edges or added
kiro-synth-dsp/src/blep/mod.rs:112
↓ 2 callersFunctionboolean
(initial: bool)
kiro-synth-host/src/synth/program/values.rs:36
↓ 2 callersFunctionbuild_knob
( title: &'static str, value_fn: impl Fn(&KnobData<Param>) -> String + 'static, )
kiro-synth-host/src/ui/view/helpers.rs:89
↓ 2 callersFunctionbuild_knob_enum
( title: &'static str, value_fn: impl Fn(usize) -> String + 'static, )
kiro-synth-host/src/ui/view/helpers.rs:80
↓ 2 callersFunctionbuild_static_tabs
(tabs_data: Vec<T>, child_builder: F)
kiro-synth-host/src/ui/view/helpers.rs:10
↓ 2 callersMethodconst_value
(&mut self, value: F)
kiro-synth-engine/src/program/builder.rs:52
↓ 2 callersMethodcount
( &self, get_key: impl Fn(&InternalModulation) -> Reference, base_groups: &Vector<NR>, )
kiro-synth-host/src/ui/data/modulations.rs:329
↓ 2 callersMethoddecode
( &mut self, source: &mut Source, callbacks: &mut Callbacks, )
kiro-midi-core/src/decoder.rs:99
↓ 2 callersMethoddecode_interleaved_realtime_messages
( &mut self, source: &mut Source, callbacks: &mut Callbacks, )
kiro-midi-core/src/decoder.rs:261
↓ 2 callersMethoddpw_triangle
(&mut self, modulo: F, sign: F)
kiro-synth-dsp/src/waveforms/triangle_dpw2x.rs:25
↓ 2 callersMethodevent_result
(&self, mut state: RefMut<MockedCallbacksState>)
kiro-midi-core/src/decoder.rs:533
↓ 2 callersMethodexpr
(&mut self, build_expr: B)
kiro-synth-engine/src/program/builder.rs:107
↓ 2 callersMethodget_blocks
(&self)
kiro-synth-engine/src/program/mod.rs:211
↓ 2 callersMethodget_level
(&self)
kiro-synth-dsp/src/meters/level_meter.rs:67
↓ 2 callersMethodget_modulated_freq
(&mut self)
kiro-synth-dsp/src/filters/freq_control.rs:38
↓ 2 callersMethodget_param_modulations
(&self, param_ref: ParamRef)
kiro-synth-engine/src/program/mod.rs:182
↓ 2 callersMethodget_param_mut
( &mut self, param: R, )
kiro-synth-engine/src/program/mod.rs:134
↓ 2 callersMethodget_params
(&self)
kiro-synth-engine/src/program/mod.rs:121
↓ 2 callersMethodget_peak
(&self)
kiro-synth-dsp/src/meters/level_meter.rs:63
↓ 2 callersMethodget_source
(&self, source: SourceRef)
kiro-synth-engine/src/program/mod.rs:207
↓ 2 callersMethodget_source
(&self, source_ref: SourceRef)
kiro-synth-host/src/ui/data/modulations.rs:349
↓ 2 callersMethodget_total_amounts_by_param
(&self)
kiro-synth-host/src/ui/data/modulations.rs:257
↓ 2 callersMethodget_total_amounts_for_param
(&self, param_ref: ParamRef)
kiro-synth-host/src/ui/data/modulations.rs:247
↓ 2 callersMethodgreen_bar
(&self, db: f64)
kiro-synth-host/src/ui/view/header.rs:153
↓ 2 callersMethodis_off
(&self, program: &Program<F>)
kiro-synth-engine/src/voice.rs:52
↓ 2 callersFunctionlfo_phase
()
kiro-synth-host/src/synth/program/values.rs:116
↓ 2 callersFunctionlfo_rate
()
kiro-synth-host/src/synth/program/values.rs:106
↓ 2 callersFunctionlinear_interpolation
(x1: F, x2: F, y1: F, y2: F, x: F)
kiro-synth-dsp/src/funcs/interpolation.rs:3
↓ 2 callersMethodon_message
(&mut self, message: Message)
kiro-midi-core/src/decoder.rs:544
↓ 2 callersMethodparam_value_from
(&self, midi_value: usize)
kiro-synth-host/src/midi/mapper.rs:25
↓ 2 callersFunctionpitch_bend
()
kiro-synth-host/src/synth/program/values.rs:6
next →1–100 of 615, ranked by callers