text stringlengths 2 104M | meta dict |
|---|---|
/*
==============================================================================
FractionalGrid.h
Created: 24 Mar 2019 1:58:51pm
Author: Vincenzo
Wrapper class for setting preset data in a ValueTree.
The general idea is you can load up to 128 modes into a preset, and this will allow you to
... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
FractionalGrid.cpp
Created: 22 Apr 2019 12:05:22pm
Author: Vincenzo
==============================================================================
*/
#include "FractionalGrid.h"
FractionalGrid::FractionalGrid(float columsIn, ... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
MappingHelper.h
Created: 21 Aug 2019 4:38:52pm
Author: Vincenzo Sicurella
==============================================================================
*/
#pragma once
#include "MappingEditorBase.h"
class MappingHelp... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
OwnedHashMap.h
Created: 17 Nov 2019 4:50:00pm
Author: Vincenzo Sicurella
==============================================================================
*/
#pragma once
#include "../../JuceLibraryCode/JuceHeader.h"
te... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
MappingEditorBase.h
Created: 18 Oct 2020 8:32:13pm
Author: Vincenzo
==============================================================================
*/
#pragma once
#include "NoteMap.h"
class MappingEditor
{
public:
... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
FractionalGrid.h
Created: 24 Mar 2019 1:58:51pm
Author: Vincenzo
==============================================================================
*/
#include "../JuceLibraryCode/JuceHeader.h"
#pragma once
class Fractio... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
MidiFilter.h
Created: 14 May 2019 10:25:01pm
Author: Vincenzo
==============================================================================
*/
#pragma once
#include "../JuceLibraryCode/JuceHeader.h"
#include "NoteMap.h"
class MidiFil... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
MidiInputFilter.cpp
Created: 14 May 2019 10:25:01pm
Author: Vincenzo
==============================================================================
*/
#include "MidiFilter.h"
MidiFilter::MidiFilter()
{
noteRange =... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ModeMapper.h
Created: 30 May 2019 8:02:42pm
Author: Vincenzo
TODO: Lots of cleaning up, simplifying, and generalizing
==============================================================================
*/
#pragma once
... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ModeLayout.cpp
Created: 19 Apr 2019 11:15:14pm
Author: Vincenzo
==============================================================================
*/
#include "Mode.h"
Mode::Mode()
{
stepsString = "1";
family = "undefined";
... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ModeMapper.cpp
Created: 30 May 2019 8:02:42pm
Author: Vincenzo
==============================================================================
*/
#include "ModeMapper.h"
ModeMapper::ModeMapper()
{
mappingNode = Val... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ModeLayout.h
Created: 31 Mar 2019 2:16:09pm
Author: Vincenzo
==============================================================================
*/
#pragma once
#include "../PluginIDs.h"
#include "../CommonFunction... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
NoteMap.cpp
Created: 25 May 2019 10:34:43pm
Author: Vincenzo
==============================================================================
*/
#include "NoteMap.h"
NoteMap::NoteMap()
: NoteMap(128, true, -1)
{
}
... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
This file was auto-generated!
It contains the basic framework code for a JUCE plugin editor.
==============================================================================
*/
#pragma once
#include <JuceHeader.h>
#include... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
This file was auto-generated!
It contains the basic framework code for a JUCE plugin editor.
==============================================================================
*/
#include "PluginEditor.h"
#include "../PluginPr... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
SvkUiPanel.h
Created: 26 Dec 2019 3:54:15pm
Author: Vincenzo Sicurella
A base class for a UI Panel in SuperVirtualKeyboard, which currently just requires
a helper function to be defined for connecting paramete... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
VectorResources.h
Created: 10 Nov 2019 10:50:29pm
Author: Vincenzo Sicurella
==============================================================================
*/
#pragma once
#include "../../JuceLibraryCode/JuceHeader.h"
... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ColourLibraryComponent.cpp
Created: 18 Sep 2020 9:56:16pm
Author: Vincenzo
==============================================================================
*/
#include <JuceHeader.h>
#include "ColourLibraryComponent.h"
... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
NoteMapEditor.cpp
Created: 18 Oct 2020 5:13:12pm
Author: Vincenzo
==============================================================================
*/
#include "NoteMapEditor.h"
NoteMapEditor::NoteMapEditor(NoteMap note... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
PresetLibraryBox.h
Created: 27 May 2019 12:02:43pm
Author: Vincenzo
==============================================================================
*/
#pragma once
#include "../../../JuceLibraryCode/JuceHeader.h"
cla... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
NoteMapEditor.h
Created: 18 Oct 2020 5:13:12pm
Author: Vincenzo
A component for viewing and editing note mappings.
==============================================================================
*/
#pragma once
#in... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
FocussedComponent.h
Created: 17 Sep 2020 6:31:58pm
Author: Vincenzo
==============================================================================
*/
#pragma once
#include <JuceHeader.h>
class FocussedComponent;
clas... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
LabelledComponent.h
Created: 6 Sep 2020 4:43:16pm
Author: Vincenzo
A container for a component that allows a offsetLabel to be attached a certain way.
===============================================================... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
PresetLibraryBox.cpp
Created: 27 May 2019 12:02:43pm
Author: Vincenzo
==============================================================================
*/
#include "ReferencedComboBox.h"
ReferencedComboBox::ReferencedCom... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ColourLibraryComponent.h
Created: 18 Sep 2020 9:56:16pm
Author: Vincenzo
==============================================================================
*/
#pragma once
#include <JuceHeader.h>
#include "FocussedCompone... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
PluginControlComponent.h
Created: 8 Jul 2019
Author: Vincenzo Sicurella
==============================================================================
*/
#pragma once
#include "../JuceLibraryCode/JuceHeader.h"
#inclu... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
PluginControlComponent.cpp
Created: 8 Jul 2019
Author: Vincenzo Sicurella
==============================================================================
*/
#include "PluginControlComponent.h"
PluginControlComponent::P... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
DirectoryBrowserComponent.h
Created: 5 Sep 2020 9:59:39pm
Author: Vincenzo
Simple combination of a text editor and button to trigger browsing for a
directory and then displaying the full directory path.
======... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
MappingSettingsPanel.h
Created: 7 Oct 2020 10:00:18pm
Author: Vincenzo
==============================================================================
*/
#pragma once
#include "SvkSettingsPanel.h"
#include "../NoteMapE... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
SettingsContainer.h
Created: 13 Nov 2019 7:13:39pm
Author: Vincenzo Sicurella
==============================================================================
*/
#pragma once
#include "../../../PluginState.h"
#include "... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ColourSettingsPanel.cpp
Created: 13 Sep 2020 2:41:09pm
Author: Vincenzo
==============================================================================
*/
#include "ColourSettingsPanel.h"
ColourSettingsPanel::ColourSet... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
MidiSettingsPanel.cpp
Created: 13 Nov 2019 7:09:59pm
Author: Vincenzo Sicurella
==============================================================================
*/
#include "MidiSettingsPanel.h"
MidiSettingsPanel::M... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
MappingSettingsPanel.cpp
Created: 7 Oct 2020 10:00:18pm
Author: Vincenzo
==============================================================================
*/
#include "MappingSettingsPanel.h"
MappingSettingsPanel::Mappin... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
GeneralSettingsPanel.h
Created: 3 Sep 2020 9:11:33pm
Author: Vincenzo Sicurella
==============================================================================
*/
#pragma once
#include "SvkSettingsPanel.h"
class Gener... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
KeyboardSettingsPanel.cpp
Created: 13 Nov 2019 7:09:31pm
Author: Vincenzo Sicurella
==============================================================================
*/
#include "KeyboardSettingsPanel.h"
KeyboardSettings... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ModeSettingsPanel.h
Created: 26 Sep 2020 1:59:11pm
Author: Vincenzo
==============================================================================
*/
#pragma once
#include "SvkSettingsPanel.h"
class ModeSettingsPanel... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
GeneralSettingsPanel.cpp
Created: 13 Nov 2019 7:11:33pm
Author: Vincenzo Sicurella
==============================================================================
*/
#include "GeneralSettingsPanel.h"
GeneralSettingsPan... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
KeyboardSettingsPanel.h
Created: 13 Nov 2019 7:09:31pm
Author: Vincenzo Sicurella
==============================================================================
*/
#pragma once
#include "SvkSettingsPanel.h"
class Key... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ControlSettingsPanel.cpp
Created: 13 Nov 2019 7:11:08pm
Author: Vincenzo Sicurella
==============================================================================
*/
#include "ControlSettingsPanel.h"
ControlSettingsPa... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
DebugSettingsPanel.h
Created: 14 Nov 2019 11:46:31pm
Author: Vincenzo Sicurella
==============================================================================
*/
#pragma once
#include "SvkSettingsPanel.h"
class DebugS... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
DebugSettingsPanel.cpp
Created: 14 Nov 2019 11:46:31pm
Author: Vincenzo Sicurella
==============================================================================
*/
#include "DebugSettingsPanel.h"
DebugSettingsPanel::D... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
MidiSettingsPanel.h
Created: 13 Nov 2019 7:09:59pm
Author: Vincenzo Sicurella
==============================================================================
*/
#pragma once
#include "SvkSettingsPanel.h"
class MidiSet... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ControlSettingsPanel.h
Created: 13 Nov 2019 7:11:08pm
Author: Vincenzo Sicurella
==============================================================================
*/
#pragma once
#include "../../../PluginState.h"
class ... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
SvkSettingsPanel.h
Created: 5 Sep 2020 4:08:42pm
Author: Vincenzo
==============================================================================
*/
#pragma once
#include "../../../PluginState.h"
#include "../DirectoryB... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ColourSettingsPanel.h
Created: 13 Sep 2020 2:41:09pm
Author: Vincenzo
==============================================================================
*/
#pragma once
#include "SvkSettingsPanel.h"
#include "../ColourLib... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ModeSettingsPanel.cpp
Created: 26 Sep 2020 1:59:11pm
Author: Vincenzo
==============================================================================
*/
#include "ModeSettingsPanel.h"
| {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
KeyboardController.cpp
Created: 1 Sep 2019 8:22:03pm
Author: Vincenzo
==============================================================================
*/
#include "KeyboardController.h"
| {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
KeyboardController.h
Created: 1 Sep 2019 8:22:03pm
Author: Vincenzo
Will be used for higher level keyboard controlling.
==============================================================================
*/
#pragma onc... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
KeyboardViewPort.h
Created: 31 Oct 2019 2:41:37pm
Author: Vincenzo Sicurella
==============================================================================
*/
#pragma once
#include "../../../../JuceLibraryCode/JuceHea... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ViewPianoComponent.h
Created: 14 Mar 2019 4:50:31pm
Author: Vincenzo
A keyboard where keys can be rearranged and other stylization options.
==============================================================================
*/
#p... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
KeyboardViewPort.cpp
Created: 31 Oct 2019 2:41:37pm
Author: Vincenzo Sicurella
==============================================================================
*/
#include "KeyboardViewport.h"
KeyboardViewport::Keyboard... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
VirtualKeyboardGraphics.cpp
Created: 25 Jul 2020 1:49:41am
Author: Vincenzo
==============================================================================
*/
#include "VirtualKeyboardGraphics.h"
VirtualKeyboard::KeyGr... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
VirtualKeyboardKey.cpp
Created: 17 Apr 2019 2:11:53pm
Author: Vincenzo
==============================================================================
*/
#include "VirtualKeyboardKey.h"
using namespace VirtualKeyboard;... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
VirtualKeyboardGraphics.h
Created: 25 Jul 2020 1:49:41am
Author: Vincenzo
==============================================================================
*/
#pragma once
#include <JuceHeader.h>
#include "../../../Struct... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
VirtualKeyboardGrid.h
Created: 17 Apr 2019 2:12:23pm
Author: Vincenzo
==============================================================================
*/
#pragma once
#include "../../../PluginModes.h"
#include "../../../Structu... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
VirtualKeyboardKey.h
Created: 17 Apr 2019 2:11:53pm
Author: Vincenzo
Struct for holding virtual keyboard key data.
==============================================================================
*/
#pragma once
#include "../J... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
VirtualKeyboard.h
Created: 14 Mar 2019 4:50:31pm
Author: Vincenzo
==============================================================================
*/
#include "../../../../JuceLibraryCode/JuceHeader.h"
#include "KeyboardComponen... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
VirtualKeyboardGrid.cpp
Created: 17 Apr 2019 2:12:23pm
Author: Vincenzo
==============================================================================
*/
#include "VirtualKeyboardGrid.h"
using namespace VirtualKeyboar... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ModeInfoDialog.h
Vincenzo Sicurella
==============================================================================
*/
#pragma once
#include "../../../JuceLibraryCode/JuceHeader.h"
#include "../../CommonFunctions.h"
#include ".... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ModeInfoDialog.cpp
Vincenzo Sicurella
==============================================================================
*/
#include "ModeInfoDialog.h"
//============================================================================... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
ExportKbmDialog.h
Created: 24 Oct 2020 4:47:57pm
Author: Vincenzo
==============================================================================
*/
#pragma once
#include <JuceHeader.h>
#include "../Components/Labelled... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
Created with Projucer version: 5.4.4
------------------------------------------------------------------------------
The Projucer is part of the JUCE library.
Copyright (c) 2017 - ROLI Ltd.
=================================... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
/*
==============================================================================
Created with Projucer version: 5.4.4
------------------------------------------------------------------------------
The Projucer is part of the JUCE library.
Copyright (c) 2017 - ROLI Ltd.
=================================... | {
"repo_name": "vsicurella/SuperVirtualKeyboard",
"stars": "38",
"repo_language": "C++",
"file_name": "MapByOrderDialog.cpp",
"mime_type": "text/x-c"
} |
Creative Commons Legal Code
CC0 1.0 Universal
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WAR... | {
"repo_name": "kdeldycke/awesome-iam",
"stars": "1284",
"repo_language": "None",
"file_name": "autofix.yaml",
"mime_type": "text/plain"
} |
<!--lint disable awesome-heading-->
<p align="center">
<a href="https://github.com/kdeldycke/awesome-iam#readme">
<img src="https://raw.githubusercontent.com/kdeldycke/awesome-iam/main/assets/awesome-iam-header.jpg" alt="Awesome IAM">
</a>
</p>
<p align="center">
<a href="https://github.com/kdeldycke/awesom... | {
"repo_name": "kdeldycke/awesome-iam",
"stars": "1284",
"repo_language": "None",
"file_name": "autofix.yaml",
"mime_type": "text/plain"
} |
<!--lint disable awesome-heading-->
<p align="center">
<a href="https://github.com/kdeldycke/awesome-iam#readme">
<img src="https://raw.githubusercontent.com/kdeldycke/awesome-iam/main/assets/awesome-iam-header.jpg" alt="Awesome IAM">
</a>
</p>
<p align="center">
<a href="https://github.com/kdeldycke/awesom... | {
"repo_name": "kdeldycke/awesome-iam",
"stars": "1284",
"repo_language": "None",
"file_name": "autofix.yaml",
"mime_type": "text/plain"
} |
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender... | {
"repo_name": "kdeldycke/awesome-iam",
"stars": "1284",
"repo_language": "None",
"file_name": "autofix.yaml",
"mime_type": "text/plain"
} |
---
github: kdeldycke
| {
"repo_name": "kdeldycke/awesome-iam",
"stars": "1284",
"repo_language": "None",
"file_name": "autofix.yaml",
"mime_type": "text/plain"
} |
# https://docs.github.com/en/github/administering-a-repository
# /configuration-options-for-dependency-updates
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "📦 dependencies"
assignees:
- "kdeldycke"
| {
"repo_name": "kdeldycke/awesome-iam",
"stars": "1284",
"repo_language": "None",
"file_name": "autofix.yaml",
"mime_type": "text/plain"
} |
# Contributing
Your contributions are always welcome! Here are some guidelines.
## Status
This repository has reached an equilibrium state. We are past its accumulation phase, and in the middle of the curation process. Meaning we're more into refining its concepts, smooth the progression and carefully evaluating the... | {
"repo_name": "kdeldycke/awesome-iam",
"stars": "1284",
"repo_language": "None",
"file_name": "autofix.yaml",
"mime_type": "text/plain"
} |
### Motivation
<!--
Explain the motivation for adding this link to the current collection. What's special about it?
Note: you can skip this section if you're proposing something as trivial as fixing a typo.
-->
This new link is special because...
### Affiliation
<!-- Please indicate how you are associated with t... | {
"repo_name": "kdeldycke/awesome-iam",
"stars": "1284",
"repo_language": "None",
"file_name": "autofix.yaml",
"mime_type": "text/plain"
} |
name: Add new link
description: You would like to add a new link to the collection
labels: ["🆕 new link"]
body:
- type: input
id: link
attributes:
label: URL of the article or project
validations:
required: true
- type: textarea
id: motivation
attributes:
label: Motivation
... | {
"repo_name": "kdeldycke/awesome-iam",
"stars": "1284",
"repo_language": "None",
"file_name": "autofix.yaml",
"mime_type": "text/plain"
} |
---
name: Label sponsors
"on":
pull_request:
types:
- opened
issues:
types:
- opened
jobs:
label-sponsors:
uses: kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v2.17.4 | {
"repo_name": "kdeldycke/awesome-iam",
"stars": "1284",
"repo_language": "None",
"file_name": "autofix.yaml",
"mime_type": "text/plain"
} |
---
name: Autolock
"on":
schedule:
# Run weekly, every Monday at 8:43.
- cron: "43 8 * * 1"
jobs:
autolock:
uses: kdeldycke/workflows/.github/workflows/autolock.yaml@v2.17.4
| {
"repo_name": "kdeldycke/awesome-iam",
"stars": "1284",
"repo_language": "None",
"file_name": "autofix.yaml",
"mime_type": "text/plain"
} |
---
name: Lint
"on":
push:
jobs:
lint:
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v2.17.4 | {
"repo_name": "kdeldycke/awesome-iam",
"stars": "1284",
"repo_language": "None",
"file_name": "autofix.yaml",
"mime_type": "text/plain"
} |
---
name: Labels
"on":
push:
branches:
- main
jobs:
labels:
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v2.17.4 | {
"repo_name": "kdeldycke/awesome-iam",
"stars": "1284",
"repo_language": "None",
"file_name": "autofix.yaml",
"mime_type": "text/plain"
} |
---
name: Docs
"on":
push:
# Only targets main branch to avoid amplification effects of auto-fixing
# the exact same stuff in multiple non-rebased branches.
branches:
- main
jobs:
docs:
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v2.17.4 | {
"repo_name": "kdeldycke/awesome-iam",
"stars": "1284",
"repo_language": "None",
"file_name": "autofix.yaml",
"mime_type": "text/plain"
} |
---
name: Autofix
"on":
push:
# Only targets main branch to avoid amplification effects of auto-fixing
# the exact same stuff in multiple non-rebased branches.
branches:
- main
jobs:
autofix:
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v2.17.4 | {
"repo_name": "kdeldycke/awesome-iam",
"stars": "1284",
"repo_language": "None",
"file_name": "autofix.yaml",
"mime_type": "text/plain"
} |
[cfi-derived-cast]
fun:*ObjectWrap*
| {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
### Table of Contents
* [hello][1]
* [Examples][2]
* [helloAsync][3]
* [Parameters][4]
* [Examples][5]
* [helloPromise][6]
* [Parameters][7]
* [Examples][8]
* [HelloObject][9]
* [... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
# Code of conduct
Everyone is invited to participate in Mapbox’s open source projects and public discussions: we want to create a welcoming and friendly environment. Harassment of participants or other unethical and unprofessional behavior will not be tolerated in our spaces. The [Contributor Covenant](http://contribu... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
# 2/21/2022
* Add `helloPromise` function example using [Napi::Promise](https://github.com/nodejs/node-addon-api/blob/c54aeef5fd37d3304e61af189672f9f61d403e6f/doc/promises.md)
* Move all JSDoc to lib/index.js since versions >=5 do not support the `--polyglot` flag and give docs a little refresh
# 1/9/2018
* Add memo... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
# Contributing
Thanks for getting involved and contributing to the skel :tada: Below are a few things to setup when submitting a PR.
## Code comments
If adding new code, be sure to include relevant code comments. Code comments are a great way for others to learn from your code. This is especially true within the ske... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
{
'target_defaults': {
'default_configuration': 'Release',
'cflags_cc' : [
'-std=c++14',
# The assumption is that projects based on node-cpp-skel will also
# depend on mason packages. Currently (this will change in future mason versions)
# mason packages default to being built/linked w... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
ignore:
- "test" | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
[headers]
protozero=1.6.8
[compiled]
clang++=10.0.0
clang-tidy=10.0.0
clang-format=10.0.0
llvm-cov=10.0.0
binutils=2.35
| {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
# This file inherits default targets for Node addons, see https://github.com/nodejs/node-gyp/blob/master/addon.gypi
{
# https://github.com/springmeyer/gyp/blob/master/test/make_global_settings/wrapper/wrapper.gyp
'make_global_settings': [
['CXX', '<(module_root_dir)/mason_packages/.link/bin/clang++'],
['CC'... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
# This Makefile serves a few purposes:
#
# 1. It provides an interface to iterate quickly while developing the C++ code in src/
# by typing `make` or `make debug`. To make iteration as fast as possible it calls out
# directly to underlying build tools and skips running steps that appear to have already
# been run (dete... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |

[](https://travis-ci.com/mapbox/node-cpp-skel)
[](htt... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
# Extended Tour
Welcome to the extended tour of node-cpp-skel. This documentation is especially handy if you're just starting out with building [Node Addon-ons](https://github.com/mapbox/cpp/blob/master/node-cpp.md) or writing C++ :tada:
## Table of Contents:
- [Walkthrough of example code](extended-tour.md#walkthroug... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
# Workflow
So your code is compiling, tested, benched, and ready to be shared. How to get it into the wild? This document will go through what's next.
Generally speaking, the workflow for a node-addon isn't much different than publishing a regular Javascript node module. The main difference is an added step and a bit... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
# Benchmarking
This project includes [bench tests](https://github.com/mapbox/node-cpp-skel/tree/master/bench) you can use to experiment with and measure performance. These bench tests hit the functions that [simulate expensive work being done in the threadpool](https://github.com/mapbox/node-cpp-skel/blob/master/src/o... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
## Using npm, package.json, and package-lock.json
With updated versions of npm, there is now such thing as a `package-lock.json` file, which is now included in node-cpp-skel. Read this doc for more info, also discussion at https://github.com/mapbox/node-cpp-skel/issues/124.
`package.json` defines the dependencies req... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
# How to debug C++ with VS Code
VS Code is a great source code editor for developing code in many languages. This document is to tell you how to debug a node C++ addon with VS Code.
### 1. Setting up VS Code debug
First open the node C++ addon folder in VS Code by choosing `File > Open`.
Then to start debugging the... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
#pragma once
#include <chrono>
#include <string>
#include <thread>
#include <vector>
namespace detail {
// simulate CPU intensive task
inline std::unique_ptr<std::vector<char>> do_expensive_work(std::string const& name, bool louder)
{
std::this_thread::sleep_for(std::chrono::milliseconds(100));
std::string s... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
#pragma once
#include <memory>
#include <napi.h>
#include <string>
namespace utils {
/*
* This is an internal function used to return callback error messages instead of
* throwing errors.
* Usage:
*
* return CallbackError(env, "error message", callback);
*
*/
inline Napi::Value CallbackError(Napi::Env env, std::stri... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
#include "object_async/hello_async.hpp"
#include "object_sync/hello.hpp"
#include "standalone/hello.hpp"
#include "standalone_async/hello_async.hpp"
#include "standalone_promise/hello_promise.hpp"
#include <napi.h>
// #include "your_code.hpp"
Napi::Object init(Napi::Env env, Napi::Object exports)
{
// expose hello... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
#include "hello_async.hpp"
#include "../cpu_intensive_task.hpp"
#include "../module_utils.hpp"
#include <exception>
#include <iostream>
#include <map>
#include <memory>
#include <stdexcept>
namespace standalone_async {
// This is the worker running asynchronously and calling a user-provided
// callback when done.
//... | {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
#pragma once
#include <napi.h>
namespace standalone_async {
// hello, custom sync method
// method's logic lives in hello.cpp
Napi::Value helloAsync(Napi::CallbackInfo const& info);
} // namespace standalone_async
| {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
#pragma once
#include <napi.h>
namespace standalone {
// hello, custom sync method
Napi::Value hello(Napi::CallbackInfo const& info);
} // namespace standalone
| {
"repo_name": "mapbox/node-cpp-skel",
"stars": "70",
"repo_language": "C++",
"file_name": "ci.template.js",
"mime_type": "text/plain"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.