Commit Graph

229 Commits

Author SHA1 Message Date
8469351dde add BASICX64 and BANANAX64 to KindEnum
upd {Base}.run_voicemeeter
launch x64 client for all kinds if OS_BITS == 64

patch bump
2024-06-29 05:27:23 +01:00
77adc6a71b upd tested against in README 2024-06-28 11:00:08 +01:00
a886e2ab2e added 1.1.0 to CHANGELOG 2024-06-28 10:59:54 +01:00
3f8673ea17 minor bump 2024-06-28 10:59:42 +01:00
57112fd90a added a timeout to the login method
module Util::Timeout added, prepends Base
2024-06-28 10:59:34 +01:00
aaee848962 md change 2024-01-03 09:35:50 +00:00
4e5aab867b upd documentation/header file links 2024-01-03 09:34:57 +00:00
2156cebeea fixes config files desc in readme 2023-09-20 13:50:02 +01:00
7825b58bb1 add BusDevice to Bus class.
CHANGELOG updated.
2023-09-14 18:22:13 +01:00
68f96b64db typo 2023-09-01 11:36:59 +01:00
087b4088e0 fix examples 2023-09-01 11:17:39 +01:00
a80e5ae5c9 add rubgems badge 2023-09-01 01:01:21 +01:00
9fd43b7e46 version 1.0.0 section added to changelog 2023-09-01 00:55:36 +01:00
20684c645e typo 2023-08-31 23:04:31 +01:00
42baa543fc switch send for public_send 2023-08-31 22:54:08 +01:00
350ebdd444 upd docstrings 2023-08-31 22:10:34 +01:00
100297d49a remove thread local var 2023-08-31 21:52:25 +01:00
c4fb560e8c fixes bug reading config file
upd Gemfile
2023-08-31 00:44:54 +01:00
59cda8aca6 move attr_reader into macro method 2023-08-30 13:19:03 +01:00
891667cc3b clear whitespace 2023-08-30 13:13:44 +01:00
f4c3a920b6 fixes BusDevice macro functions 2023-08-30 12:45:55 +01:00
cfeb3a7263 now extending MetaFunctions into classes
macro methods renamed
2023-08-30 12:27:50 +01:00
9cfc409049 reword errors section in readme 2023-08-30 10:16:03 +01:00
4774d447eb add changelog template 2023-08-29 23:25:13 +01:00
f13501f1d8 now using String refinement 2023-08-29 22:56:40 +01:00
5307bebea8 use Kernel#Array in register,deregister 2023-08-29 15:32:23 +01:00
a3523eeb40 switch to :"" syntax 2023-08-29 15:23:43 +01:00
85dce0061c reword docstrings 2023-08-29 14:07:52 +01:00
1fadd2ba29 remove docstring 2023-08-29 11:38:11 +01:00
330a1507c9 make docstrings rdoc compatible 2023-08-29 11:21:05 +01:00
84ba47843a add typeprof generated rbs 2023-08-28 04:38:25 +01:00
6a60a9ab00 move test tasks into namespace :t
add task :all
2023-08-28 00:34:21 +01:00
cc6db06c65 upd docstrings 2023-08-27 21:36:52 +01:00
54693ed76f use first,last array methods 2023-08-27 21:36:44 +01:00
f594f2a9a0 added whitespace 2023-08-27 21:36:34 +01:00
8d2cc774ac register blocks on the event client object
remove running attribute reader
2023-08-27 17:24:25 +01:00
9e84d02707 remove message method override
fix expect, actual order in error tests
2023-08-18 21:26:54 +01:00
fe1de43250 add on method for registering blocks
examples updated
2023-08-18 00:27:43 +01:00
3ea6db1703 errors moved into top level file 2023-08-11 02:18:29 +01:00
3755e39b44 remove chdir 2023-08-11 00:50:10 +01:00
e989e72e51 move all require statements into top level file 2023-08-11 00:49:59 +01:00
b207e7cc24 test vban direction in apply() 2023-08-10 21:57:03 +01:00
d21b805882 update error test 2023-08-10 20:38:04 +01:00
e86d096ab9 fix method name 2023-08-10 20:37:55 +01:00
10a4eade93 use array 2023-08-10 20:37:47 +01:00
6769013ee3 add logging for macrobutton getter,setter 2023-08-10 20:37:35 +01:00
5789b39826 test tasks for each kind added
defaults to potato

event tasks moved into :e namespace
2023-08-10 14:43:34 +01:00
2cf8d105b4 read test kind from ENV var 2023-08-10 14:40:50 +01:00
b2194c7aa3 adds running? method
returns producer thread alive state

fixes bug in strip/bus classes
2023-08-10 14:40:22 +01:00
81f277260a reword 2023-08-09 19:05:54 +01:00