FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pythonosc/osc_message_builder.py - Ifytech18/python-osc · GitHub
Ifytech18
/
python-osc
Public
forked from
attwad/python-osc
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-osc
pythonosc
osc_message_builder.py
on
main
User selector
Datepicker
Commit history
Commits on Oct 17, 2025
fix: correct spelling of 'inferred'
my1e5
authored
b254751
View commit details
Copy full SHA for b254751
View code at this point
Browse repository at this point
Commits on Aug 26, 2025
Support ArgValue being None to send an empty message
buckbanzai
committed
0a61787
View commit details
Copy full SHA for 0a61787
View code at this point
Browse repository at this point
Commits on Aug 11, 2025
removed unused ignore
fraser.todd
committed
c9edc65
View commit details
Copy full SHA for c9edc65
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
Fix remaining `.format()` calls to f-strings
akx
committed
7845596
View commit details
Copy full SHA for 7845596
View code at this point
Browse repository at this point
Run `flynt -tc` to transform concatenation to f-strings
akx
committed
c140c8e
View commit details
Copy full SHA for c140c8e
View code at this point
Browse repository at this point
Run `flynt` to transform formatting to f-strings
akx
committed
d2437f2
View commit details
Copy full SHA for d2437f2
View code at this point
Browse repository at this point
Commits on Aug 17, 2024
cleanup mypy errors, address review comments, add response support to UDP server
Bob Haddleton
authored and
Bob Haddleton
committed
7b5d8ea
View commit details
Copy full SHA for 7b5d8ea
View code at this point
Browse repository at this point
Commits on Aug 3, 2024
Add tcp support
Bob Haddleton
authored and
Bob Haddleton
committed
d89c241
View commit details
Copy full SHA for d89c241
View code at this point
Browse repository at this point
Commits on Jul 26, 2024
format with black and add gh action to check black format was applied
attwad
committed
30ef81c
View commit details
Copy full SHA for 30ef81c
View code at this point
Browse repository at this point
fix a buch of flake8 errors
attwad
committed
9a88789
View commit details
Copy full SHA for 9a88789
View code at this point
Browse repository at this point
Commits on Nov 15, 2022
Fix mypy typing errors
ideoforms
committed
b65cf64
View commit details
Copy full SHA for b65cf64
View code at this point
Browse repository at this point
Commits on Aug 23, 2022
Add/fix these annotations
PeterJCLaw
committed
0badf76
View commit details
Copy full SHA for 0badf76
View code at this point
Browse repository at this point
Type the message builder
Show description for 84de837
PeterJCLaw
committed
84de837
View commit details
Copy full SHA for 84de837
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
implemented signed int64 support #21
cansik
committed
3bc9dd5
View commit details
Copy full SHA for 3bc9dd5
View code at this point
Browse repository at this point
Commits on Aug 3, 2019
Fix some issues with the first attempt
Stefan Ott
committed
a6f31c3
View commit details
Copy full SHA for a6f31c3
View code at this point
Browse repository at this point
Commits on Jul 30, 2019
Add support for sending NIL value
habersack
committed
5a01154
View commit details
Copy full SHA for 5a01154
View code at this point
Browse repository at this point
Commits on Dec 19, 2018
Add type annotation
DrLuke
committed
23d7d84
View commit details
Copy full SHA for 23d7d84
View code at this point
Browse repository at this point
Commits on Dec 14, 2018
Format code according to PEP8
DrLuke
committed
7d4b890
View commit details
Copy full SHA for 7d4b890
View code at this point
Browse repository at this point
Commits on Jun 8, 2018
Add 'd' 64-bit floating point number type tag
levaitamas
committed
bf9423b
View commit details
Copy full SHA for bf9423b
View code at this point
Browse repository at this point
Commits on Jun 2, 2018
Add 'm' 4-byte MIDI type tag
levaitamas
committed
83dc8d5
View commit details
Copy full SHA for 83dc8d5
View code at this point
Browse repository at this point
Commits on Apr 10, 2018
Correctly send booleans
Show description for 1763dc5
Yamakaky
committed
1763dc5
View commit details
Copy full SHA for 1763dc5
View code at this point
Browse repository at this point
Commits on Mar 22, 2018
Parse booleans after whatever gets evaluated to True or False
Show description for f8fd787
attwad
authored
f8fd787
View commit details
Copy full SHA for f8fd787
View code at this point
Browse repository at this point
Commits on Mar 18, 2018
Correctly set the message type for booleans
Show description for 944fc51
Yamakaky
authored
944fc51
View commit details
Copy full SHA for 944fc51
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
Address review comments and add tests
Emlyn Corrin
authored and
Emlyn Corrin
committed
bb64b41
View commit details
Copy full SHA for bb64b41
View code at this point
Browse repository at this point
Commits on Mar 9, 2017
Support Arrays
Emlyn Corrin
authored and
Emlyn Corrin
committed
7e521bc
View commit details
Copy full SHA for 7e521bc
View code at this point
Browse repository at this point
Commits on Dec 7, 2016
add r attribute as rgba
tyrm
committed
a68ffaf
View commit details
Copy full SHA for a68ffaf
View code at this point
Browse repository at this point
Commits on Nov 7, 2016
Change OscMessageBuilder.add_arg type inference to use isinstance instead of equality checks. Fix #36
Nagasaki45
committed
faf7946
View commit details
Copy full SHA for faf7946
View code at this point
Browse repository at this point
Fail OscMessageBuilder.add_arg if infered type is not supported
Nagasaki45
committed
ae85f78
View commit details
Copy full SHA for ae85f78
View code at this point
Browse repository at this point
Commits on Dec 20, 2015
Fix malformed packet when no arguments provided
Eugene Cherny
committed
b6c0de3
View commit details
Copy full SHA for b6c0de3
View code at this point
Browse repository at this point
Commits on May 19, 2014
__builtins__ is a dict in modules in py 2.x, use __builtin__ module.
almost
committed
b433dfd
View commit details
Copy full SHA for b433dfd
View code at this point
Browse repository at this point
Commits on Apr 13, 2014
adds ImportException catch so osc_message_builder works on python 2.x
ssfrr
committed
1ef54ee
View commit details
Copy full SHA for 1ef54ee
View code at this point
Browse repository at this point
Commits on Feb 28, 2014
Was adding extra bytes that were not needed in booleans
jnfbatista
committed
d06528e
View commit details
Copy full SHA for d06528e
View code at this point
Browse repository at this point
Added support for booleans.
jnfbatista
committed
4d11349
View commit details
Copy full SHA for 4d11349
View code at this point
Browse repository at this point
Commits on Feb 17, 2014
more coverage for osc message builder
attwad
committed
313e357
View commit details
Copy full SHA for 313e357
View code at this point
Browse repository at this point
Commits on Jul 29, 2013
ran flake8 over the whole repository and fixed all but indent warnings
attwad
committed
5fd00cf
View commit details
Copy full SHA for 5fd00cf
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL