Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: ./core --help

- name: Zip binary (ectocore macOS)
run: zip -9 ectocore_tool_macos.zip core
run: zip -9 ezeptocore_tool_macos.zip core

- name: Build Go project (zeptocore)
run: go build -v -ldflags "-X main.Version=${{ github.ref_name }} -X main.ZeptocoreDefault=yes" -o core
Expand All @@ -60,8 +60,8 @@ jobs:
- name: Upload artifact (ectocore macOS)
uses: actions/upload-artifact@v4
with:
name: ectocore_tool_macos.zip
path: core/ectocore_tool_macos.zip
name: ezeptocore_tool_macos.zip
path: core/ezeptocore_tool_macos.zip
if-no-files-found: error

- name: Upload artifact (zeptocore macOS)
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
run: ./core --help

- name: Zip binary (ectocore Linux)
run: zip -9 ectocore_tool_linux.zip core
run: zip -9 ezeptocore_tool_linux.zip core

- name: Build Go project (zeptocore)
run: go build -v -ldflags "-X main.Version=${{ github.ref_name }} -X main.ZeptocoreDefault=yes" -o core
Expand All @@ -109,8 +109,8 @@ jobs:
- name: Upload artifact (ectocore Linux)
uses: actions/upload-artifact@v4
with:
name: ectocore_tool_linux.zip
path: core/ectocore_tool_linux.zip
name: ezeptocore_tool_linux.zip
path: core/ezeptocore_tool_linux.zip
if-no-files-found: error

- name: Upload artifact (zeptocore Linux)
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:

- name: Zip binary (ectocore Windows)
shell: pwsh
run: Compress-Archive -Path core.exe -DestinationPath ectocore_tool_windows.zip -Force
run: Compress-Archive -Path core.exe -DestinationPath ezeptocore_tool_windows.zip -Force

- name: Build Go project (zeptocore)
run: go build -v -ldflags "-X main.Version=${{ github.ref_name }} -X main.ZeptocoreDefault=yes" -o core.exe
Expand All @@ -177,8 +177,8 @@ jobs:
- name: Upload artifact (ectocore Windows)
uses: actions/upload-artifact@v4
with:
name: ectocore_tool_windows.zip
path: core/ectocore_tool_windows.zip
name: ezeptocore_tool_windows.zip
path: core/ezeptocore_tool_windows.zip
if-no-files-found: error

- name: Upload artifact (zeptocore Windows)
Expand Down Expand Up @@ -212,9 +212,9 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
dist/ectocore_tool_macos.zip
dist/ectocore_tool_linux.zip
dist/ectocore_tool_windows.zip
dist/ezeptocore_tool_macos.zip
dist/ezeptocore_tool_linux.zip
dist/ezeptocore_tool_windows.zip
dist/zeptocore_tool_macos.zip
dist/zeptocore_tool_linux.zip
dist/zeptocore_tool_windows.zip
Expand Down
36 changes: 18 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,27 +86,27 @@ jobs:
- name: Build ectocore.uf2
run: |
make ectocore
cp ectocore.uf2 ectocore_${{ github.ref_name }}.uf2
cp ectocore.uf2 ezeptocore_${{ github.ref_name }}.uf2
- name: Build ectocore_128.uf2
run: |
make ectocore_128
cp ectocore.uf2 ectocore_${{ github.ref_name }}_ultralow_latency.uf2
cp ectocore.uf2 ezeptocore_${{ github.ref_name }}_ultralow_latency.uf2
- name: Build ectocore_256.uf2
run: |
make ectocore_256
cp ectocore.uf2 ectocore_${{ github.ref_name }}_low_latency.uf2
cp ectocore.uf2 ezeptocore_${{ github.ref_name }}_low_latency.uf2
- name: Build ectocore no overclock
run: |
make ectocore_noclock
cp ectocore.uf2 ectocore_${{ github.ref_name }}_no_overclocking.uf2
cp ectocore.uf2 ezeptocore_${{ github.ref_name }}_no_overclocking.uf2
- name: Build ectocore no overclock 128
run: |
make ectocore_noclock_128
cp ectocore.uf2 ectocore_${{ github.ref_name }}_no_overclocking_ultralow_latency.uf2
cp ectocore.uf2 ezeptocore_${{ github.ref_name }}_no_overclocking_ultralow_latency.uf2
- name: Build ectocore no overclock 256
run: |
make ectocore_noclock_256
cp ectocore.uf2 ectocore_${{ github.ref_name }}_no_overclocking_low_latency.uf2
cp ectocore.uf2 ezeptocore_${{ github.ref_name }}_no_overclocking_low_latency.uf2
- name: Build ectocore_beta_hardware.uf2
run: |
make ectocore_beta_hardware
Expand All @@ -131,12 +131,12 @@ jobs:
zeptocore_${{ github.ref_name }}_ultralow_latency.uf2
zeptocore_${{ github.ref_name }}_low_latency.uf2
zeptoboard_${{ github.ref_name }}.uf2
ectocore_${{ github.ref_name }}.uf2
ectocore_${{ github.ref_name }}_ultralow_latency.uf2
ectocore_${{ github.ref_name }}_low_latency.uf2
ectocore_${{ github.ref_name }}_no_overclocking.uf2
ectocore_${{ github.ref_name }}_no_overclocking_ultralow_latency.uf2
ectocore_${{ github.ref_name }}_no_overclocking_low_latency.uf2
ezeptocore_${{ github.ref_name }}.uf2
ezeptocore_${{ github.ref_name }}_ultralow_latency.uf2
ezeptocore_${{ github.ref_name }}_low_latency.uf2
ezeptocore_${{ github.ref_name }}_no_overclocking.uf2
ezeptocore_${{ github.ref_name }}_no_overclocking_ultralow_latency.uf2
ezeptocore_${{ github.ref_name }}_no_overclocking_low_latency.uf2
ectocore_beta_hardware_${{ github.ref_name }}.uf2
_core_${{ github.ref_name }}_src.tar.gz
if-no-files-found: ignore
Expand Down Expand Up @@ -167,12 +167,12 @@ jobs:
dist/zeptocore_${{ github.ref_name }}_ultralow_latency.uf2
dist/zeptocore_${{ github.ref_name }}_low_latency.uf2
dist/zeptoboard_${{ github.ref_name }}.uf2
dist/ectocore_${{ github.ref_name }}.uf2
dist/ectocore_${{ github.ref_name }}_ultralow_latency.uf2
dist/ectocore_${{ github.ref_name }}_low_latency.uf2
dist/ectocore_${{ github.ref_name }}_no_overclocking.uf2
dist/ectocore_${{ github.ref_name }}_no_overclocking_ultralow_latency.uf2
dist/ectocore_${{ github.ref_name }}_no_overclocking_low_latency.uf2
dist/ezeptocore_${{ github.ref_name }}.uf2
dist/ezeptocore_${{ github.ref_name }}_ultralow_latency.uf2
dist/ezeptocore_${{ github.ref_name }}_low_latency.uf2
dist/ezeptocore_${{ github.ref_name }}_no_overclocking.uf2
dist/ezeptocore_${{ github.ref_name }}_no_overclocking_ultralow_latency.uf2
dist/ezeptocore_${{ github.ref_name }}_no_overclocking_low_latency.uf2
dist/ectocore_beta_hardware_${{ github.ref_name }}.uf2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28 changes: 14 additions & 14 deletions core/src/server/static/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function listMidiPorts() {
navigator.requestMIDIAccess({ sysex: true }) // Enable Sysex messages
.then(midiAccess => {
midiAccess.inputs.forEach(input => {
if (input.name.toLowerCase().includes("zeptocore") || input.name.toLowerCase().includes("ectocore")) {
if (input.name.toLowerCase().includes("zeptocore") || input.name.toLowerCase().includes("ectocore") || input.name.toLowerCase().includes("ezeptocore")) {
inputMidiDevice = input; // Ensure global scope if needed
console.log(`Selected input MIDI device: ${input.name}`);
setupMidiInputListener();
Expand All @@ -49,7 +49,7 @@ function listMidiPorts() {
});

midiAccess.outputs.forEach(output => {
if (output.name.toLowerCase().includes("zeptocore") || output.name.toLowerCase().includes("ectocore")) {
if (output.name.toLowerCase().includes("zeptocore") || output.name.toLowerCase().includes("ectocore") || output.name.toLowerCase().includes("ezeptocore")) {
outputMidiDevice = output; // Ensure global scope if needed
console.log(`Selected output MIDI device: ${output.name}`);
if (inputMidiDevice) {
Expand Down Expand Up @@ -1662,7 +1662,7 @@ window.addEventListener('load', (event) => {
content: "Click to download the manual.",
});
tippy("#getLink", {
content: "Click to get an ectocore.",
content: "Click to get an ezeptocore.",
});
tippy("#editingSplice", {
content: "Click waveform and drag splice regions or double click to add splice."
Expand Down Expand Up @@ -1692,12 +1692,12 @@ window.addEventListener('load', (event) => {
content: 'Click to download the latest firmware.',
});
tippy('#show-dialog-settings', {
content: 'Click to edit global settings on the ectocore.',
content: 'Click to edit global settings on the ezeptocore.',
});
tippy('#pSettingsClockStop', {
zIndex: 9999999,
appendTo: "parent",
content: "When 'stop' the ectocore stops when incoming clock stops and starts when incoming clock starts. When 'continue', the incoming clock does not affect ectocore starting/stopping.",
content: "When 'stop' the ezeptocore stops when incoming clock stops and starts when incoming clock starts. When 'continue', the incoming clock does not affect ezeptocore starting/stopping.",
});
tippy('#pSettingsAmenBehavior', {
zIndex: 9999999,
Expand All @@ -1722,7 +1722,7 @@ window.addEventListener('load', (event) => {
tippy('#pSettingsOverrideWithReset', {
zIndex: 9999999,
appendTo: "parent",
content: "Select the CV to use as a 'Reset' to reset the ectocore to the first slice. This will disable the selected CV and use the reset CV instead.",
content: "Select the CV to use as a 'Reset' to reset the ezeptocore to the first slice. This will disable the selected CV and use the reset CV instead.",
});
tippy('#pSettingsMashMode', {
zIndex: 9999999,
Expand All @@ -1742,7 +1742,7 @@ window.addEventListener('load', (event) => {
tippy('#pSettingsBrightness', {
zIndex: 9999999,
appendTo: "parent",
content: "Increase the brighntess of multicolor LEDs (note this increases power usage of ectocore).",
content: "Increase the brighntess of multicolor LEDs (note this increases power usage of ezeptocore).",
});
tippy('#bDownloadSettings', {
zIndex: 9999999,
Expand All @@ -1760,13 +1760,13 @@ window.addEventListener('load', (event) => {


let grimoireList = [
"amalgam",
"alum",
"tree",
"azurite",
"hematite",
"sulphur",
"brimstone",
"I",
"II",
"III",
"IV",
"V",
"VI",
"VII",
];
for (let ii = 0; ii < grimoireList.length; ii++) {
if (ii < 3) {
Expand Down
Loading
Loading