Skip to content

Commit

Permalink
merge conflit
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Oct 23, 2023
2 parents 91d1bd8 + da276ee commit 8b6f8e5
Show file tree
Hide file tree
Showing 256 changed files with 27,240 additions and 9,010 deletions.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github: falkTX
liberapay: falkTX
patreon: falkTX
custom: "https://paypal.me/falkTX"
1,035 changes: 300 additions & 735 deletions .github/workflows/build.yml

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions .github/workflows/irc.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
name: irc

on: [push]
on: [push, pull_request]

jobs:
notification:
runs-on: ubuntu-latest
name: IRC notification
steps:
- name: Format message
id: message
run: |
message="${{ github.actor }} pushed $(echo '${{ github.event.commits[0].message }}' | head -n 1) ${{ github.event.commits[0].url }}"
echo ::set-output name=message::"${message}"
echo commitmessage=$(echo "${{ github.event.commits[0].message }}" | head -n 1) >> $GITHUB_ENV
- name: Format message
run: |
echo message="${{ github.actor }} pushed ${{ env.commitmessage }} ${{ github.event.commits[0].url }}" >> $GITHUB_ENV
- name: IRC notification
uses: Gottox/irc-message-action@v2
with:
channel: '#cardinal'
nickname: github-event-bot
message: ${{ steps.message.outputs.message }}
message: ${{ env.message }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ compile_commands.json

/bin/
/build/
/build-headless/
/deps/surge-build/
/documentation.pdf
/jucewrapper/build/
/jucewrapper/JUCE/
Expand Down
36 changes: 30 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
[submodule "dpf"]
path = dpf
url = https://github.com/DISTRHO/DPF.git
[submodule "plugins/Cardinal/mingw-std-threads"]
path = include/mingw-std-threads
url = https://github.com/meganz/mingw-std-threads.git
[submodule "plugins/Cardinal/sse2neon"]
path = include/sse2neon
url = https://github.com/DLTcollab/sse2neon.git
[submodule "plugins/Befaco"]
path = plugins/Befaco
url = https://github.com/VCVRack/Befaco.git
Expand Down Expand Up @@ -209,6 +203,36 @@
[submodule "plugins/myth-modules"]
path = plugins/myth-modules
url = https://github.com/Ahineya/vcv-myth-plugin.git
[submodule "plugins/alefsbits"]
path = plugins/alefsbits
url = https://github.com/alefnull/alefsbits.git
[submodule "plugins/h4n4-modules"]
path = plugins/h4n4-modules
url = https://github.com/hannakoppelaar/h4n4-modules.git
[submodule "plugins/dBiz"]
path = plugins/dBiz
url = https://github.com/dBiz/dBiz.git
[submodule "include/simde"]
path = include/simde
url = https://github.com/simd-everywhere/simde.git
[submodule "plugins/RebelTech"]
path = plugins/RebelTech
url = https://github.com/hemmer/rebel-tech-vcv.git
[submodule "plugins/stoermelder-packone"]
path = plugins/stoermelder-packone
url = https://github.com/stoermelder/vcvrack-packone.git
[submodule "plugins/surgext"]
path = plugins/surgext
url = https://github.com/surge-synthesizer/surge-rack.git
[submodule "plugins/Sapphire"]
path = plugins/Sapphire
url = https://github.com/cosinekitty/sapphire.git
[submodule "plugins/Cardinal/src/AIDA-X/RTNeural"]
path = plugins/Cardinal/src/AIDA-X/RTNeural
url = https://github.com/jatinchowdhury18/RTNeural.git
[submodule "plugins/EnigmaCurry"]
path = plugins/EnigmaCurry
url = https://github.com/EnigmaCurry/EnigmaCurry-vcv-pack.git
[submodule "plugins/StarlingVia"]
path = plugins/StarlingVia
url = https://github.com/starlingcode/Via-for-Rack.git
Loading

0 comments on commit 8b6f8e5

Please sign in to comment.