Initial commit
This commit is contained in:
8
.idea/.gitignore
generated
vendored
Normal file
8
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
8
.idea/artifacts/audio_worklet_js_1_0_0_SNAPSHOT.xml
generated
Normal file
8
.idea/artifacts/audio_worklet_js_1_0_0_SNAPSHOT.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="jar" name="audio-worklet-js-1.0.0-SNAPSHOT">
|
||||
<output-path>$PROJECT_DIR$/audio-worklet/build/libs</output-path>
|
||||
<root id="archive" name="audio-worklet-js-1.0.0-SNAPSHOT.jar">
|
||||
<element id="module-output" name="vst-chip.audio-worklet.jsMain" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
||||
8
.idea/artifacts/audio_worklet_jvm_1_0_0_SNAPSHOT.xml
generated
Normal file
8
.idea/artifacts/audio_worklet_jvm_1_0_0_SNAPSHOT.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="jar" name="audio-worklet-jvm-1.0.0-SNAPSHOT">
|
||||
<output-path>$PROJECT_DIR$/audio-worklet/build/libs</output-path>
|
||||
<root id="archive" name="audio-worklet-jvm-1.0.0-SNAPSHOT.jar">
|
||||
<element id="module-output" name="vst-chip.audio-worklet.jvmMain" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
||||
8
.idea/artifacts/common_js_1_0_0_SNAPSHOT.xml
generated
Normal file
8
.idea/artifacts/common_js_1_0_0_SNAPSHOT.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="jar" name="common-js-1.0.0-SNAPSHOT">
|
||||
<output-path>$PROJECT_DIR$/common/build/libs</output-path>
|
||||
<root id="archive" name="common-js-1.0.0-SNAPSHOT.jar">
|
||||
<element id="module-output" name="vst-chip.common.jsMain" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
||||
8
.idea/artifacts/common_jvm_1_0_0_SNAPSHOT.xml
generated
Normal file
8
.idea/artifacts/common_jvm_1_0_0_SNAPSHOT.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="jar" name="common-jvm-1.0.0-SNAPSHOT">
|
||||
<output-path>$PROJECT_DIR$/common/build/libs</output-path>
|
||||
<root id="archive" name="common-jvm-1.0.0-SNAPSHOT.jar">
|
||||
<element id="module-output" name="vst-chip.common.jvmMain" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
||||
8
.idea/artifacts/vst_chip_js_1_0_0_SNAPSHOT.xml
generated
Normal file
8
.idea/artifacts/vst_chip_js_1_0_0_SNAPSHOT.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="jar" name="vst-chip-js-1.0.0-SNAPSHOT">
|
||||
<output-path>$PROJECT_DIR$/build/libs</output-path>
|
||||
<root id="archive" name="vst-chip-js-1.0.0-SNAPSHOT.jar">
|
||||
<element id="module-output" name="vst-chip.jsMain" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
||||
8
.idea/artifacts/vst_chip_jvm_1_0_0_SNAPSHOT.xml
generated
Normal file
8
.idea/artifacts/vst_chip_jvm_1_0_0_SNAPSHOT.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="jar" name="vst-chip-jvm-1.0.0-SNAPSHOT">
|
||||
<output-path>$PROJECT_DIR$/build/libs</output-path>
|
||||
<root id="archive" name="vst-chip-jvm-1.0.0-SNAPSHOT.jar">
|
||||
<element id="module-output" name="vst-chip.jvmMain" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
||||
19
.idea/gradle.xml
generated
Normal file
19
.idea/gradle.xml
generated
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GradleMigrationSettings" migrationVersion="1" />
|
||||
<component name="GradleSettings">
|
||||
<option name="linkedExternalProjectsSettings">
|
||||
<GradleProjectSettings>
|
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||
<option name="gradleHome" value="" />
|
||||
<option name="modules">
|
||||
<set>
|
||||
<option value="$PROJECT_DIR$" />
|
||||
<option value="$PROJECT_DIR$/audio-worklet" />
|
||||
<option value="$PROJECT_DIR$/common" />
|
||||
</set>
|
||||
</option>
|
||||
</GradleProjectSettings>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
7
.idea/jsLibraryMappings.xml
generated
Normal file
7
.idea/jsLibraryMappings.xml
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JavaScriptLibraryMappings">
|
||||
<excludedPredefinedLibrary name="vst-chip/build/js/node_modules" />
|
||||
<excludedPredefinedLibrary name="vst-chip/build/js/packages/vst-base-test/node_modules" />
|
||||
</component>
|
||||
</project>
|
||||
18
.idea/misc.xml
generated
Normal file
18
.idea/misc.xml
generated
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="FrameworkDetectionExcludesConfiguration">
|
||||
<file type="web" url="file://$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
<component name="accountSettings">
|
||||
<option name="activeRegion" value="us-east-1" />
|
||||
<option name="recentlyUsedRegions">
|
||||
<list>
|
||||
<option value="us-east-1" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user