Skip to content

Commit

Permalink
update minimum Max version to 8.5.7 -- 8.6.0 not yet supported
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsteccato committed Feb 10, 2024
1 parent 17576f2 commit fe2ee84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 klaus filip & contributers
Copyright (c) 2024 klaus filip & contributers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ppooll

note -- ppooll is not yet supported on Max 8.6.0, please use 8.5.7
https://cycling74.com/releases/max/8.5.7

## about
ppooll is a audio and visual networking system created from Max/MSP and Jitter patches.
ppooll itself is an architecturally refined version of the earlier software lloopp.
Expand All @@ -13,7 +16,7 @@ authors: klaus filip, c. hausch, noid, taku unami, joe steccato, elin, paulo rap
contains additional code by adrian freed (CNMAT), Bertrand Fraysse, bill orcutt, CRFMW, Cycling'74, Ernest Meyer, jasch, Jean-François Charles, jhno, miller puckette, nicolaj kirisits, nathan wolek, olaf matthes, PeRColate, peter elsea, RTC, thomas grill, ted appel, tristan jehan, uhito kiyosue, ville pulkki, volker böhm

## requirements
1. Max >=8.5 (https://cycling74.com/products/max)
1. Max >= 8.5.7 (https://cycling74.com/products/max)
2. additional Max Packages (download via [Max Package Manager](https://docs.cycling74.com/max8/vignettes/package_manager)):

| package | act(s) |
Expand Down
2 changes: 1 addition & 1 deletion package-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"extends": "",
"extensible": 1,
"homepatcher": "ppooll_host.maxpat",
"max_version_max": "none",
"max_version_max": "8.5.7",
"max_version_min": "8",
"name": "ppooll",
"os": {
Expand Down

0 comments on commit fe2ee84

Please sign in to comment.