Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/digego/extempore
/ functions
Functions
731 in github.com/digego/extempore
⨍
Functions
731
◇
Types & classes
90
↓ 1 callers
Function
rreplace
returns char* result
src/UNIV.cpp:402
↓ 1 callers
Function
scheme_deinit
src/Scheme.cpp:6485
↓ 1 callers
Function
scheme_init
src/Scheme.cpp:6215
↓ 1 callers
Function
scheme_init_new
src/Scheme.cpp:6195
↓ 1 callers
Function
scheme_set_output_port_string
src/Scheme.cpp:6477
↓ 1 callers
Method
setClientAddressSize
include/OSC.h:112
↓ 1 callers
Method
setLoadedLibs
include/SchemeProcess.h:162
↓ 1 callers
Method
setMaxDuration
src/SchemeProcess.cpp:399
↓ 1 callers
Method
setSocket
include/OSC.h:119
↓ 1 callers
Function
skipspace
skip white characters && cntrl characters */
src/Scheme.cpp:2827
↓ 1 callers
Method
stop
src/AudioDevice.cpp:804
↓ 1 callers
Function
string_hash
src/EXTLLVM.cpp:646
↓ 1 callers
Function
swap32f
swap using char pointers
src/OSC.cpp:130
↓ 1 callers
Function
swap64f
////////////////////////////////////////// THIS IS UGLY AND INEFFICIENT CHANGE ME! swap using char pointers
src/OSC.cpp:91
↓ 1 callers
Function
swap64i
swap using char pointers
src/OSC.cpp:161
↓ 1 callers
Function
syntaxnum
Hard-coded for the given keywords. Remember to rewrite if more are added! */
src/Scheme.cpp:6156
↓ 1 callers
Function
treadmill_flip
src/Scheme.cpp:1987
↓ 1 callers
Function
unlink
src/Scheme.cpp:190
↓ 1 callers
Function
unswap32f
unswap using char pointers
src/OSC.cpp:145
↓ 1 callers
Function
unswap64f
unswap using char pointers
src/OSC.cpp:110
↓ 1 callers
Function
unswap64i
unswap using char pointers
src/OSC.cpp:180
Method
(*getNative())
include/OSC.h:139
Method
AudioDevice
src/AudioDevice.cpp:614
Method
Base64Decode
positions base64[62] = '+' and base64[63] == '/'
src/SchemeFFI.cpp:1196
Method
Base64Encode
positions base64[62] = '+' and base64[63] == '/'
src/SchemeFFI.cpp:1187
Method
CMI
include/CM.h:59
Method
CNameDecode
positions base64[62] = '_' and base64[63] == '-'
src/SchemeFFI.cpp:1214
Method
CNameEncode
positions base64[62] = '_' and base64[63] == '-'
src/SchemeFFI.cpp:1205
Method
CSimpleOptTempl
! @brief Initialize the class. Init() must be called later. */
include/SimpleOpt.h:355
Method
CalcMatch
include/SimpleOpt.h:931
Method
Copy
include/SimpleOpt.h:530
Function
CtrlHandler
src/Extempore.cpp:56
Method
EXTCondition
src/EXTCondition.cpp:52
Function
EXTGLWaitForNotify
src/SchemeFFI.cpp:3276
Method
EXTLLVM
src/EXTLLVM.cpp:1405
Method
EXTMonitor
src/EXTMonitor.cpp:46
Method
EXTMutex
src/EXTMutex.cpp:47
Method
EXTThread
src/EXTThread.cpp:55
Method
File
! @brief Return the specified file argument. @param n Index of the file to return. This must be between 0 and FileC
include/SimpleOpt.h:505
Method
FileCount
! @brief Returned the number of entries in the Files() array. After Next() has returned false, this will be the list of files (or
include/SimpleOpt.h:498
Method
Files
! @brief Return the array of files. */
include/SimpleOpt.h:511
Method
FindEquals
Find the '=' character within a string.
include/SimpleOpt.h:524
Method
HasFlag
! @brief Query if a particular flag is set */
include/SimpleOpt.h:424
Method
I
src/SchemeREPL.cpp:91
Method
I
#ifdef EXT_BOOST SchemeProcess* SchemeProcess::I() { for(int i=0;i<INSTANCES.size();i++) { if(INSTANCES[i]->threadScheme.isCurrentThread()) { return I
src/SchemeProcess.cpp:165
Method
I
include/SchemeFFI.h:51
Method
I
include/OSC.h:74
Method
I
include/TaskScheduler.h:55
Method
I
include/AudioDevice.h:70
Method
I
include/EXTLLVM.h:191
Method
Init
include/SimpleOpt.h:561
Method
IsEqual
include/SimpleOpt.h:990
Method
LookupOption
include/SimpleOpt.h:895
Method
MultiArg
include/SimpleOpt.h:1008
Method
NextClumped
include/SimpleOpt.h:818
Method
OSC
src/OSC.cpp:823
Method
PrepareArg
include/SimpleOpt.h:795
Method
PriorityQueue
include/PriorityQueue.h:67
Method
SchemeFFI
include/SchemeFFI.h:49
Method
SchemeObj
////////////////////// SCHEME OBJ
src/SchemeProcess.cpp:1019
Method
SchemeProcess
src/SchemeProcess.cpp:90
Method
SchemeREPL
src/SchemeREPL.cpp:65
Method
SchemeTask
include/SchemeProcess.h:76
Method
ScmRuntimeError
src/Scheme.cpp:180
Method
SetFlags
! @brief Change the current flags during option parsing. Note that changing the SO_O_USEALL flag here will have no affect. It must
include/SimpleOpt.h:421
Method
SetOptions
! @brief Change the current options table during option parsing. @param a_rgOptions Valid option array */
include/SimpleOpt.h:410
Method
ShuffleArg
include/SimpleOpt.h:869
Method
Stop
include/SimpleOpt.h:786
Method
Task
include/Task.h:81
Method
TaskI
include/Task.h:66
Method
TaskScheduler
src/TaskScheduler.cpp:42
Function
WinProc
Step 4: the Window Procedure
src/SchemeFFI.cpp:3828
Function
_cons
get new cons cell */
src/Scheme.cpp:1430
Function
_s_return
src/Scheme.cpp:3535
Function
accept_handler
src/SchemeProcess.cpp:225
Method
ad_adjustClockOffset
audiodevice clock stuff
src/SchemeFFI.cpp:4387
Method
ad_getClockOffset
src/SchemeFFI.cpp:4399
Method
ad_getClockTime
src/SchemeFFI.cpp:4404
Method
ad_setClockOffset
src/SchemeFFI.cpp:4393
Method
ad_setTime
src/SchemeFFI.cpp:4409
Method
add
include/PriorityQueue.h:93
Method
addForeignFunc
src/SchemeProcess.cpp:499
Method
addGLExtension
src/SchemeFFI.cpp:3704
Method
addGlobal
/////////////// helper functions ////////////////////////
src/SchemeFFI.cpp:585
Method
addGlobal
src/SchemeProcess.cpp:494
Method
addGlobalCptr
src/SchemeProcess.cpp:504
Method
addSchemeGlobal
src/SchemeProcess.cpp:535
Function
add_address_table
src/EXTLLVM.cpp:1201
Method
add_llvm_alias
For simple preprocessor alias's
src/SchemeFFI.cpp:3120
Method
adjustClockOffset
src/SchemeFFI.cpp:4350
Method
asciiColor
src/SchemeFFI.cpp:691
Method
assocstrcmp
src/SchemeFFI.cpp:1044
Method
assocstrcmpall
src/SchemeFFI.cpp:1051
Function
audioCallback
src/AudioDevice.cpp:402
Function
audioCallbackMT
src/AudioDevice.cpp:218
Function
audioCallbackMTBuf
buffered version of MT audio callback
src/AudioDevice.cpp:328
Method
banner
src/SchemeProcess.cpp:515
Function
base64_codesafe_cleanup
src/UNIV.cpp:177
Function
base64_std_cleanup
src/UNIV.cpp:173
Method
bind_global_var
src/SchemeFFI.cpp:2043
← previous
next →
301–400 of 731, ranked by callers