Coder Social home page Coder Social logo

offa / midi-footswitch Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 0.0 113 KB

An Aruduino based USB MIDI Controller.

License: GNU General Public License v3.0

C++ 89.96% Shell 2.35% CMake 7.68%
arduino usb midi midi-controller arduino-midi arduino-midiusb platformio

midi-footswitch's Introduction

MIDI Footswitch

CI GitHub release License C++

An Aruduino Micro based USB MIDI Controller.

Libraries

License

GNU General Public License (GPL)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

midi-footswitch's People

Contributors

offa avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

midi-footswitch's Issues

CTest support

Testing isn't enabled in the cmake code, thus CTest isn't available.

CodeQL CI builds fail

CodeQL CI builds fail, no code changes though.

ERROR: ld.so: object '/__t/CodeQL/0.0.0-20220214/x64/codeql/tools/linux64/${LIB}_${PLATFORM}_trace.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
+ apt-get install -y python3-pip
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package python3-pip
Error: Process completed with exit code 100.

Update to C++14

PlatformIO / AVR GCC uses (GNU) C++11 by default. Since only GCC 5.4 is available C++17 isn't possible yet. However, C++14 is still an improvement.

LED support

LED support for each switch.

  • Indication for finished setup
  • Status toggle state (if using toggle actions)

Deprecation warnings

There are deprecation warnings:

pio update

This command is deprecated and will be removed in the next releases. 
Please use `pio pkg update` instead.

src_build_flags

Warning! `src_build_flags` configuration option in section [env:micro] is deprecated and will be removed in the next release! Please use `build_src_flags` instead
Processing micro (platform: atmelavr; board: micro; framework: arduino)

Toggle state support

Support for switches which maintain a A/B state and send different Control Changes depending on that.

Update to C++17

Update to C++17. The current Compiler (GCC 5.4) isn't fully supporting it, but probably there's a way to upgrade the compiler to at least GCC 7 (#13).

Add CI

Travis CI Support.

Waits for #1.

GCC 10 support

GCC 10 is already available on some distributions โ€“ though not officially released.

Unit test support

Provide unit test support incl. ci builds.

Ci builds:

  • PlatformIO build
  • Unit tests on latest Gcc
  • Unit tests on latest Clang

Github Actions

Move CI builds to Github Actions. Travis can stay for now.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.