MCPcopy Create free account

hub / github.com/Atarity/Lightpack / functions

Functions4,331 in github.com/Atarity/Lightpack

FunctionEndpoint_Null_Stream
Firmware/LUFA/Drivers/USB/Core/XMEGA/EndpointStream_XMEGA.c:81
FunctionEndpoint_Read_16_BE
Firmware/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:595
FunctionEndpoint_Read_16_BE
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:601
FunctionEndpoint_Read_16_BE
Firmware/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:585
FunctionEndpoint_Read_16_LE
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:579
FunctionEndpoint_Read_16_LE
Firmware/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:569
FunctionEndpoint_Read_32_BE
Firmware/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:672
FunctionEndpoint_Read_32_BE
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:690
FunctionEndpoint_Read_32_BE
Firmware/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:658
FunctionEndpoint_Read_32_LE
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:666
FunctionEndpoint_Read_32_LE
Firmware/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:640
FunctionEndpoint_Read_8
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:540
FunctionEndpoint_ResetDataToggle
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:518
FunctionEndpoint_ResetDataToggle
Firmware/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:512
FunctionEndpoint_ResetEndpoint
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:280
FunctionEndpoint_ResetEndpoint
Firmware/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:309
FunctionEndpoint_SetEndpointDirection
Firmware/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:528
FunctionEndpoint_SetEndpointDirection
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:528
FunctionEndpoint_StallTransaction
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:489
FunctionEndpoint_StallTransaction
Firmware/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:477
FunctionEndpoint_Write_16_BE
Firmware/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:625
FunctionEndpoint_Write_16_BE
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:637
FunctionEndpoint_Write_16_BE
Firmware/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:615
FunctionEndpoint_Write_16_LE
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:623
FunctionEndpoint_Write_16_LE
Firmware/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:601
FunctionEndpoint_Write_32_BE
Firmware/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:706
FunctionEndpoint_Write_32_BE
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:730
FunctionEndpoint_Write_32_BE
Firmware/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:692
FunctionEndpoint_Write_32_LE
Firmware/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:714
FunctionEndpoint_Write_32_LE
Firmware/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:676
MethodEnqueueBuffers
()
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/WaveOut.cs:154
MethodEnsureSourceBuffer
<summary> Ensure the source buffer exists and is big enough </summary> <param name="sourceBytesRequired">Bytes required</param>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/SampleProviders/SampleProviderConverterBase.cs:55
MethodEnsureSourceBuffer
(int count)
Software/apiexamples/C#/VolumeLight/NAudio/Wave/SampleProviders/MonoToStereoSampleProvider.cs:60
MethodEnsureTracks
(int count)
Software/apiexamples/C#/VolumeLight/NAudio/Midi/MidiEventCollection.cs:209
MethodEnumCallback
(IntPtr lpGuid, IntPtr lpcstrDescription, IntPtr lpcstrModule, IntPtr lpContext)
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/DirectSoundOut.cs:57
MethodEnumerateAudioEndPoints
<summary> Enumerate Audio Endpoints </summary> <param name="dataFlow">Desired DataFlow</param> <param name="dwStateMask">State Mask</param> <returns>D
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/MMDeviceEnumerator.cs:45
MethodEnvelopeDetector
()
Software/apiexamples/C#/VolumeLight/NAudio/Dsp/EnvelopeDetector.cs:15
MethodExceptionNotifier
Software/qtserialport/src/serialport/qserialport_unix.cpp:108
MethodExitMenuItem_Click
<summary> Обработчик нажатия кнопки меню выхода в контекстном меню иконки в трее </summary> <param name="sender">отправитель</param> <param name="e">п
Software/apiexamples/C#/VolumeLight/VolumeLight/MainForm.cs:514
MethodExplodeToManyTracks
()
Software/apiexamples/C#/VolumeLight/NAudio/Midi/MidiEventCollection.cs:217
MethodExport
<summary> Calls base class export first, then exports the data specific to this event <seealso cref="MidiEvent.Export">MidiEvent.Export</seealso> </su
Software/apiexamples/C#/VolumeLight/NAudio/Midi/TimeSignatureEvent.cs:141
MethodExport
<summary> <see cref="MidiEvent.Export"/> </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Midi/NoteEvent.cs:178
MethodExport
<summary> Calls base class export first, then exports the data specific to this event <seealso cref="MidiEvent.Export">MidiEvent.Export</seealso> </su
Software/apiexamples/C#/VolumeLight/NAudio/Midi/TempoEvent.cs:78
MethodExport
<summary> Exports this MIDI event's data Overriden in derived classes, but they should call this version </summary> <param name="absoluteTime">Absolut
Software/apiexamples/C#/VolumeLight/NAudio/Midi/MidiEvent.cs:376
MethodExport
<summary> <see cref="MidiEvent.Export"/> </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Midi/MetaEvent.cs:130
MethodExport
<summary> Calls base class export first, then exports the data specific to this event <seealso cref="MidiEvent.Export">MidiEvent.Export</seealso> </su
Software/apiexamples/C#/VolumeLight/NAudio/Midi/KeySignatureEvent.cs:76
MethodExport
<summary> Calls base class export first, then exports the data specific to this event <seealso cref="MidiEvent.Export">MidiEvent.Export</seealso> </su
Software/apiexamples/C#/VolumeLight/NAudio/Midi/PatchChangeEvent.cs:113
MethodExport
<summary> Calls base class export first, then exports the data specific to this event <seealso cref="MidiEvent.Export">MidiEvent.Export</seealso> </su
Software/apiexamples/C#/VolumeLight/NAudio/Midi/SysexEvent.cs:66
MethodExport
<summary> Calls base class export first, then exports the data specific to this event <seealso cref="MidiEvent.Export">MidiEvent.Export</seealso> </su
Software/apiexamples/C#/VolumeLight/NAudio/Midi/PitchWheelChangeEvent.cs:92
MethodExport
<summary> Calls base class export first, then exports the data specific to this event <seealso cref="MidiEvent.Export">MidiEvent.Export</seealso> </su
Software/apiexamples/C#/VolumeLight/NAudio/Midi/TrackSequenceNumberEvent.cs:45
MethodExport
<summary> Calls base class export first, then exports the data specific to this event <seealso cref="MidiEvent.Export">MidiEvent.Export</seealso> </su
Software/apiexamples/C#/VolumeLight/NAudio/Midi/ChannelAfterTouchEvent.cs:43
MethodExport
<summary> Calls base class export first, then exports the data specific to this event <seealso cref="MidiEvent.Export">MidiEvent.Export</seealso> </su
Software/apiexamples/C#/VolumeLight/NAudio/Midi/ControlChangeEvent.cs:75
MethodExport
<summary> Exports a MIDI file </summary> <param name="filename">Filename to export to</param> <param name="events">Events to export</param>
Software/apiexamples/C#/VolumeLight/NAudio/Midi/MidiFile.cs:238
MethodExport
<summary> Calls base class export first, then exports the data specific to this event <seealso cref="MidiEvent.Export">MidiEvent.Export</seealso> </su
Software/apiexamples/C#/VolumeLight/NAudio/Midi/SequencerSpecificEvent.cs:73
MethodExport
<summary> Calls base class export first, then exports the data specific to this event <seealso cref="MidiEvent.Export">MidiEvent.Export</seealso> </su
Software/apiexamples/C#/VolumeLight/NAudio/Midi/SmpteOffsetEvent.cs:90
MethodExport
<summary> Calls base class export first, then exports the data specific to this event <seealso cref="MidiEvent.Export">MidiEvent.Export</seealso> </su
Software/apiexamples/C#/VolumeLight/NAudio/Midi/TextEvent.cs:68
MethodFFT
<summary> This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Dsp/FastFourierTransform.cs:14
MethodFader
<summary> Creates a new Fader control </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/Fader.cs:28
MethodFeed
<summary> Feeds the SecondaryBuffer with the WaveStream </summary> <param name="bytesToCopy">number of bytes to feed</param>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/DirectSoundOut.cs:491
MethodFillBuffer
(IWaveProvider playbackProvider, int frameCount)
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/WasapiOut.cs:175
MethodFindByShortName
<summary> Finds a Driver by its short name </summary> <param name="shortName">Short Name</param> <returns>The driver, or null if not found</returns>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/Compression/AcmDriver.cs:115
MethodFindNoteOn
(NoteEvent offEvent, List<NoteOnEvent> outstandingNoteOns)
Software/apiexamples/C#/VolumeLight/NAudio/Midi/MidiFile.cs:182
MethodFixCS0649
Code Should Compile at warning level4 without any warnings, However this struct will give us Warning CS0649: Field [Fieldname] is never assigned to, a
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/Interfaces/Blob.cs:42
MethodFixCS0649
Code Should Compile at warning level4 without any warnings, However this struct will give us Warning CS0649: Field [Fieldname] is never assigned to, a
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/Interfaces/AudioVolumeNotificationDataStruct.cs:44
MethodFlattenToOneTrack
()
Software/apiexamples/C#/VolumeLight/NAudio/Midi/MidiEventCollection.cs:228
MethodFlush
<summary> Flushes the underlying stream </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Utils/IgnoreDisposeStream.cs:62
MethodFlush
()
Software/apiexamples/C#/VolumeLight/NAudio/Dmo/IMediaObject.cs:56
MethodFlush
<summary> Flush does not need to do anything See <see cref="Stream.Flush"/> </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveStreams/WaveStream.cs:41
MethodForm1
()
Software/apiexamples/dotnetLightpack/TestLightpack/Form1.cs:31
MethodForm1FormClosed
(object sender, FormClosedEventArgs e)
Software/apiexamples/dotnetLightpack/TestLightpack/Form1.cs:80
MethodForm1_Deactivate
<summary> Обработчик события деактивации окна для нормального сворачивания в трей </summary> <param name="sender">отправитель</param> <param name="e">
Software/apiexamples/C#/VolumeLight/VolumeLight/MainForm.cs:601
MethodForm1_Load
<summary> Метод события до загрузки формы </summary> <param name="sender">отправитель</param> <param name="e">параметры</param>
Software/apiexamples/C#/VolumeLight/VolumeLight/MainForm.cs:81
MethodForm1_Load
(object sender, EventArgs e)
Software/apiexamples/dotnetLightpack/TestLightpack/Form1.cs:51
MethodFreeStreamingResources
<summary> Tells the DMO to free any resources needed for streaming </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Dmo/MediaObject.cs:426
MethodFreeStreamingResources
()
Software/apiexamples/C#/VolumeLight/NAudio/Dmo/IMediaObject.cs:65
MethodG722CodecState
<summary> Creates a new instance of G722 Codec State for a new encode or decode session </summary> <param name="rate">Bitrate (typically 64000)</param
Software/apiexamples/C#/VolumeLight/NAudio/Codecs/G722Codec.cs:551
MethodGAPIProxyFrameGrabber
Software/hooks/GAPIProxyFrameGrabber.cpp:5
MethodGet
<summary> Gets property key at sepecified index </summary> <param name="index">Index</param> <returns>Property key</returns>
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/PropertyStore.cs:113
MethodGetASIODriverByGuid
<summary> Instantiate the ASIO driver by GUID. </summary> <param name="guid">The GUID.</param> <returns>an ASIODriver instance</returns>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/Asio/ASIODriver.cs:63
MethodGetAsShortMessage
<summary> <see cref="MidiEvent.GetAsShortMessage" /> </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Midi/NoteEvent.cs:51
MethodGetAsShortMessage
<summary> Converts this MIDI event to a short message (32 bit integer) that can be sent by the Windows MIDI out short message APIs Cannot be implement
Software/apiexamples/C#/VolumeLight/NAudio/Midi/MidiEvent.cs:169
MethodGetAsShortMessage
<summary> Gets as a short message for sending with the midiOutShortMsg API </summary> <returns>short message</returns>
Software/apiexamples/C#/VolumeLight/NAudio/Midi/PatchChangeEvent.cs:103
MethodGetAsShortMessage
<summary> Gets a short message </summary> <returns>Integer to sent as short message</returns>
Software/apiexamples/C#/VolumeLight/NAudio/Midi/PitchWheelChangeEvent.cs:82
MethodGetAsShortMessage
<summary> <see cref="MidiEvent.GetAsShortMessage" /> </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Midi/ControlChangeEvent.cs:64
MethodGetAudioClient
()
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/MMDevice.cs:58
MethodGetAudioDecoderNames
<summary> Get audio decoder names </summary> <returns>Audio decoder names</returns>
Software/apiexamples/C#/VolumeLight/NAudio/Dmo/DmoEnumerator.cs:35
MethodGetAudioEffectNames
<summary> Get audio effect names </summary> <returns>Audio effect names</returns>
Software/apiexamples/C#/VolumeLight/NAudio/Dmo/DmoEnumerator.cs:17
MethodGetAudioEncoderNames
<summary> Get audio encoder names </summary> <returns>Audio encoder names</returns>
Software/apiexamples/C#/VolumeLight/NAudio/Dmo/DmoEnumerator.cs:26
MethodGetAudioEndpointVolume
()
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/MMDevice.cs:72
MethodGetAudioMeterInformation
()
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/MMDevice.cs:65
MethodGetBacklight
Software/src/LightpackPluginInterface.cpp:566
MethodGetBlob
<summary> Helper method to gets blob data </summary>
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/PropVariant.cs:119
MethodGetBuffer
<summary> Gets a pointer to the buffer </summary> <returns>Pointer to the buffer</returns>
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/AudioCaptureClient.cs:26
MethodGetBuffer
(int numFramesRequested, out IntPtr dataBufferPointer)
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/Interfaces/IAudioRenderClient.cs:12
MethodGetBuffer
( out IntPtr dataBuffer, out int numFramesToRead, out AudioClientBuff
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/Interfaces/IAudioCaptureClient.cs:22
MethodGetBufferAndLength
<summary> Get Buffer and Length </summary> <param name="bufferPointerPointer">Pointer to variable into which to write the Buffer Pointer </param> <par
Software/apiexamples/C#/VolumeLight/NAudio/Dmo/IMediaBuffer.cs:39
MethodGetBufferAndLength
<summary> Gets buffer and / or length </summary> <param name="bufferPointerPointer">Pointer to variable into which buffer pointer should be written</p
Software/apiexamples/C#/VolumeLight/NAudio/Dmo/MediaBuffer.cs:86
MethodGetByteCount
<summary> <see cref="Encoding.GetByteCount(char[],int,int)"/> </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Utils/ByteEncoding.cs:23
MethodGetCapabilities
<summary> Retrieves the capabilities of a waveIn device </summary> <param name="devNumber">Device to test</param> <returns>The WaveIn device capabilit
Software/apiexamples/C#/VolumeLight/NAudio/Wave/MmeInterop/WaveIn.cs:80
MethodGetCapabilities
<summary> Retrieves the capabilities of a waveOut device </summary> <param name="devNumber">Device to test</param> <returns>The WaveOut device capabil
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/WaveOutThreadSafe.cs:41
← previousnext →1,701–1,800 of 4,331, ranked by callers