MCPcopy Create free account

hub / github.com/Atarity/Lightpack / functions

Functions4,331 in github.com/Atarity/Lightpack

↓ 9 callersMethodGetDataAsString
<summary> useful for chunks that just contain a string </summary> <returns>chunk as string</returns>
Software/apiexamples/C#/VolumeLight/NAudio/FileFormats/SoundFont/RiffChunk.cs:92
↓ 9 callersMethodGetDataAsStructureArray
(StructureBuilder s)
Software/apiexamples/C#/VolumeLight/NAudio/FileFormats/SoundFont/RiffChunk.cs:115
↓ 9 callersFunctionGetGlobalInterruptMask
Firmware/LUFA/Common/Common.h:293
↓ 9 callersMethodRead
(BinaryReader reader)
Software/apiexamples/C#/VolumeLight/NAudio/FileFormats/Map/MapBlockHeader.cs:15
↓ 9 callersFunction_SPI_Write12
Firmware/LedDriver.c:46
↓ 9 callersMethodaddMsgHandler
Register a handler for an OSC-address - 'address' is the OSC address-string. the address-string should start with '/' and may not contain '*'
Software/apiexamples/liOSC/OSC.py:1888
↓ 9 callersMethodgetBinary
Returns the binary representation of the message
Software/apiexamples/liOSC/OSC.py:613
↓ 9 callersMethodinstallHook
Software/hooks/ProxyFuncJmp.cpp:33
↓ 9 callersMethodvScanStart
Software/src/wizard/AreaDistributor.hpp:45
↓ 8 callersMethodCreateIeeeFloatWaveFormat
<summary> Creates a new 32 bit IEEE floating point wave format </summary> <param name="sampleRate">sample rate</param> <param name="channels">number o
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveFormats/WaveFormat.cs:134
↓ 8 callersFunctionGlobalInterruptDisable
Firmware/LUFA/Common/Common.h:358
↓ 8 callersFunctionPipe_GetBoundEndpointAddress
Firmware/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:334
↓ 8 callersFunctionPipe_SetPipeToken
Firmware/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:294
↓ 8 callersMethodRead
<summary> Reads samples from this sample provider </summary> <param name="buffer">Sample buffer</param> <param name="offset">Offset into sample buffer
Software/apiexamples/C#/VolumeLight/NAudio/Wave/SampleProviders/SampleChannel.cs:73
↓ 8 callersFunctionSetGlobalInterruptMask
Firmware/LUFA/Common/Common.h:315
↓ 8 callersMethod_reencode
Erase & rebuild the OSCMessage contents from the given list of (typehint, value) tuples
Software/apiexamples/liOSC/OSC.py:328
↓ 8 callersFunctionblinkAllLeds
(_rgbIndex, _color, _delay, _times, _smooth = 0)
Software/apiexamples/VisualTests/VisualTests.py:43
↓ 8 callersMethodconnect
Bind to a specific OSC server: the 'address' argument is a (host, port) tuple - host: hostname of the remote OSC server, - port: UDP-port
Software/apiexamples/liOSC/OSC.py:1069
↓ 8 callersMethodhScanStart
Software/src/wizard/AreaDistributor.hpp:43
↓ 8 callersMethodremoveHook
Software/hooks/ProxyFuncJmp.cpp:37
↓ 8 callersMethodsetColorToAll
(self, r, g, b)
Software/apiexamples/VisualTests/lightpack.py:75
↓ 8 callersMethodsetSmooth
(self, s)
Software/apiexamples/pyLightpack/lightpack.py:88
↓ 8 callersMethodshow
Software/src/systrayicon/SysTrayIcon.cpp:70
↓ 8 callersFunctionsize
Software/qtserialport/src/serialport/qt4support/qringbuffer_p.h:256
↓ 7 callersFunctionEndpoint_Discard_8
Firmware/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:556
↓ 7 callersFunctionEndpoint_SelectEndpoint
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:267
↓ 7 callersFunctionMS_Host_SendCommand
Firmware/LUFA/Drivers/USB/Class/Host/MassStorageClassHost.c:143
↓ 7 callersMethodMoFreeMediaType
( [In] ref DmoMediaType mediaType)
Software/apiexamples/C#/VolumeLight/NAudio/Dmo/DmoInterop.cs:20
↓ 7 callersFunctionOSCString
Convert a string into a zero-padded OSC String. The length of the resulting string is always a multiple of 4 bytes. The string ends with 1 to 4 zero
Software/apiexamples/liOSC/OSC.py:667
↓ 7 callersFunctionPipe_IsEndpointBound
Firmware/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.c:148
↓ 7 callersFunctionPipe_Read_8
Firmware/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:607
↓ 7 callersFunctionPipe_SelectPipe
Firmware/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:217
↓ 7 callersFunctionUSB_Host_WaitForIOS
Firmware/LUFA/Drivers/USB/Core/HostStandardReq.c:157
↓ 7 callersMethodclearData
Clear any arguments appended so far
Software/apiexamples/liOSC/OSC.py:227
↓ 7 callersMethodisEnabled
Software/src/Plugin.cpp:92
↓ 7 callersFunctiontoString
Software/src/debug.h:51
↓ 7 callersMethodunlock
(self)
Software/apiexamples/EventGhost/Prismatik/lightpack.py:90
↓ 7 callersMethodupdateClientState
(self)
Software/apiexamples/liOSC/LiOSC.py:200
↓ 7 callersFunctionupdateStatus
Software/apiexamples/PocketBook LightpackDrivePB/src/LightpackDrivePB.c:45
↓ 6 callersMethodAddAction
<summary> Adds a new explorer context menu action for this file type Will overwrite any existing action with this key </summary> <param name="extensio
Software/apiexamples/C#/VolumeLight/NAudio/Utils/FileAssociations.cs:86
↓ 6 callersFunctionCALLBACK_USB_GetDescriptor
This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors" * documentation) by the applicati
Firmware/Descriptors.c:184
↓ 6 callersMethodClose
<summary> Closes this driver </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/Compression/AcmDriver.cs:261
↓ 6 callersFunctionEVENT_USB_Device_Disconnect
Event handler for the library USB Disconnection event. */
Firmware/LUFA/CodeTemplates/DeviceTemplate/DeviceApplication.c:91
↓ 6 callersFunctionEndpoint_StallTransaction
Firmware/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:489
↓ 6 callersFunctionEndpoint_WaitUntilReady
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.c:154
↓ 6 callersFunctionEndpoint_WaitUntilReady
Firmware/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.c:120
↓ 6 callersMethodName
Software/src/Plugin.cpp:51
↓ 6 callersFunctionPipe_IsStalled
Firmware/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:583
↓ 6 callersFunctionPipe_WaitUntilReady
Firmware/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.c:168
↓ 6 callersMethodSetValue
(double newValue, bool raiseEvents)
Software/apiexamples/C#/VolumeLight/NAudio/Gui/Pot.cs:101
↓ 6 callersFunctionUSB_Host_ClearEndpointStall
Firmware/LUFA/Drivers/USB/Core/HostStandardReq.c:271
↓ 6 callersFunctionUSB_Host_GetFrameNumber
Firmware/LUFA/Drivers/USB/Core/UC3/Host_UC3.h:136
↓ 6 callersMethodflush
! This function writes as much as possible from the internal write buffer to the underlying serial port without blocking. If any data was
Software/qtserialport/src/serialport/qserialport.cpp:851
↓ 6 callersMethodhide
Software/src/systrayicon/SysTrayIcon.cpp:76
↓ 6 callersMethodisAreaEnabled
Software/src/GrabWidget.cpp:474
↓ 6 callersMethodisValid
Software/src/UpdatesProcessor.hpp:74
↓ 6 callersMethodlock
(self)
Software/apiexamples/EventGhost/Prismatik/lightpack.py:85
↓ 6 callersMethodportName
! Returns the name set by setPort() or to the QSerialPort constructors. This name is short, i.e. it extract and convert out from the internal
Software/qtserialport/src/serialport/qserialport.cpp:429
↓ 6 callersFunctionpthread_barrier_wait
Software/src/hidapi/mac/hid.c:75
↓ 6 callersFunctionread
Software/qtserialport/src/serialport/qt4support/qringbuffer_p.h:317
↓ 6 callersMethodsetTimeTag
Set or change the OSCBundle's TimeTag In 'Python Time', that's floating seconds since the Epoch
Software/apiexamples/liOSC/OSC.py:571
↓ 6 callersMethodstartGrabbing
Software/grab/D3D10Grabber.cpp:512
↓ 6 callersMethodupdateLpackLeds
(self)
Software/apiexamples/liOSC/LiOSC.py:184
↓ 5 callersFunctionDataflash_SelectChip
Firmware/LUFA/CodeTemplates/DriverStubs/Dataflash.h:142
↓ 5 callersFunctionDataflash_SelectChip
Firmware/LUFA/Drivers/Board/AVR8/USBKEY/Dataflash.h:154
↓ 5 callersFunctionDelay_MS
Firmware/LUFA/Common/Common.h:253
↓ 5 callersFunctionEndpoint_IsOUTReceived
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:417
↓ 5 callersFunctionEndpoint_IsOUTReceived
Firmware/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:387
↓ 5 callersFunctionEndpoint_Read_16_LE
Firmware/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:579
↓ 5 callersMethodEnsure
<summary> Ensures the buffer is big enough </summary> <param name="buffer"></param> <param name="bytesRequired"></param> <returns></returns>
Software/apiexamples/C#/VolumeLight/NAudio/Utils/BufferHelpers.cs:18
↓ 5 callersMethodGetNextSubChunk
<summary> creates a new riffchunk from current position checking that we're not at the end of this chunk first </summary> <returns>the new chunk</retu
Software/apiexamples/C#/VolumeLight/NAudio/FileFormats/SoundFont/RiffChunk.cs:65
↓ 5 callersMethodIsEndTrack
<summary> Determines if this is an end track event </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Midi/MidiEvent.cs:287
↓ 5 callersMethodIsFormatSupported
<summary> Determines whether if the specified output format is supported </summary> <param name="shareMode">The share mode.</param> <param name="desir
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/AudioClient.cs:190
↓ 5 callersMethodMarshalFromPtr
<summary> Helper function to retrieve a WaveFormat structure from a pointer </summary> <param name="pointer">WaveFormat structure</param> <returns></r
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveFormats/WaveFormat.cs:152
↓ 5 callersMethodOnDone
this is called by the WAVE callback and should be used to refill the buffer
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveStreams/WaveOutBuffer.cs:100
↓ 5 callersFunctionPipe_Write_16_LE
Firmware/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:678
↓ 5 callersFunctionSPI_ReceiveByte
Firmware/LUFA/Drivers/Peripheral/AVR8/SPI_AVR8.h:241
↓ 5 callersFunctionSPI_SendByte
Firmware/LUFA/Drivers/Peripheral/AVR8/SPI_AVR8.h:229
↓ 5 callersFunctionSPI_TransferByte
Firmware/LUFA/Drivers/Peripheral/AVR8/SPI_AVR8.h:216
↓ 5 callersMethodSeek
<summary> Seek is not supported for a WaveFileWriter </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/WaveFileWriter.cs:155
↓ 5 callersMethodStart
<summary> Starts playing the buffers. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/Asio/ASIODriverExt.cs:109
↓ 5 callersFunctionUSB_PLL_IsReady
Firmware/LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.h:347
↓ 5 callersFunctionUSB_PLL_On
Firmware/LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.h:334
↓ 5 callersFunctionUSB_ResetInterface
Firmware/LUFA/Drivers/USB/Core/UC3/USBController_UC3.c:106
↓ 5 callersFunctionUSB_ResetInterface
Firmware/LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.c:128
↓ 5 callersFunction_LedDrivers_ClkDown
Firmware/LedDriver.c:256
↓ 5 callersFunction_LedDrivers_ClkUp
Firmware/LedDriver.c:250
↓ 5 callersMethod_searchHostAddr
Search the subscribed OSCTargets for (the first occurence of) given host. Returns a (host, port) tuple
Software/apiexamples/liOSC/OSC.py:1255
↓ 5 callersMethodconnect
(self)
Software/apiexamples/pyLightpack/lightpack.py:56
↓ 5 callersFunctiondecodeOSC
Converts a binary OSC message to a Python list.
Software/apiexamples/liOSC/OSC.py:811
↓ 5 callersMethodhScanEnd
Software/src/wizard/AreaDistributor.hpp:44
↓ 5 callersFunctionhexDump
Useful utility; prints the string in hexadecimal.
Software/apiexamples/liOSC/OSC.py:852
↓ 5 callersMethodlock
(self)
Software/apiexamples/pyLightpack/lightpack.py:104
↓ 5 callersFunctionnextDataBlockSize
Software/qtserialport/src/serialport/qt4support/qringbuffer_p.h:69
↓ 5 callersFunctionparseUrlStr
Convert provided string in 'host:port/prefix' format to it's components Returns ((host, port), prefix)
Software/apiexamples/liOSC/OSC.py:908
↓ 5 callersMethodprocessCompletionRoutine
Software/qtserialport/src/serialport/qserialport_win.cpp:140
↓ 5 callersFunctionreturn_data
Helper function, to simplify hid_read(). This should be called with dev->mutex locked. */
Software/src/hidapi/linux/hid-libusb.c:926
↓ 5 callersFunctionreturn_data
Helper function, so that this isn't duplicated in hid_read(). */
Software/src/hidapi/mac/hid.c:840
↓ 5 callersMethodsetStatus
Software/src/systrayicon/SysTrayIcon.cpp:94
↓ 5 callersMethodstart
Software/grab/D3D10Grabber.cpp:224
← previousnext →101–200 of 4,331, ranked by callers