Commit Graph

172 Commits

Author SHA1 Message Date
RobertoHE a1ec13758b
*/ syntax correction in example 2022-11-29 09:09:21 +01:00
RobertoHE 25a78fa7f1
Added all configurations options to example
Added all configurations options
2022-11-29 09:05:26 +01:00
RobertoHE 06a1b8f926
Update SysEx_Send.ino 2022-11-28 17:51:52 +01:00
RobertoHE 7fdaffcbfb
Update SysEx_Receive.ino 2022-11-28 17:51:30 +01:00
RobertoHE 2aa2183f92
Update MidiBle_Client.ino 2022-11-28 17:51:12 +01:00
RobertoHE c7121d01d1
Update MidiBle.ino 2022-11-28 17:50:38 +01:00
RobertoHE f871a35c7a
Update build-arduino.sh 2022-11-28 17:46:42 +01:00
RobertoHE fe4a021b5f
Update build-arduino.sh 2022-11-28 17:31:44 +01:00
RobertoHE 99c2151c8b
Update build-arduino.sh 2022-11-28 17:27:58 +01:00
RobertoHE c3ecb0711c
Update build-arduino.sh 2022-11-28 17:13:23 +01:00
RobertoHE 186cc21192
Update build-arduino.sh 2022-11-28 17:06:58 +01:00
RobertoHE 06dc8d04b3
Update build-arduino.sh 2022-11-28 17:02:17 +01:00
RobertoHE 0afc91c98f
Update build-arduino.sh 2022-11-28 16:58:54 +01:00
RobertoHE 37eb60b3de
Update build-arduino.sh 2022-11-28 08:45:44 +01:00
RobertoHE 2e2cb865c3
Update build-arduino.sh 2022-11-28 08:42:57 +01:00
RobertoHE a294fc61e0
Update build-arduino.sh 2022-11-28 08:42:35 +01:00
RobertoHE 03365fc225
Update CustomerBufferSize.ino 2022-11-23 10:35:55 +01:00
RobertoHE f9b7922771
Update build-arduino.sh 2022-11-23 09:12:40 +01:00
RobertoHE 03523e562c
Update build-arduino.sh 2022-11-22 18:25:06 +01:00
RobertoHE 27ee609c05
Update build-arduino.sh 2022-11-22 18:18:17 +01:00
RobertoHE 3e83235a8b
Update build-arduino.sh
Write directly to .yaml file
2022-11-22 17:54:56 +01:00
RobertoHE 81462befb2
Add Notification and Response parameters to Config
Added after Nimble Lib update.
end() updated.
2022-11-21 17:45:01 +01:00
RobertoHE 24f4addb36
Intro explanation modified 2022-06-27 16:12:10 +02:00
RobertoHE f31f8db254
Code Example changed for new settings struct 2022-06-27 13:43:20 +02:00
RobertoHE fe3412b289
Minor Syntax correction
Tabulation indentation fixed after last commit changes and other minor changes in comments
2022-06-21 19:19:32 +02:00
RobertoHE 24dce9ac6a
Changed #define for Struct in Config
Mayor changes in all configuration setup. 
Create a custom Config Struct for the client, it heritages from regular repo Struct and adds specific settings of the class.
All configurations, including onPassRequest function, may be configured in the upper layers of the code, like in main.c
2022-06-21 19:05:44 +02:00
RobertoHE 39c16474b3
Increased readability in onResult
Improved IF-syntaxis
2022-06-21 18:53:46 +02:00
RobertoHE 53e01392be
Debug Verbose
Serial.print changed by debugging verbose. It may be abled using #define MIDIBLECLIENTVERBOSE
2022-06-21 18:46:23 +02:00
RobertoHE 3fc460ea21
Merge pull request #2 from RobertoHE/patch-1
fixed template sintaxis of Client
2022-06-06 16:34:14 +02:00
RobertoHE c69bb30ff1
Change Define Template 2022-06-06 16:32:10 +02:00
lathoub 75e994c95d working on nRF52 2022-06-05 14:11:40 +02:00
lathoub 3c789b0b5f removed all event code
cleanup - removed all polling code
2022-06-05 10:26:47 +02:00
lathoub edd2f21a39 Update BLEMIDI_ArduinoBLE.h
added :     _midiChar.writeValue((uint8_t)0);

otherwise the device will disconnect immediately
2022-06-04 22:34:11 +02:00
lathoub 8c605fea37 Update BLEMIDI_Transport.h
removed logging
2022-06-04 22:33:24 +02:00
lathoub c8334f6b02 rewrote non-customer constructors 2022-06-04 15:09:46 +02:00
RobertoHE 26eeb9261a
Update BLEMIDI_Client_ESP32.h
Some bug fixed related with AdvertisedDeviceCallbacks and templates.
#define BLEMIDI_CREATE_INTANCE fixed
2022-06-02 18:42:59 +02:00
lathoub 8536bc4ddf Update BLEMIDI_ESP32.h 2022-06-02 15:59:22 +02:00
lathoub b91186d6a1 added BLE Client template arguments
modig
2022-06-02 15:59:14 +02:00
lathoub 948fc1165f added template params 2022-06-01 23:44:24 +02:00
lathoub 9c0e0e0627 Update CustomerBufferSize.ino 2022-06-01 08:32:02 +02:00
lathoub ab44659ce3 changed template arg to _Setting 2022-06-01 08:30:12 +02:00
lathoub 1ae439d76c tmp simplified template arg to int 2022-06-01 08:14:45 +02:00
lathoub 2f9c684140 Update CustomerBufferSize.ino 2022-05-31 23:08:38 +02:00
lathoub 13b50f32ee Update CustomerBufferSize.ino 2022-05-31 23:04:27 +02:00
lathoub 50aaaf3872 Update CustomerBufferSize.ino 2022-05-31 23:02:44 +02:00
lathoub 12c1e135d4 first commit for customSettings 2022-05-31 23:01:42 +02:00
lathoub 8dee1f7d25
Update build-arduino.sh 2022-01-20 07:35:28 +01:00
lathoub 498d192e97
Update build-arduino.sh 2022-01-20 07:32:53 +01:00
lathoub 8b7eb46277
Delete arduino-cli.yaml 2022-01-20 07:29:32 +01:00
lathoub ada4b3ce57
Update build-arduino.sh 2022-01-20 07:19:50 +01:00