MCPcopy Create free account

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

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

Methodpaint
(&mut self, paint_ctx: &mut PaintCtx, data: &T, env: &Env)
kiro-synth-host/src/ui/widgets/tab.rs:222
Methodpaint_arc
( paint_ctx: &mut PaintCtx, center: Point, radius: f64, start_angle: f64, end_angle: f64,
kiro-synth-host/src/ui/widgets/knob.rs:199
Methodpaint_level
(ctx: &mut PaintCtx, level: &AudioLevel, _env: &Env)
kiro-synth-host/src/ui/view/header.rs:102
Methodpaint_voices
(ctx: &mut PaintCtx, num_voices: &usize, env: &Env)
kiro-synth-host/src/ui/view/header.rs:74
Methodparam
(&mut self, param_ref: ParamRef)
kiro-synth-engine/src/program/blocks/expr.rs:57
Methodpartial_state
(status: u8, remaining: usize)
kiro-midi-core/src/decoder.rs:480
Methodpitch_bend
(channel: U4, data: &[U7])
kiro-midi-core/src/decoder.rs:455
Methodpolyphonic_key_pressure
(channel: U4, data: &[U7])
kiro-midi-core/src/decoder.rs:392
Methodport_callback
( packet_list: &PacketList, decoder: &mut Decoder, handler: &mut Handler, )
kiro-synth-host/src/midi/drivers/coremidi.rs:88
Methodprepare
(&mut self)
kiro-synth-engine/src/synth.rs:65
Methodprocess
(&mut self, left: F, right: F)
kiro-synth-dsp/src/dca.rs:76
Methodprocess
(&mut self, input: F)
kiro-synth-dsp/src/effects/delay.rs:80
Methodprocess
(&mut self, input: F)
kiro-synth-dsp/src/filters/va_one_pole.rs:81
Methodprocess
(&mut self, input: F)
kiro-synth-dsp/src/filters/oberheim_sem.rs:86
Methodprocess
( &mut self, signals: &mut SignalBus<'b, F>, program: &mut Program<F>, synth_globals: &SynthGl
kiro-synth-engine/src/processor.rs:55
Methodprocess
(&mut self, program: &mut Program<F>, synth_globals: &SynthGlobals<F>)
kiro-synth-engine/src/voice.rs:90
Methodprocess
(&mut self)
kiro-synth-engine/src/synth.rs:139
Methodprocess
(&mut self, signals: &mut SignalBus<'a, F>, _program: &Program<F>)
kiro-synth-engine/src/program/blocks/filter.rs:119
Methodprocess
(&mut self, signals: &mut SignalBus<'a, F>, program: &Program<F>)
kiro-synth-engine/src/program/blocks/envgen.rs:49
Methodprocess
( &mut self, signals: &mut SignalBus<'a, F>, _program: &Program<F>, synth_globals: &SynthGloba
kiro-synth-engine/src/program/blocks/osc.rs:46
Methodprocess
(&mut self, signals: &mut SignalBus<'a, F>, _program: &Program<F>)
kiro-synth-engine/src/program/blocks/dca.rs:47
Methodprocess
( &mut self, signals: &mut SignalBus<'a, F>, _program: &Program<F>, synth_globals: &SynthGloba
kiro-synth-engine/src/program/blocks/lfo.rs:39
Methodprocess
(&mut self, signals: &mut SignalBus<'b, F>, program: &Program<F>)
kiro-synth-engine/src/program/blocks/expr.rs:183
Methodprogram_change
(channel: U4, data: &[U7])
kiro-midi-core/src/decoder.rs:441
Methodrelease
(sample_rate: F, mode: Mode, time_sec: F)
kiro-synth-dsp/src/envgen/adsr.rs:69
Functionreserved_status
()
kiro-midi-core/src/decoder.rs:588
Methodreset
(&mut self)
kiro-synth-dsp/src/waveforms/mod.rs:16
Methodreset
(&mut self)
kiro-synth-dsp/src/waveforms/triangle_dpw2x.rs:35
Methodreset
Reset the oscillator
kiro-synth-dsp/src/oscillators/pitched_oscillator.rs:101
Methodreset
Reset the LFO
kiro-synth-dsp/src/oscillators/lfo.rs:69
Methodreset
(&mut self)
kiro-synth-dsp/src/filters/va_one_pole.rs:64
Methodreset
(&mut self)
kiro-synth-dsp/src/filters/oberheim_sem.rs:64
Methodreset
(&mut self)
kiro-synth-engine/src/processor.rs:41
Methodreset
(&mut self)
kiro-synth-engine/src/signal.rs:60
Methodreset
(&mut self)
kiro-synth-engine/src/program/blocks/filter.rs:111
Methodreset
(&mut self)
kiro-synth-engine/src/program/blocks/envgen.rs:45
Methodreset
(&mut self)
kiro-synth-engine/src/program/blocks/dca.rs:45
Methodreset
(&mut self)
kiro-synth-engine/src/program/blocks/lfo.rs:35
Methodreset
(&mut self)
kiro-synth-engine/src/program/blocks/expr.rs:181
Methodreset_params
(&mut self)
kiro-synth-engine/src/program/mod.rs:190
Methodresidual
( &self, modulo: F, phase_inc: F, height: F, rising_edge: bool, points_per_side: usize
kiro-synth-dsp/src/blep/mod.rs:37
Methodsamples
(sample_rate: F, time_sec: F)
kiro-synth-dsp/src/envgen/adsr.rs:88
Methodsend_param_change
(&mut self, param_ref: ParamRef, change: F)
kiro-synth-host/src/synth/client.rs:61
Methodsensitivity
(mut self, sensitivity: f64)
kiro-synth-host/src/ui/widgets/knob.rs:188
Methodset_cents
Set the shift for the cents
kiro-synth-dsp/src/oscillators/pitched_oscillator.rs:67
Methodset_delay_seconds
(&mut self, delay_seconds: F)
kiro-synth-dsp/src/effects/delay.rs:55
Methodset_feedback
(&mut self, feedback: F)
kiro-synth-dsp/src/effects/delay.rs:64
Methodset_feedback_in
(&mut self, feedback: F)
kiro-synth-dsp/src/filters/va_one_pole.rs:56
Methodset_frequency
(&mut self, freq: F)
kiro-synth-dsp/src/filters/oberheim_sem.rs:52
Methodset_frequency
(&mut self, freq: F)
kiro-synth-dsp/src/filters/freq_control.rs:19
Methodset_frequency_modulation
Set the frequency modulation
kiro-synth-dsp/src/oscillators/pitched_oscillator.rs:79
Methodset_frequency_modulation
(&mut self, semitones: F)
kiro-synth-dsp/src/filters/oberheim_sem.rs:56
Methodset_mix
(&mut self, mix: F)
kiro-synth-dsp/src/effects/delay.rs:72
Methodset_mode
(&mut self, mode: Mode)
kiro-synth-dsp/src/filters/va_one_pole.rs:44
Methodset_mode
(&mut self, mode: Mode)
kiro-synth-dsp/src/filters/oberheim_sem.rs:48
Methodset_modulation
set frequency linear modulation
kiro-synth-dsp/src/oscillators/osc_freq_linear_mod.rs:33
Methodset_octaves
Set the shift for the octaves
kiro-synth-dsp/src/oscillators/pitched_oscillator.rs:55
Methodset_pitch_bend
Set the pitch bend
kiro-synth-dsp/src/oscillators/pitched_oscillator.rs:73
Methodset_q
(&mut self, q: F)
kiro-synth-dsp/src/filters/oberheim_sem.rs:60
Methodset_ratio
set frequency ratio
kiro-synth-dsp/src/oscillators/osc_freq_linear_mod.rs:28
Methodset_sample_rate
Set the sample rate
kiro-synth-dsp/src/oscillators/pitched_oscillator.rs:95
Methodset_sample_rate
Set the sample rate
kiro-synth-dsp/src/oscillators/lfo.rs:63
Methodset_semitones
Set the semitones shift
kiro-synth-dsp/src/oscillators/pitched_oscillator.rs:61
Methodset_waveform
Set the waveform
kiro-synth-dsp/src/oscillators/pitched_oscillator.rs:41
Functionsetup_theme
(env: &mut Env, _data: &T)
kiro-synth-host/src/ui/mod.rs:43
Methodshutdown
(&mut self)
kiro-synth-dsp/src/envgen/adsr.rs:214
Methodshutdown_time_sec
()
kiro-synth-dsp/src/envgen/adsr.rs:282
Methodsong_position_pointer
(data: &[U7])
kiro-midi-core/src/decoder.rs:469
Methodsong_select
(data: &[U7])
kiro-midi-core/src/decoder.rs:475
Methodstate
(&self)
kiro-midi-core/src/decoder.rs:525
Methodstate
(&self)
kiro-synth-engine/src/signal.rs:56
Functionsysex_buffer_overflow
()
kiro-midi-core/src/decoder.rs:881
Functiontest_default
()
kiro-synth-dsp/src/meters/rms_online.rs:48
Functiontest_get
()
kiro-synth-dsp/src/meters/rms_online.rs:77
Functiontest_get_peaks
()
kiro-synth-dsp/src/meters/level_meter.rs:147
Functiontest_new
()
kiro-synth-dsp/src/meters/level_meter.rs:80
Functiontest_process
()
kiro-synth-dsp/src/meters/rms_online.rs:69
Functiontest_process_max_peak
()
kiro-synth-dsp/src/meters/level_meter.rs:110
Functiontest_process_peak
()
kiro-synth-dsp/src/meters/level_meter.rs:123
Functiontest_reset
()
kiro-synth-dsp/src/meters/rms_online.rs:60
Functiontest_reset_all
()
kiro-synth-dsp/src/meters/level_meter.rs:90
Functiontest_reset_static_peak
()
kiro-synth-dsp/src/meters/level_meter.rs:101
Functionunexpected_channel_mode
()
kiro-midi-core/src/decoder.rs:684
Functionunexpected_status
()
kiro-midi-core/src/decoder.rs:613
Methodupdate
(&mut self, _ctx: &mut UpdateCtx, _old_data: &T, _data: &T, _env: &Env)
druid-icon/src/lib.rs:121
Methodupdate
( &mut self, ctx: &mut UpdateCtx, _old_data: &SelectedView, data: &SelectedView, env: &Env
kiro-synth-host/src/ui/view/header.rs:248
Methodupdate
( &mut self, ctx: &mut UpdateCtx, old_data: &KnobData<Context>, data: &KnobData<Context>,
kiro-synth-host/src/ui/widgets/knob.rs:432
Methodupdate
(&mut self, ctx: &mut UpdateCtx, _old_data: &T, data: &T, env: &Env)
kiro-synth-host/src/ui/widgets/tab.rs:191
Methodupdate_feedback
(&mut self, feedback: &SynthFeedback)
kiro-synth-host/src/ui/data/header.rs:73
Methodupdate_feedback
(&mut self, feedback: &SynthFeedback)
kiro-synth-host/src/ui/data/synth/mod.rs:92
Methodval
(v: T)
kiro-synth-dsp/src/float.rs:12
Methodvalue
(&mut self, v: F)
kiro-synth-engine/src/program/blocks/expr.rs:51
Methodvalue_width
(mut self, width: f64)
kiro-synth-host/src/ui/widgets/knob.rs:178
Methodview_selectors
()
kiro-synth-host/src/ui/view/header.rs:49
Methodvoice
(&self)
kiro-synth-engine/src/program/builder.rs:48
Methodvoices
()
kiro-synth-host/src/ui/view/header.rs:59
Methodwith
(&self, data: &Param, f: F)
kiro-synth-host/src/ui/data/param.rs:35
Methodwith
(&self, data: &Synth, f: F)
kiro-synth-host/src/ui/data/synth/filter.rs:13
Methodwith
(&self, _data: &Synth, f: F)
kiro-synth-host/src/ui/data/synth/mod.rs:26
Methodwith
(&self, data: &Synth, f: F)
kiro-synth-host/src/ui/data/synth/eg.rs:13
← previousnext →501–600 of 615, ranked by callers