Commit Graph

  • ad26e7b4ed
    Undo Changes for PullRequest RobertoHE 2021-08-06 00:00:04 +0200
  • 04753598cb
    Added Midi namespace RobertoHE 2021-08-05 23:56:19 +0200
  • ee85989cd9 updated simulator lathoub 2021-08-05 23:10:17 +0200
  • 31817fba8e Parser Upgraded Roberto 2021-08-05 21:31:42 +0200
  • 335cad374d
    Update parser RobertoHE 2021-08-05 21:30:44 +0200
  • 6d00baaf53
    Merge pull request #1 from RobertoHE/Client_Upgrade RobertoHE 2021-08-05 17:41:40 +0200
  • 586207d747 Some little modification in Scan times. Removed a printf in Connect() Removed avaliableSpace Roberto 2021-08-05 17:39:33 +0200
  • 99abc3ef79
    Merge pull request #33 from RobertoHE/patch-1 lathoub 2021-08-05 16:42:07 +0200
  • 4a99e1e2ea
    Removed size filter and added runningStatus enable RobertoHE 2021-08-05 12:57:14 +0200
  • 895089174b
    Update and simplify connect() RobertoHE 2021-08-05 10:58:02 +0200
  • 4e52f70062 Modified received(). Running Status and divided SysEx are accepted Roberto 2021-08-04 17:39:48 +0200
  • 2f48b0f25b
    Merge pull request #32 from RobertoHE/patch-1 lathoub 2021-08-04 17:18:57 +0200
  • 7a3ae808e6
    Added runningStatus continuation in receive() RobertoHE 2021-08-04 14:01:54 +0200
  • fa85454114 parser pointer types as int, not byte lathoub 2021-08-04 05:40:29 +0200
  • e572f7f599 Update ConsoleApplication2.cpp lathoub 2021-08-04 05:24:08 +0200
  • 3d44ddc3a7 updated examples (SysEx with RealTime msg in the middle) lathoub 2021-08-04 05:13:53 +0200
  • 20354c247c further refinement of the parser lathoub 2021-08-04 05:06:05 +0200
  • 8904a44963
    Delete Bluetooth LE MIDI Specification.url lathoub 2021-08-03 21:54:07 +0200
  • 0a59a2dd04
    Create BLE_MIDI_Spec.md lathoub 2021-08-03 21:53:41 +0200
  • 43b6704a56 add link to BLE MIDI Spec lathoub 2021-08-03 21:51:55 +0200
  • b9fd6a8d3d parser test project in MSVC2019 lathoub 2021-08-03 21:46:31 +0200
  • 652c390483 Update BLEMIDI_Transport.h lathoub 2021-08-03 21:39:38 +0200
  • ecd2c2bf22 check for complete sysex lathoub 2021-08-03 21:38:17 +0200
  • 687676dc44 bug fix lathoub 2021-08-03 10:53:43 +0200
  • 802f7a3c9c further cleanup lathoub 2021-08-02 22:05:04 +0200
  • a76ebc82c6 cleanup lathoub 2021-08-02 21:18:33 +0200
  • 5cfcf20262 Bug Fix and support for multipart SysEx lathoub 2021-08-02 19:01:59 +0200
  • 5a0fd77bc6 added a newline at the end of file Roberto 2021-07-09 19:13:46 +0200
  • 43d9cfbc35 README.md equal like master repo Roberto 2021-07-09 19:11:18 +0200
  • 49f7ec93db Removed non-functional BLE-MIDI_Client_ESP32.h Roberto 2021-07-09 18:40:21 +0200
  • 5f7d493acd Added characterisctic protecction in write(). Clean-up the code Roberto 2021-07-09 18:36:37 +0200
  • 665f343d74 Example added Roberto 2021-07-09 18:33:25 +0200
  • 60cfe28c45 Merge branch 'master' of https://github.com/RobertoHE/Arduino-BLE-MIDI Roberto 2021-07-03 11:08:41 +0200
  • b830648af4 Limpieza y estructuracion del codigo. Se han añadido defines al inicio del fichero para que modificar las caracteristicas de seguridad, nombre y parámetros de comunicacion. TODO: No depender del método read(), que salten los callback de manera automática Roberto 2021-07-03 11:08:22 +0200
  • 65d96380b8 test RobertoHE 2021-06-08 16:12:04 +0200
  • b8831e4d3e Reconnect mechanism done in avaliable funcion. Avaliable is called in MIDI.read() in funtional code. FIXED: Write method now works. TODO: Clear debug comments and structure the code. Change scanDone and doConnect global variables inside AdviceCB class. BUG: If input buffer is completly full it is not possible send or recive anything Roberto 2021-06-05 14:19:52 +0200
  • 75069b93ea First stable client connection. TODO: autoReconnect and ConnectTo Roberto 2021-05-31 18:46:43 +0200
  • aa0f6bc44a added end() method, stop'ping BLE lathoub 2021-05-28 21:06:07 +0200
  • e0fb12b9c0
    Merge pull request #28 from per1234/mbed_nano lathoub 2021-05-06 09:01:21 +0200
  • 37ac074af7
    Add mbed_nano to list of compatible architectures per1234 2021-05-04 02:01:20 -0700
  • 0cc25e9ced
    Update MidiBle.ino lathoub 2020-12-20 23:38:43 +0100
  • 30d101bca6
    Update MidiBle.ino lathoub 2020-12-20 23:37:03 +0100
  • f4927cd4ea reworked basic demo lathoub 2020-12-20 23:10:35 +0100
  • 4aee6708ca Windows connection to ESP32 lathoub 2020-10-25 22:52:27 +0100
  • cc1d4ef1e1
    Merge pull request #22 from wakwak-koba/ESP32_NimBLE lathoub 2020-10-25 19:13:08 +0100
  • d8746c2967 Revert examples wakwak_koba 2020-10-25 06:14:46 +0900
  • ab02fbc108 Fixed not being able to pair with Windows when using NimBLE wakwak_koba 2020-10-23 08:12:52 +0900
  • 9b41d732ef
    Update README.md lathoub 2020-10-18 07:49:50 +0200
  • 71ec6db9bc
    Update README.md v2.1.0 lathoub 2020-10-11 11:49:14 +0200
  • 8fd2a1904a
    Delete .gitmodules lathoub 2020-10-11 11:46:37 +0200
  • 5dd5e5f087 Merge branch 'master' of https://github.com/lathoub/Arduino-BLE-MIDI lathoub 2020-10-11 11:46:17 +0200
  • ed82872725 Delete .development lathoub 2020-10-11 11:46:06 +0200
  • a3206579e4
    Update README.md lathoub 2020-10-11 11:45:28 +0200
  • 56386ace3c
    Update README.md lathoub 2020-10-11 11:44:25 +0200
  • cec5fe3f13
    Update README.md lathoub 2020-10-11 11:39:36 +0200
  • f274037f81 rename BLEMIDI to BLEMIDI_Transport & cleanup lathoub 2020-10-11 11:37:45 +0200
  • 5f8a38a5b8 cleanup lathoub 2020-10-03 17:13:12 +0200
  • ba7c598a52 complete send SysEx (over multiple packets) lathoub 2020-10-03 10:02:49 +0200
  • 359c9acd22 added basic sysex (1 packet) + example lathoub 2020-10-03 06:19:37 +0200
  • 700159ab93 BLE-MIDI => BLEMIDI in filenames lathoub 2020-10-03 04:20:53 +0200
  • b22cc18fc0 from feat/2.0.0 lathoub 2020-10-03 04:11:56 +0200
  • 6e38c21dd4 Update README.md lathoub 2020-10-03 03:49:04 +0200
  • 915dc85dac simplified lathoub 2020-10-03 03:48:25 +0200
  • 0d823a9442
    Update README.md lathoub 2020-10-02 22:16:52 +0200
  • 6e360ba6e3
    Update BLE-MIDI_Config.h lathoub 2020-10-02 22:15:00 +0200
  • 2efc6e5f0a added working ArduinoBLE lathoub 2020-09-27 18:35:15 +0200
  • 9193101fab rename hardware files, move headers to config file lathoub 2020-09-27 14:32:33 +0200
  • 20ff691133 cleaned esp32 (& NimBLE implementation), moved parser down lathoub 2020-09-27 14:02:42 +0200
  • d9fc069a4f fixed copy/paste error lathoub 2020-09-27 13:36:16 +0200
  • acd1d95001 renamed ESP32 -> MIDI_ESP32 lathoub 2020-09-27 13:28:45 +0200
  • 35c5aab271
    Update library.properties lathoub 2020-09-19 07:18:18 +0200
  • 533eab5204 added support for NimBLE lathoub 2020-09-16 09:52:40 +0200
  • 7d5944f37a added initial support for nRF52, cleanup ESP32 lathoub 2020-09-13 22:37:10 +0200
  • 33d3c7fd11
    Update README.md lathoub 2020-09-09 09:13:47 +0200
  • 7505448441
    Update README.md lathoub 2020-09-09 09:13:15 +0200
  • ce874ad382 Use1ByteParsing is false for packet transport layers lathoub 2020-05-01 10:04:05 +0200
  • d278592c9f
    thruActivated as a property lathoub 2020-04-23 22:14:13 +0200
  • 3ae9fe9ae7 added Basic_IO example lathoub 2020-04-18 16:05:24 +0200
  • 6d6fa61f83 renamed BLEMIDI to BLEMIDITransport lathoub 2020-04-18 11:40:57 +0200
  • eaa2f29568 removed unused inChannel argument from begin, removed logging lathoub 2020-04-17 22:50:24 +0200
  • 1e9706aa1a getTransportName lathoub 2020-03-15 04:00:23 +0100
  • 0fc2b5a059 use lastStatus, not the reference to the buffer (in case on running status) lathoub 2020-03-09 23:00:59 +0100
  • f80e225080 added support for running Status lathoub 2020-03-09 22:56:47 +0100
  • 42cd91d79b better BLE MIDI parser (incl SysEx) lathoub 2020-03-09 22:52:10 +0100
  • f78f5a8f9c Merge branch 'feat/2.0.0' of https://github.com/lathoub/Arduino-BLE-MIDI into feat/2.0.0 lathoub 2020-03-08 23:03:41 +0100
  • 54ebfee9ad xQueue to communicate between core_0 and core_1 lathoub 2020-03-08 23:03:39 +0100
  • 4b15c37cff
    Update README.md lathoub 2020-03-08 17:22:05 +0100
  • a644fa350e Merge branch 'feat/2.0.0' of https://github.com/lathoub/Arduino-BLE-MIDI into feat/2.0.0 lathoub 2020-03-08 13:47:18 +0100
  • 7dec0b1165 renamed BLEMIDI to BLE-MIDI lathoub 2020-03-08 13:47:12 +0100
  • f3ead7d8d5
    Update library.properties lathoub 2020-03-04 06:06:46 +0100
  • e2e97d17e6 Update MidiBle.ino lathoub 2020-03-03 21:49:41 +0100
  • 90b83e2360 Working BLE MIDI (not tested with SysEx) lathoub 2020-03-03 20:23:16 +0100
  • 324d0404f5 initial upload using feat/2.0.0 (not working) lathoub 2020-03-02 22:14:42 +0100
  • 7187d1f82a Fix bug, local BT client name Arik Caspi 2020-01-12 23:58:35 +0200
  • 6eaf748522
    fix bug that points to non-exiting file lathoub 2020-01-05 16:55:32 -0500
  • 940c1aa886
    Merge pull request #10 from arik-caspi/BLE-Midi-Client lathoub 2020-01-05 10:58:48 +0100
  • 89731d5def Adding Support for BLE Midi Client Arik Caspi 2019-12-21 13:01:41 +0200
  • 8a0619c498 added default initialisation lathoub 2019-08-17 17:31:21 +0200
  • 0787571f5f trying to avoid internal buffers lathoub 2019-08-17 16:39:02 +0200
  • 721fe62034
    Update README.md lathoub 2019-08-15 14:46:22 +0200