You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, i have a problem compiling an old sketch wrote years ago with control surface library, can you help me to find the problem?
here is what it return
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:126:55: warning: 'cs::CHANNEL_6' is deprecated: Use Channel_6 instead [-Wdeprecated-declarations]
126 | {{bank, BankType::CHANGE_CHANNEL},mux5.pin(10), {7, CHANNEL_6}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:141:19: note: declared here
141 | constexpr Channel CHANNEL_6 CS_DEPREC("Use Channel_6 instead") = Channel_6;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:127:21: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
127 | {{bank, BankType::CHANGE_CHANNEL},mux5.pin(9), {7, CHANNEL_7}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:127:21: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
127 | {{bank, BankType::CHANGE_CHANNEL},mux5.pin(9), {7, CHANNEL_7}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:127:54: warning: 'cs::CHANNEL_7' is deprecated: Use Channel_7 instead [-Wdeprecated-declarations]
127 | {{bank, BankType::CHANGE_CHANNEL},mux5.pin(9), {7, CHANNEL_7}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:142:19: note: declared here
142 | constexpr Channel CHANNEL_7 CS_DEPREC("Use Channel_7 instead") = Channel_7;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:128:21: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
128 | {{bank, BankType::CHANGE_CHANNEL},mux5.pin(8), {7, CHANNEL_8}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:128:21: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
128 | {{bank, BankType::CHANGE_CHANNEL},mux5.pin(8), {7, CHANNEL_8}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:128:54: warning: 'cs::CHANNEL_8' is deprecated: Use Channel_8 instead [-Wdeprecated-declarations]
128 | {{bank, BankType::CHANGE_CHANNEL},mux5.pin(8), {7, CHANNEL_8}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:143:19: note: declared here
143 | constexpr Channel CHANNEL_8 CS_DEPREC("Use Channel_8 instead") = Channel_8;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:131:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
131 | {{bank,BankType::CHANGE_CHANNEL}, mux5.pin(0), {94, CHANNEL_1}},//numéro de bank correspondant/indique que le changement de bank change le canal midi (+8 car on a 8 adresses par bank)/pin sur laquelle le controleur est branché/numéro de cc/numéro de canal midi
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:131:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
131 | {{bank,BankType::CHANGE_CHANNEL}, mux5.pin(0), {94, CHANNEL_1}},//numéro de bank correspondant/indique que le changement de bank change le canal midi (+8 car on a 8 adresses par bank)/pin sur laquelle le controleur est branché/numéro de cc/numéro de canal midi
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:131:55: warning: 'cs::CHANNEL_1' is deprecated: Use Channel_1 instead [-Wdeprecated-declarations]
131 | {{bank,BankType::CHANGE_CHANNEL}, mux5.pin(0), {94, CHANNEL_1}},//numéro de bank correspondant/indique que le changement de bank change le canal midi (+8 car on a 8 adresses par bank)/pin sur laquelle le controleur est branché/numéro de cc/numéro de canal midi
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:136:19: note: declared here
136 | constexpr Channel CHANNEL_1 CS_DEPREC("Use Channel_1 instead") = Channel_1;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:132:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
132 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(1), {94, CHANNEL_2}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:132:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
132 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(1), {94, CHANNEL_2}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:132:54: warning: 'cs::CHANNEL_2' is deprecated: Use Channel_2 instead [-Wdeprecated-declarations]
132 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(1), {94, CHANNEL_2}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:137:19: note: declared here
137 | constexpr Channel CHANNEL_2 CS_DEPREC("Use Channel_2 instead") = Channel_2;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:133:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
133 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(2), {94, CHANNEL_3}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:133:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
133 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(2), {94, CHANNEL_3}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:133:54: warning: 'cs::CHANNEL_3' is deprecated: Use Channel_3 instead [-Wdeprecated-declarations]
133 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(2), {94, CHANNEL_3}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:138:19: note: declared here
138 | constexpr Channel CHANNEL_3 CS_DEPREC("Use Channel_3 instead") = Channel_3;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:134:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
134 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(3), {94, CHANNEL_4}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:134:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
134 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(3), {94, CHANNEL_4}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:134:54: warning: 'cs::CHANNEL_4' is deprecated: Use Channel_4 instead [-Wdeprecated-declarations]
134 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(3), {94, CHANNEL_4}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:139:19: note: declared here
139 | constexpr Channel CHANNEL_4 CS_DEPREC("Use Channel_4 instead") = Channel_4;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:135:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
135 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(4), {94, CHANNEL_5}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:135:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
135 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(4), {94, CHANNEL_5}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:135:54: warning: 'cs::CHANNEL_5' is deprecated: Use Channel_5 instead [-Wdeprecated-declarations]
135 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(4), {94, CHANNEL_5}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:140:19: note: declared here
140 | constexpr Channel CHANNEL_5 CS_DEPREC("Use Channel_5 instead") = Channel_5;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:136:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
136 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(5), {94, CHANNEL_6}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:136:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
136 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(5), {94, CHANNEL_6}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:136:54: warning: 'cs::CHANNEL_6' is deprecated: Use Channel_6 instead [-Wdeprecated-declarations]
136 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(5), {94, CHANNEL_6}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:141:19: note: declared here
141 | constexpr Channel CHANNEL_6 CS_DEPREC("Use Channel_6 instead") = Channel_6;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:137:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
137 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(6), {94, CHANNEL_7}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:137:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
137 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(6), {94, CHANNEL_7}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:137:54: warning: 'cs::CHANNEL_7' is deprecated: Use Channel_7 instead [-Wdeprecated-declarations]
137 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(6), {94, CHANNEL_7}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:142:19: note: declared here
142 | constexpr Channel CHANNEL_7 CS_DEPREC("Use Channel_7 instead") = Channel_7;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:138:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
138 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(7), {94, CHANNEL_8}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:138:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
138 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(7), {94, CHANNEL_8}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:138:54: warning: 'cs::CHANNEL_8' is deprecated: Use Channel_8 instead [-Wdeprecated-declarations]
138 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(7), {94, CHANNEL_8}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:143:19: note: declared here
143 | constexpr Channel CHANNEL_8 CS_DEPREC("Use Channel_8 instead") = Channel_8;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:140:31: warning: 'cs::CHANNEL_16' is deprecated: Use Channel_16 instead [-Wdeprecated-declarations]
140 | CCButton button1 = {19, {120, CHANNEL_16}};
| ^~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:151:19: note: declared here
151 | constexpr Channel CHANNEL_16 CS_DEPREC("Use Channel_16 instead") = Channel_16;
| ^~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:147:9: warning: 'cs::CHANNEL_16' is deprecated: Use Channel_16 instead [-Wdeprecated-declarations]
147 | {121, CHANNEL_16},
| ^~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:151:19: note: declared here
151 | constexpr Channel CHANNEL_16 CS_DEPREC("Use Channel_16 instead") = Channel_16;
| ^~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ADCConfig.hpp:16,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/Settings.hpp:12,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/SettingsWrapper.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ShiftRegisterOutRGB.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ShiftRegisterOutRGB.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Error/Error.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Error/Exit.cpp:3:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Error/Error.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/Array.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Hardware-Types.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Arduino-Hardware-Types.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Button.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/IncrementDecrementButtons.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/IncrementDecrementButtons.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Error/Error.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/Array.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Hardware-Types.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Arduino-Hardware-Types.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Button.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/IncrementButton.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/IncrementButton.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Error/Error.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/Array.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Hardware-Types.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Arduino-Hardware-Types.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Button.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Button.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Error/Error.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/Array.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Hardware-Types.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Arduino-Hardware-Types.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedIOElement.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedIOElement.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Error/Error.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/Array.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Hardware-Types.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Arduino-Hardware-Types.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/Quaternion.hpp:24,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/Quaternion.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/Vector.hpp:16,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/Vector.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Cable.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Cable.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.cpp:3:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/Helpers/Bresenham.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/Helpers/Bresenham.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Cable.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/MIDIAddress.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/MIDIAddress.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/LinkedList.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Constants/MCUNameFromNoteNumber.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Constants/MCUNameFromNoteNumber.cpp:6:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/LEDs/NovationLaunchpadColorLUT.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/LEDs/NoteCCKPRangeFastLED.cpp:2:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/LinkedList.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/LinkedList.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/Updatable.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/LCD.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/LCD.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/MIDI_MessageTypes.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/BLEMIDI/BLEMIDIPacketBuilder.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/BLEMIDI/BLEMIDIPacketBuilder.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ADCConfig.hpp:16,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/Settings.hpp:12,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/SettingsWrapper.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Settings/SettingsWrapper.hpp:17,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/SysExBuffer.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/SysExBuffer.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/MIDI_MessageTypes.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/MIDI_MessageTypes.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ADCConfig.hpp:16,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/Settings.hpp:12,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/SettingsWrapper.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Settings/SettingsWrapper.hpp:17,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Pipes.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Interface.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Interface.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Cable.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/MIDI_Parser.hpp:7,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/SerialMIDI_Parser.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/SerialMIDI_Parser.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ADCConfig.hpp:16,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/Settings.hpp:12,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/SettingsWrapper.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Settings/SettingsWrapper.hpp:17,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Pipes.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Interface.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/SerialMIDI_Interface.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/SerialMIDI_Interface.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ADCConfig.hpp:16,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/Settings.hpp:12,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/SettingsWrapper.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Settings/SettingsWrapper.hpp:17,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Pipes.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Interface.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/DebugMIDI_Interface.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/DebugMIDI_Interface.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ADCConfig.hpp:16,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/Settings.hpp:12,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/SettingsWrapper.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Settings/SettingsWrapper.hpp:17,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Pipes.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/LinkedList.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/Updatable.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Senders/RelativeCCSender.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Senders/RelativeCCSender.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Cable.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/MIDI_Parser.hpp:7,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/USBMIDI_Parser.hpp:1,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/USBMIDI_Parser.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Submodules/Encoder/AtomicPosition.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Submodules/Encoder/AHEncoder.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Submodules/Encoder/AHEncoder.cpp:3:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void (*)(const uint8_t *, uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/tools/teensy-compile/11.3.1/arm/bin/../lib/gcc/arm-none-eabi/11.3.1/../../../../arm-none-eabi/bin/ld: /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/libraries/Control_Surface/MIDI_Interfaces/Teensy-USB-MIDI-name.c.o:/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/Teensy-USB-MIDI-name.c:10: multiple definition of `usb_string_product_name'; /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/sketch/name.c.o:/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/name.c:9: first defined here
collect2: error: ld returned 1 exit status
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
hello, i have a problem compiling an old sketch wrote years ago with control surface library, can you help me to find the problem?
here is what it return
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:126:55: warning: 'cs::CHANNEL_6' is deprecated: Use Channel_6 instead [-Wdeprecated-declarations]
126 | {{bank, BankType::CHANGE_CHANNEL},mux5.pin(10), {7, CHANNEL_6}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:141:19: note: declared here
141 | constexpr Channel CHANNEL_6 CS_DEPREC("Use Channel_6 instead") = Channel_6;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:127:21: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
127 | {{bank, BankType::CHANGE_CHANNEL},mux5.pin(9), {7, CHANNEL_7}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:127:21: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
127 | {{bank, BankType::CHANGE_CHANNEL},mux5.pin(9), {7, CHANNEL_7}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:127:54: warning: 'cs::CHANNEL_7' is deprecated: Use Channel_7 instead [-Wdeprecated-declarations]
127 | {{bank, BankType::CHANGE_CHANNEL},mux5.pin(9), {7, CHANNEL_7}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:142:19: note: declared here
142 | constexpr Channel CHANNEL_7 CS_DEPREC("Use Channel_7 instead") = Channel_7;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:128:21: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
128 | {{bank, BankType::CHANGE_CHANNEL},mux5.pin(8), {7, CHANNEL_8}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:128:21: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
128 | {{bank, BankType::CHANGE_CHANNEL},mux5.pin(8), {7, CHANNEL_8}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:128:54: warning: 'cs::CHANNEL_8' is deprecated: Use Channel_8 instead [-Wdeprecated-declarations]
128 | {{bank, BankType::CHANGE_CHANNEL},mux5.pin(8), {7, CHANNEL_8}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:143:19: note: declared here
143 | constexpr Channel CHANNEL_8 CS_DEPREC("Use Channel_8 instead") = Channel_8;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:131:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
131 | {{bank,BankType::CHANGE_CHANNEL}, mux5.pin(0), {94, CHANNEL_1}},//numéro de bank correspondant/indique que le changement de bank change le canal midi (+8 car on a 8 adresses par bank)/pin sur laquelle le controleur est branché/numéro de cc/numéro de canal midi
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:131:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
131 | {{bank,BankType::CHANGE_CHANNEL}, mux5.pin(0), {94, CHANNEL_1}},//numéro de bank correspondant/indique que le changement de bank change le canal midi (+8 car on a 8 adresses par bank)/pin sur laquelle le controleur est branché/numéro de cc/numéro de canal midi
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:131:55: warning: 'cs::CHANNEL_1' is deprecated: Use Channel_1 instead [-Wdeprecated-declarations]
131 | {{bank,BankType::CHANGE_CHANNEL}, mux5.pin(0), {94, CHANNEL_1}},//numéro de bank correspondant/indique que le changement de bank change le canal midi (+8 car on a 8 adresses par bank)/pin sur laquelle le controleur est branché/numéro de cc/numéro de canal midi
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:136:19: note: declared here
136 | constexpr Channel CHANNEL_1 CS_DEPREC("Use Channel_1 instead") = Channel_1;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:132:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
132 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(1), {94, CHANNEL_2}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:132:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
132 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(1), {94, CHANNEL_2}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:132:54: warning: 'cs::CHANNEL_2' is deprecated: Use Channel_2 instead [-Wdeprecated-declarations]
132 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(1), {94, CHANNEL_2}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:137:19: note: declared here
137 | constexpr Channel CHANNEL_2 CS_DEPREC("Use Channel_2 instead") = Channel_2;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:133:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
133 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(2), {94, CHANNEL_3}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:133:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
133 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(2), {94, CHANNEL_3}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:133:54: warning: 'cs::CHANNEL_3' is deprecated: Use Channel_3 instead [-Wdeprecated-declarations]
133 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(2), {94, CHANNEL_3}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:138:19: note: declared here
138 | constexpr Channel CHANNEL_3 CS_DEPREC("Use Channel_3 instead") = Channel_3;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:134:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
134 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(3), {94, CHANNEL_4}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:134:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
134 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(3), {94, CHANNEL_4}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:134:54: warning: 'cs::CHANNEL_4' is deprecated: Use Channel_4 instead [-Wdeprecated-declarations]
134 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(3), {94, CHANNEL_4}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:139:19: note: declared here
139 | constexpr Channel CHANNEL_4 CS_DEPREC("Use Channel_4 instead") = Channel_4;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:135:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
135 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(4), {94, CHANNEL_5}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:135:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
135 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(4), {94, CHANNEL_5}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:135:54: warning: 'cs::CHANNEL_5' is deprecated: Use Channel_5 instead [-Wdeprecated-declarations]
135 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(4), {94, CHANNEL_5}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:140:19: note: declared here
140 | constexpr Channel CHANNEL_5 CS_DEPREC("Use Channel_5 instead") = Channel_5;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:136:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
136 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(5), {94, CHANNEL_6}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:136:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
136 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(5), {94, CHANNEL_6}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:136:54: warning: 'cs::CHANNEL_6' is deprecated: Use Channel_6 instead [-Wdeprecated-declarations]
136 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(5), {94, CHANNEL_6}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:141:19: note: declared here
141 | constexpr Channel CHANNEL_6 CS_DEPREC("Use Channel_6 instead") = Channel_6;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:137:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
137 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(6), {94, CHANNEL_7}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:137:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
137 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(6), {94, CHANNEL_7}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:137:54: warning: 'cs::CHANNEL_7' is deprecated: Use Channel_7 instead [-Wdeprecated-declarations]
137 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(6), {94, CHANNEL_7}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:142:19: note: declared here
142 | constexpr Channel CHANNEL_7 CS_DEPREC("Use Channel_7 instead") = Channel_7;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:138:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
138 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(7), {94, CHANNEL_8}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:138:20: warning: 'cs::CHANGE_CHANNEL' is deprecated: Use ChangeChannel instead [-Wdeprecated-declarations]
138 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(7), {94, CHANNEL_8}},
| ^~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/BankableMIDIMatcherHelpers.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MIDIInputElementMatchers.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/SevenSegmentDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/TimeDisplay.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/MCU/TimeDisplayDisplay.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:23,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Banks/BankConfig.hpp:23:5: note: declared here
23 | CHANGE_CHANNEL CS_DEPREC("Use ChangeChannel instead") = ChangeChannel,
| ^~~~~~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:138:54: warning: 'cs::CHANNEL_8' is deprecated: Use Channel_8 instead [-Wdeprecated-declarations]
138 | {{bank,BankType::CHANGE_CHANNEL},mux5.pin(7), {94, CHANNEL_8}},
| ^~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:143:19: note: declared here
143 | constexpr Channel CHANNEL_8 CS_DEPREC("Use Channel_8 instead") = Channel_8;
| ^~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:140:31: warning: 'cs::CHANNEL_16' is deprecated: Use Channel_16 instead [-Wdeprecated-declarations]
140 | CCButton button1 = {19, {120, CHANNEL_16}};
| ^~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:151:19: note: declared here
151 | constexpr Channel CHANNEL_16 CS_DEPREC("Use Channel_16 instead") = Channel_16;
| ^~~~~~~~~~
/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:147:9: warning: 'cs::CHANNEL_16' is deprecated: Use Channel_16 instead [-Wdeprecated-declarations]
147 | {121, CHANNEL_16},
| ^~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:4,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
from /Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/controleur_BEN_and_ED_ableton.ino:1:
/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:151:19: note: declared here
151 | constexpr Channel CHANNEL_16 CS_DEPREC("Use Channel_16 instead") = Channel_16;
| ^~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ADCConfig.hpp:16,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/Settings.hpp:12,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/SettingsWrapper.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ShiftRegisterOutRGB.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ShiftRegisterOutRGB.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Error/Error.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Error/Exit.cpp:3:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Error/Error.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/Array.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Hardware-Types.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Arduino-Hardware-Types.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Button.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/IncrementDecrementButtons.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/IncrementDecrementButtons.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Error/Error.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/Array.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Hardware-Types.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Arduino-Hardware-Types.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Button.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/IncrementButton.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/IncrementButton.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Error/Error.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/Array.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Hardware-Types.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Arduino-Hardware-Types.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Button.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Button.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Error/Error.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/Array.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Hardware-Types.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Arduino-Hardware-Types.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedIOElement.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedIOElement.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Error/Error.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/Array.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Hardware-Types.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/Arduino-Hardware-Types.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/Quaternion.hpp:24,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/Quaternion.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/Vector.hpp:16,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/Vector.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Cable.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Cable.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Channel.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.cpp:3:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/Helpers/Bresenham.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/Helpers/Bresenham.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Cable.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/MIDIAddress.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/MIDIAddress.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/LinkedList.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayElement.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Constants/MCUNameFromNoteNumber.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Constants/MCUNameFromNoteNumber.cpp:6:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/LEDs/NovationLaunchpadColorLUT.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/LEDs/NoteCCKPRangeFastLED.cpp:2:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/LinkedList.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Display/DisplayInterface.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/LinkedList.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/Updatable.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/LCD.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Inputs/MCU/LCD.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/MIDI_MessageTypes.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/BLEMIDI/BLEMIDIPacketBuilder.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/BLEMIDI/BLEMIDIPacketBuilder.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ADCConfig.hpp:16,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/Settings.hpp:12,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/SettingsWrapper.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Settings/SettingsWrapper.hpp:17,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/SysExBuffer.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/SysExBuffer.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/MIDI_MessageTypes.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/MIDI_MessageTypes.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ADCConfig.hpp:16,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/Settings.hpp:12,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/SettingsWrapper.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Settings/SettingsWrapper.hpp:17,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Pipes.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Interface.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Interface.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Cable.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/MIDI_Parser.hpp:7,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/SerialMIDI_Parser.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/SerialMIDI_Parser.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ADCConfig.hpp:16,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/Settings.hpp:12,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/SettingsWrapper.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Settings/SettingsWrapper.hpp:17,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Pipes.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Interface.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/SerialMIDI_Interface.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/SerialMIDI_Interface.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ADCConfig.hpp:16,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/Settings.hpp:12,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/SettingsWrapper.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Settings/SettingsWrapper.hpp:17,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Pipes.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Interface.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/DebugMIDI_Interface.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/DebugMIDI_Interface.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Hardware/ADCConfig.hpp:16,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/Settings.hpp:12,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Settings/SettingsWrapper.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Settings/SettingsWrapper.hpp:17,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Pipes.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/PrintStream/PrintStream.hpp:8,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Debug/Debug.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/LinkedList.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Containers/Updatable.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Senders/RelativeCCSender.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Senders/RelativeCCSender.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Cable.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Def/Def.hpp:5,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/MIDI_Parser.hpp:7,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/USBMIDI_Parser.hpp:1,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Parsers/USBMIDI_Parser.cpp:1:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/WProgram.h:58,
from /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/pch/Arduino.h:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/FixArduinoMacros.hpp:6,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Math/MinMaxFix.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/AH/Arduino-Wrapper.h:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Submodules/Encoder/AtomicPosition.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Submodules/Encoder/AHEncoder.hpp:3,
from /Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/Submodules/Encoder/AHEncoder.cpp:3:
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSysEx(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:347:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
347 | usb_midi_handleSysExPartial = (void ()(const uint8_t , uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h: In member function 'void usb_midi_class::setHandleSystemExclusive(void ()(const uint8_t, uint16_t, bool))':
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/hardware/avr/1.59.0/cores/teensy4/usb_midi.h:351:47: warning: cast between incompatible function types from 'void ()(const uint8_t, uint16_t, bool)' {aka 'void ()(const unsigned char, short unsigned int, bool)'} to 'void ()(const uint8_t, uint16_t, uint8_t)' {aka 'void ()(const unsigned char, short unsigned int, unsigned char)'} [-Wcast-function-type]
351 | usb_midi_handleSysExPartial = (void (*)(const uint8_t *, uint16_t, uint8_t))fptr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/benoitpbenoitarisot/Library/Arduino15/packages/teensy/tools/teensy-compile/11.3.1/arm/bin/../lib/gcc/arm-none-eabi/11.3.1/../../../../arm-none-eabi/bin/ld: /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/libraries/Control_Surface/MIDI_Interfaces/Teensy-USB-MIDI-name.c.o:/Users/benoitpbenoitarisot/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/Teensy-USB-MIDI-name.c:10: multiple definition of `usb_string_product_name'; /private/var/folders/x_/f3dylbv12bg5wdlmdc_zv9hh0000gn/T/arduino/sketches/7C0E7291D2E25C1DD047F3B3BDBAC70C/sketch/name.c.o:/Volumes/home/partage/benoit/bricolage electronique/codes Arduino/controleur_BEN_and_ED/code et script ableton 8 pistes 4/controleur_BEN_and_ED_ableton/name.c:9: first defined here
collect2: error: ld returned 1 exit status
exit status 1
Compilation error: exit status 1
Beta Was this translation helpful? Give feedback.
All reactions