MCPcopy Create free account

hub / github.com/SynthstromAudible/DelugeFirmware / functions

Functions7,849 in github.com/SynthstromAudible/DelugeFirmware

↓ 43 callersFunction_sd_card_send_cmd_arg
* ID : * Summary : issue general SD command * Include : * Declaration : int _sd_card_send_cmd_arg(SDHNDL *hndl,unsigned cmd,
src/RZA1/sdhi/src/sd/access/sd_cmd.c:400
↓ 43 callersMethodaddOtherTwoThingsButNoNoteRow
src/deluge/model/model_stack.h:373
↓ 41 callersMethodclear
src/deluge/util/d_string.cpp:39
↓ 41 callersMethodcloseTag
src/deluge/storage/storage_manager.cpp:728
↓ 40 callersFunction_sd_clear_info
* ID : * Summary : clear int_info bits * Include : * Declaration : int _sd_clear_info(SDHNDL hndl,unsigned short clear_info1,
src/RZA1/sdhi/src/sd/access/sd_int.c:130
↓ 40 callersMethodc_str
src/deluge/util/d_string.h:123
↓ 40 callersMethodhas
Returns true if note is part of the NoteSet. */
src/deluge/model/scale/note_set.h:37
↓ 40 callersMethodtoModControllable
src/deluge/model/drum/drum.h:92
↓ 39 callersMethodcontainsSomething
src/deluge/modulation/automation/auto_param.cpp:1993
↓ 39 callersMethodgetCurrentlyRecordingLinearly
src/deluge/model/clip/audio_clip.cpp:1300
↓ 39 callersMethodgetPatchedParamSet
src/deluge/modulation/params/param_manager.h:115
↓ 39 callersMethodwriteOpeningTagEnd
src/deluge/storage/storage_manager.cpp:734
↓ 38 callersMethodaddAutoParam
src/deluge/model/model_stack.h:452
↓ 38 callersFunctionmove_window
src/fatfs/ff.c:1056
↓ 37 callersFunctiondisk_write
src/RZA1/diskio.c:235
↓ 37 callersFunctiongetCurrentInstrument
Do not call in static/global constructors, song won't exist yet
src/deluge/model/song/song.cpp:107
↓ 37 callersMethodgetNoteRow
src/deluge/model/model_stack.h:197
↓ 37 callersMethodisAutomated
src/deluge/modulation/automation/auto_param.h:118
↓ 37 callersMethodremoveReasonFromCluster
src/deluge/storage/audio/audio_file_manager.cpp:1441
↓ 36 callersMethodcontainsSomething
src/deluge/io/midi/learned_midi.h:59
↓ 36 callersFunctioninterpolateTableSigned
input must not have any extra bits set than numBitsInInput specifies
src/deluge/util/waves.h:15
↓ 36 callersFunctionld_word
src/fatfs/ff.c:614
↓ 36 callersFunctionmultiply_accumulate_32x32_rshift32_rounded
src/deluge/util/fixedpoint.h:49
↓ 35 callersFunctionexitUIMode
You can safely call this even if you don't know whether said UI mode is active.
src/deluge/gui/ui/ui.cpp:433
↓ 35 callersMethodgetSynthMode
src/deluge/processing/sound/sound.h:218
↓ 35 callersFunctionld_dword
Made non-static by Rohan
src/fatfs/ff.c:628
↓ 34 callersMethodcontainsAnyMainParamCollections
Not including MPE params
src/deluge/modulation/params/param_manager.h:51
↓ 33 callersMethoddrawStringCentred
src/deluge/hid/display/oled_canvas/canvas.cpp:188
↓ 33 callersMethodgetYNoteFromYDisplay
src/deluge/model/clip/instrument_clip.cpp:3770
↓ 33 callersMethodisArrangementOnlyClip
src/deluge/model/clip/clip.cpp:205
↓ 32 callersMethodforTail
* @brief Create a derived colour for tails (used by views) * * @return RGB The derived colour */
src/deluge/gui/colour/rgb.h:78
↓ 32 callersFunctiongetCurrentKit
Do not call in static/global constructors, song won't exist yet
src/deluge/model/song/song.cpp:98
↓ 32 callersMethodgetCurrentValue
src/deluge/modulation/automation/auto_param.h:112
↓ 32 callersFunctiongetParamFromUserValue
Gets param *preset* value. Should be labelled better
src/deluge/util/functions.cpp:1360
↓ 32 callersMethodisSetToParamWithNoSource
src/deluge/modulation/params/param_descriptor.h:48
↓ 32 callersMethodsetActiveModControllableTimelineCounter
src/deluge/gui/views/view.cpp:1727
↓ 32 callersFunctionst_word
src/fatfs/ff.c:661
↓ 31 callersFunctiongetCurrentOutput
Do not call in static/global constructors, song won't exist yet
src/deluge/model/song/song.cpp:93
↓ 31 callersMethodsetScrollingText
src/deluge/hid/display/display.h:89
↓ 30 callersFunctionMainOLED_WCom
src/deluge/drivers/oled/oled.c:27
↓ 30 callersMethodgetJustTheParam
src/deluge/modulation/params/param_descriptor.h:56
↓ 30 callersFunctionsddev_int_wait
* Function Name: int32_t sddev_int_wait(int32_t sd_port, int32_t time); * Description : Waitting for SDHI Interrupt * Arguments : int32_t time :
src/deluge/drivers/sd/sd.c:70
↓ 29 callersMethodaddOtherTwoThings
* adds a modcontrollable and a param manager */
src/deluge/model/model_stack.h:389
↓ 29 callersMethodclear
tests/unit/mocks/song_mock.h:14
↓ 29 callersFunctionisUIModeActiveExclusively
src/deluge/gui/ui/ui.cpp:400
↓ 29 callersFunctionsetOutputState
src/RZA1/gpio/gpio.c:55
↓ 29 callersMethodsetupModelStackWithSongAsTimelineCounter
src/deluge/model/song/song.cpp:5795
↓ 29 callersFunctionusb_cstd_chg_curpipe
Function Name : usb_cstd_chg_curpipe Description : Switch FIFO and pipe number. Arguments : usb_utr_t *ptr : Pointer to usb_u
src/RZA1/usb/r_usb_basic/src/hw/r_usb_creg_abs.c:482
↓ 29 callersFunctionusb_hstd_get_usb_ip_adr
Function Name : usb_hstd_get_usb_ip_adr Description : Get base address of the selected USB channel's peripheral : registers.
src/RZA1/usb/r_usb_basic/src/hw/r_usb_hreg_abs.c:826
↓ 28 callersFunctionaddRepeatingTask
src/OSLikeStuff/task_scheduler.cpp:534
↓ 28 callersMethodbegin
src/deluge/util/container/static_vector.hpp:538
↓ 28 callersMethodempty
src/deluge/util/d_string.h:128
↓ 28 callersMethodgetCurrentMenuItem
src/deluge/gui/ui/sound_editor.cpp:1487
↓ 28 callersMethodgetTimelineCounterAllowNull
src/deluge/model/model_stack.h:176
↓ 28 callersFunctionisUIModeWithinRange
Checks that all of the currently active UI modes are within the list of modes provided. As well as making things tidy, the main point of this is to st
src/deluge/gui/ui/ui.cpp:407
↓ 28 callersFunctionreassessGreyout
src/deluge/hid/led/pad_leds.cpp:640
↓ 27 callersFunctionfromXY
src/deluge/hid/button.h:13
↓ 27 callersFunctiongetNoise
src/deluge/util/functions.h:352
↓ 27 callersMethodgetNoteRowForDrum
src/deluge/model/clip/instrument_clip.cpp:1032
↓ 26 callersMethodaddSoundFlags
src/deluge/model/model_stack.h:466
↓ 26 callersMethodappendInt
TODO: Validate buffer size. These can overflow
src/deluge/util/d_string.h:115
↓ 26 callersMethodeditingKit
src/deluge/gui/ui/sound_editor.cpp:135
↓ 26 callersMethodformat
src/deluge/gui/menu_item/formatted_title.h:12
↓ 26 callersFunctionfromCartesian
src/deluge/hid/button.h:9
↓ 26 callersMethodgetBackedUpParamManagerPreferablyWithClip
If none for the correct Clip, return one for a different Clip - prioritizing NULL Clip. Returns NULL if couldn't find one. Supply stealInto to have it
src/deluge/model/song/song.cpp:3646
↓ 26 callersMethodpopupTextTemporary
src/deluge/hid/display/oled.h:123
↓ 26 callersMethodtimelineCounterIsSet
src/deluge/model/model_stack.h:184
↓ 26 callersFunctionwriteInt32
src/deluge/util/functions.h:466
↓ 25 callersMethodcancelPopup
src/deluge/hid/display/oled.h:127
↓ 25 callersMethodremoveWorkingAnimation
src/deluge/hid/display/oled.cpp:800
↓ 25 callersMethodsetup
src/deluge/gui/ui/sound_editor.cpp:1275
↓ 25 callersFunctionsetupModelStackWithTimelineCounter
src/deluge/model/model_stack.h:310
↓ 25 callersMethodsize
* @brief Used in combination with operator[] and begin end * * @return constexpr size_t The size of this 'container' */
src/deluge/gui/colour/rgb.h:205
↓ 25 callersMethodwriteOpeningTag
src/deluge/storage/storage_manager.cpp:716
↓ 24 callersFunctiondelayMS
src/deluge/util/cfunctions.c:236
↓ 24 callersMethodinvertArea
src/deluge/hid/display/oled_canvas/canvas.cpp:475
↓ 24 callersMethodpush_back
src/deluge/util/container/static_vector.hpp:632
↓ 24 callersMethodrender
src/deluge/dsp/dx/fm_core.cpp:65
↓ 24 callersMethodsetBuffer
src/deluge/dsp/reverb/freeverb/comb.hpp:35
↓ 24 callersMethodsetLength
src/deluge/model/note/note_row.cpp:2576
↓ 24 callersMethodunassignAllVoices
src/deluge/model/drum/midi_drum.cpp:42
↓ 24 callersFunctionusb_hstd_ctrl_end
Function Name : usb_hstd_ctrl_end Description : Call the user registered callback function that notifies : completion of a con
src/RZA1/usb/r_usb_basic/src/driver/r_usb_hcontrolrw.c:286
↓ 23 callersMethodend
Pointer to one-past-the-end.
src/deluge/util/container/static_vector.hpp:358
↓ 23 callersMethodgetCluster
src/deluge/model/sample/sample_cache.cpp:218
↓ 23 callersFunctionhw_usb_set_mbw
Function Name : hw_usb_set_mbw Description : Set MBW-bits (CFIFO Port Access Bit Width) of the FIFOSEL cor- : responding to th
src/RZA1/usb/r_usb_basic/src/hw/r_usb_creg_access.c:1095
↓ 23 callersFunctionshow
src/deluge/gui/menu_item/dx/param.cpp:356
↓ 23 callersFunctionuartPrintln
src/deluge/drivers/uart/uart.c:32
↓ 23 callersFunctionusb_hstd_forced_termination
Function Name : usb_hstd_forced_termination Description : Terminate data transmission and reception. Arguments : usb_utr_t *ptr
src/RZA1/usb/r_usb_basic/src/hw/r_usb_hreg_abs.c:743
↓ 22 callersFunctionR_INTC_Enable
* Function Name: R_INTC_Enable * Description : Enables interrupt of the ID specified by the int_id. * Arguments : uint16_t int_id : Interrupt ID
src/RZA1/intc/intc.c:209
↓ 22 callersFunction_sd_check_info2_err
* ID : * Summary : check SD_INFO2 register errors * Include : * Declaration : int _sd_check_info2_err(SDHNDL *hndl) * Functi
src/RZA1/sdhi/src/sd/access/sd_cmd.c:832
↓ 22 callersFunction_sd_check_media
* ID : * Summary : check card insertion * Include : * Declaration : int _sd_check_media(SDHNDL *hndl) * Functions : check
src/RZA1/sdhi/src/sd/access/sd_cd.c:161
↓ 22 callersMethodcontainsAnyParamCollectionsIncludingExpression
src/deluge/modulation/params/param_manager.h:53
↓ 22 callersMethoddegreeOf
src/deluge/model/scale/note_set.cpp:53
↓ 22 callersMethodisJustAParam
src/deluge/modulation/params/param_descriptor.h:54
↓ 21 callersFunctionSetupOnOffSetting
src/deluge/model/settings/runtime_feature_settings.cpp:44
↓ 21 callersFunction_sd_memset
* ID : * Summary : set memory * Include : * Declaration : int _sd_memset(unsigned char *p,int data, * : unsign
src/RZA1/sdhi/src/sd/access/sd_util.c:1579
↓ 21 callersMethoddim
* @brief Dim a colour * * @param level How much to dim (up to 8) * @return RGB The dimmed colour */
src/deluge/gui/colour/rgb.h:117
↓ 21 callersFunctionenterUIMode
src/deluge/gui/ui/ui.cpp:444
↓ 21 callersMethodgetLength
src/deluge/util/d_string.cpp:153
↓ 20 callersMethodexpectEvent
src/deluge/model/clip/clip.cpp:629
← previousnext →101–200 of 7,849, ranked by callers