Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mus264/264-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: mus264/264-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Sep 14, 2015

  1. Copy the full SHA
    b1da9d0 View commit details
  2. Copy the full SHA
    b4dd8e4 View commit details
  3. Copy the full SHA
    d13c16d View commit details
  4. Copy the full SHA
    02a55b6 View commit details

Commits on Sep 15, 2015

  1. Copy the full SHA
    2bc39f9 View commit details
  2. Copy the full SHA
    b089bd2 View commit details
  3. Copy the full SHA
    9eae318 View commit details

Commits on Sep 20, 2015

  1. Corrected Credits note

    delucis committed Sep 20, 2015
    Copy the full SHA
    66ed52f View commit details

Commits on Sep 21, 2015

  1. Copy the full SHA
    47377cb View commit details
  2. Build MIDI Presets module

    delucis committed Sep 21, 2015
    Copy the full SHA
    6e12f33 View commit details
  3. Copy the full SHA
    86a6ef9 View commit details
  4. Copy the full SHA
    46ed636 View commit details
  5. Copy the full SHA
    d02b533 View commit details
  6. Copy the full SHA
    46b7be4 View commit details
  7. Copy the full SHA
    a1a219c View commit details
  8. Copy the full SHA
    06dd094 View commit details
  9. Copy the full SHA
    afaf68e View commit details
  10. Copy the full SHA
    5220260 View commit details
  11. Copy the full SHA
    e25a94f View commit details
  12. Copy the full SHA
    b9b740e View commit details
  13. Copy the full SHA
    ee80ffd View commit details

Commits on Sep 22, 2015

  1. Copy the full SHA
    95b398e View commit details
  2. Copy the full SHA
    23dee50 View commit details
  3. Copy the full SHA
    79937c5 View commit details
  4. Create Week 3 subpatch in 264 Tools Overview

    Demonstrates 264.envelope~
    delucis committed Sep 22, 2015
    Copy the full SHA
    b0cd497 View commit details
  5. Copy the full SHA
    1cec18a View commit details
  6. Copy the full SHA
    cdcf55d View commit details
  7. Improve package install alert

    delucis committed Sep 22, 2015
    Copy the full SHA
    da80dff View commit details
  8. Tweak envelope UI for Max 7

    delucis committed Sep 22, 2015
    Copy the full SHA
    f4bfb16 View commit details
  9. Fix Week 3 typo

    delucis committed Sep 22, 2015
    Copy the full SHA
    41c55e0 View commit details
  10. Copy the full SHA
    4dad53a View commit details
  11. Copy the full SHA
    29b393c View commit details
  12. Copy the full SHA
    ef3da7f View commit details

Commits on Sep 23, 2015

  1. Remove verbose message from munger~

    Verbose incompatible with munger~
    delucis committed Sep 23, 2015
    Copy the full SHA
    1bc884d View commit details
  2. Copy the full SHA
    420f0ca View commit details
  3. Copy the full SHA
    e1197e0 View commit details
  4. Copy the full SHA
    9456e6a View commit details
  5. Copy the full SHA
    74b8d86 View commit details

Commits on Sep 24, 2015

  1. Copy the full SHA
    c37f40c View commit details
  2. Add supporting materials for package

    Basic docs, init, interfaces
    delucis committed Sep 24, 2015
    Copy the full SHA
    8f1e1c0 View commit details
  3. Copy the full SHA
    7839ccc View commit details
  4. Copy the full SHA
    31875e2 View commit details
  5. Fix naming conflict

    delucis committed Sep 24, 2015
    Copy the full SHA
    bf8a60b View commit details
  6. Copy the full SHA
    e907e1d View commit details
  7. Copy the full SHA
    f1caefe View commit details
  8. Copy the full SHA
    65f427a View commit details
  9. Copy the full SHA
    6ac70a3 View commit details
  10. Store overview extra preset

    delucis committed Sep 24, 2015
    Copy the full SHA
    57b299c View commit details
  11. Copy the full SHA
    2cde52c View commit details
  12. Rename init & interfaces

    delucis committed Sep 24, 2015
    Copy the full SHA
    e99d867 View commit details
Showing with 204,629 additions and 8,702 deletions.
  1. +26 −0 .eslintrc.js
  2. +2 −0 .gitignore
  3. +439 −0 CHANGELOG.md
  4. +73 −14 README.md
  5. +712 −0 code/264.brightness-gen~.gendsp
  6. +5 −0 collections/264-tools-Analysis.maxcoll
  7. +5 −0 collections/264-tools-Control.maxcoll
  8. +5 −0 collections/264-tools-Processing.maxcoll
  9. +5 −0 collections/264-tools-Soundfiles.maxcoll
  10. +5 −0 collections/264-tools-Utility.maxcoll
  11. +569 −0 docs/_c74_common.css
  12. +26 −0 docs/_c74_common.xml
  13. +748 −0 docs/_c74_common.xsl
  14. +41 −0 docs/_c74_compat.html
  15. +34 −0 docs/_c74_platform.xsl
  16. +100 −0 docs/refpages/264-ref/264.audio-presets.maxref.xml
  17. +53 −0 docs/refpages/264-ref/264.audiotest~.maxref.xml
  18. +121 −0 docs/refpages/264-ref/264.delay~.maxref.xml
  19. +113 −0 docs/refpages/264-ref/264.envelope~.maxref.xml
  20. +113 −0 docs/refpages/264-ref/264.filter~.maxref.xml
  21. +105 −0 docs/refpages/264-ref/264.freeze~.maxref.xml
  22. +91 −0 docs/refpages/264-ref/264.fullscreen.maxref.xml
  23. +91 −0 docs/refpages/264-ref/264.gate~.maxref.xml
  24. +73 −0 docs/refpages/264-ref/264.go!.maxref.xml
  25. +164 −0 docs/refpages/264-ref/264.grains~.maxref.xml
  26. +99 −0 docs/refpages/264-ref/264.key-learn.maxref.xml
  27. +72 −0 docs/refpages/264-ref/264.limit~.maxref.xml
  28. +263 −0 docs/refpages/264-ref/264.line.maxref.xml
  29. +110 −0 docs/refpages/264-ref/264.lockstatus.maxref.xml
  30. +177 −0 docs/refpages/264-ref/264.loop~.maxref.xml
  31. +82 −0 docs/refpages/264-ref/264.midi-learn.maxref.xml
  32. +89 −0 docs/refpages/264-ref/264.midi-presets.maxref.xml
  33. +135 −0 docs/refpages/264-ref/264.pitchtrack~.maxref.xml
  34. +121 −0 docs/refpages/264-ref/264.reverb~.maxref.xml
  35. +105 −0 docs/refpages/264-ref/264.ringmod~.maxref.xml
  36. +242 −0 docs/refpages/264-ref/264.sfplay~.maxref.xml
  37. +99 −0 docs/refpages/264-ref/264.sfrecord~.maxref.xml
  38. +104 −0 docs/refpages/264-ref/264.tog.maxref.xml
  39. +89 −0 docs/refpages/264-ref/264.transpose~.maxref.xml
  40. +117 −0 docs/refpages/264-ref/264.trigger~.maxref.xml
  41. +5 −0 docs/refpages/264-ref/_c74_contents.xml
  42. +28 −0 docs/refpages/264-ref/_c74_ref.xsl
  43. +964 −0 docs/refpages/_c74_ref_common.xsl
  44. +26 −0 docs/refpages/_c74_ref_modules.xml
  45. +0 −586 examples/overview.maxpat
  46. BIN externals/disis_munger~.mxe
  47. +0 −26 externals/disis_munger~.mxo/Contents/Info.plist
  48. BIN externals/disis_munger~.mxo/Contents/MacOS/disis_munger~
  49. +0 −1 externals/disis_munger~.mxo/Contents/PkgInfo
  50. BIN externals/disis_munger~.mxo/Contents/Resources/English.lproj/InfoPlist.strings
  51. BIN externals/karma~.mxe
  52. BIN externals/karma~.mxe64
  53. +42 −0 externals/karma~.mxo/Contents/Info.plist
  54. BIN externals/karma~.mxo/Contents/MacOS/karma~
  55. +1 −0 externals/karma~.mxo/Contents/PkgInfo
  56. BIN externals/munger~.mxe
  57. BIN externals/munger~.mxe64
  58. +42 −0 externals/munger~.mxo/Contents/Info.plist
  59. BIN externals/munger~.mxo/Contents/MacOS/munger~
  60. +1 −0 externals/munger~.mxo/Contents/PkgInfo
  61. +69 −0 externals/munger~.mxo/Contents/Resources/maxmspsdk.xcconfig
  62. BIN externals/sigmund~.mxe
  63. BIN externals/sigmund~.mxe64
  64. +42 −0 externals/sigmund~.mxo/Contents/Info.plist
  65. BIN externals/sigmund~.mxo/Contents/MacOS/sigmund~
  66. +1 −0 externals/sigmund~.mxo/Contents/PkgInfo
  67. +79 −0 externals/sigmund~.mxo/Contents/Resources/maxmspsdk.xcconfig
  68. +0 −2,160 extras/264 Tools Overview.maxpat
  69. +1,731 −0 extras/264 Tools/264 Tools Overview.maxpat
  70. +111 −0 extras/264 Tools/Check for Updates.maxpat
  71. +3,608 −0 extras/264 Tools/Module Finder.maxpat
  72. +575 −0 extras/264 Tools/Weekly Intros/02 - 264.grains~.maxpat
  73. +856 −0 extras/264 Tools/Weekly Intros/03 - 264.envelope~, 264.midi-presets.maxpat
  74. +967 −0 extras/264 Tools/Weekly Intros/04 - 264.ringmod~, 264.reverb~.maxpat
  75. +756 −0 extras/264 Tools/Weekly Intros/05 - 264.pitchtrack~, 264.transpose~.maxpat
  76. +1,019 −0 extras/264 Tools/Weekly Intros/06 - 264.trigger~, 264.freeze~, 264.audiotest.maxpat
  77. +361 −0 extras/264 Tools/Weekly Intros/07 - 264.sfplay~.maxpat
  78. +999 −0 extras/264 Tools/Weekly Intros/08 - 264.sfrecord~, 264.audio-presets.maxpat
  79. +2,382 −0 extras/264 Tools/Weekly Intros/11 - 264.loop~, 264.limit~.maxpat
  80. +89 −0 extras/264 Tools/Weekly Intros/audio-presets/264extra-pitchtracking-264ptog.json
  81. +89 −0 extras/264 Tools/Weekly Intros/audio-presets/264extra-pshift-264ptog.json
  82. +119 −0 extras/264 Tools/Weekly Intros/audio-presets/ap-demo-delay-264del~.json
  83. +89 −0 extras/264 Tools/Weekly Intros/audio-presets/ap-demo-delay-264ptog.json
  84. +159 −0 extras/264 Tools/Weekly Intros/audio-presets/ap-demo-grains-264grains~.json
  85. +89 −0 extras/264 Tools/Weekly Intros/audio-presets/ap-demo-grains-264ptog.json
  86. +89 −0 extras/264 Tools/Weekly Intros/audio-presets/ap-demo-transpose-264ptog.json
  87. +89 −0 extras/264 Tools/Weekly Intros/audio-presets/ap-demo-transpose-264trans~.json
  88. +89 −0 extras/264 Tools/Weekly Intros/audio-presets/overview-envfol-264ptog.json
  89. +89 −0 extras/264 Tools/Weekly Intros/audio-presets/overview-filter-264ptog.json
  90. +89 −0 extras/264 Tools/Weekly Intros/audio-presets/overview-freeze-264ptog.json
  91. +89 −0 extras/264 Tools/Weekly Intros/audio-presets/overview-grains-264ptog.json
  92. +89 −0 extras/264 Tools/Weekly Intros/audio-presets/overview-home-delays-264ptog.json
  93. +89 −0 extras/264 Tools/Weekly Intros/audio-presets/overview-reverb-ex-264ptog.json
  94. +89 −0 extras/264 Tools/Weekly Intros/audio-presets/overview-ringmod-264ptog.json
  95. +89 −0 extras/264 Tools/Weekly Intros/audio-presets/overview-trigger-264ptog.json
  96. +89 −0 extras/264 Tools/Weekly Intros/audio-presets/week3-filter-264ptog.json
  97. +18 −0 extras/264 Tools/Weekly Intros/midi-presets/overview-envfol-env-gain-264ml.json
  98. +18 −0 extras/264 Tools/Weekly Intros/midi-presets/overview-envfol-env-sharpness-264ml.json
  99. +18 −0 extras/264 Tools/Weekly Intros/midi-presets/week3-filter-fltr-Q-264ml.json
  100. +18 −0 extras/264 Tools/Weekly Intros/midi-presets/week3-filter-fltr-frequency-264ml.json
  101. BIN extras/264 Tools/Weekly Intros/soundfiles/264-rainstick.aif
  102. BIN extras/264 Tools/soundfiles/264-rainstick.aif
  103. +731 −0 help/264.audio-presets.maxhelp
  104. +267 −0 help/264.audiotest~.maxhelp
  105. +340 −0 help/264.delay~.maxhelp
  106. +563 −0 help/264.envelope~.maxhelp
  107. +467 −0 help/264.filter~.maxhelp
  108. +558 −0 help/264.freeze~.maxhelp
  109. +264 −0 help/264.fullscreen.maxhelp
  110. +466 −0 help/264.gate~.maxhelp
  111. +319 −0 help/264.go!.maxhelp
  112. +537 −0 help/264.grains~.maxhelp
  113. +1,576 −0 help/264.key-learn.maxhelp
  114. +975 −0 help/264.limit~.maxhelp
  115. +1,622 −0 help/264.line.maxhelp
  116. +550 −0 help/264.lockstatus.maxhelp
  117. +1,616 −0 help/264.loop~.maxhelp
  118. +355 −0 help/264.midi-learn.maxhelp
  119. +541 −0 help/264.midi-presets.maxhelp
  120. +1,122 −0 help/264.pitchtrack~.maxhelp
  121. +540 −0 help/264.reverb~.maxhelp
  122. +795 −0 help/264.ringmod~.maxhelp
  123. +1,739 −0 help/264.sfplay~.maxhelp
  124. +838 −0 help/264.sfrecord~.maxhelp
  125. +320 −0 help/264.tog.maxhelp
  126. +816 −0 help/264.transpose~.maxhelp
  127. +493 −0 help/264.trigger~.maxhelp
  128. +119 −0 help/audio-presets/264-help-ap-delay-264del~.json
  129. +89 −0 help/audio-presets/264-help-ap-delay-264ptog.json
  130. +159 −0 help/audio-presets/264-help-ap-grains-264grains~.json
  131. +89 −0 help/audio-presets/264-help-ap-grains-264ptog.json
  132. +89 −0 help/audio-presets/264-help-ap-transpose-264ptog.json
  133. +89 −0 help/audio-presets/264-help-ap-transpose-264trans~.json
  134. +89 −0 help/audio-presets/264-line-help-presets-ex-264line-editor.json
  135. +99 −0 help/audio-presets/264-line-help-presets-ex-264line.json
  136. +89 −0 help/audio-presets/264-line-help-presets-ex-264ptog.json
  137. +73 −0 help/audio-presets/help-sfplay-ex-2-264ptog.json
  138. +73 −0 help/audio-presets/help-sfplay-ex-264ptog.json
  139. +73 −0 help/audio-presets/help-sfplay-presets-ex-264ptog.json
  140. +121 −0 help/audio-presets/help-sfplay-presets-ex-264sfp.json
  141. +0 −2,737 help/disis_munger~.maxhelp
  142. +42,820 −0 help/karma~.maxhelp
  143. +53 −0 help/midi-presets/264-help-kl-disabling-1-264kl.json
  144. +53 −0 help/midi-presets/264-help-kl-disabling-2-264kl.json
  145. +53 −0 help/midi-presets/264-help-kl-mover-D-264kl.json
  146. +53 −0 help/midi-presets/264-help-kl-mover-L-264kl.json
  147. +53 −0 help/midi-presets/264-help-kl-mover-R-264kl.json
  148. +53 −0 help/midi-presets/264-help-kl-mover-U-264kl.json
  149. +53 −0 help/midi-presets/264-help-kl-toggle-mode-264kl.json
  150. +45 −0 help/midi-presets/midi-presets-help-tog-tog-264ml.json
  151. +2,431 −0 help/munger~.maxhelp
  152. +11,732 −0 help/sigmund~.maxhelp
  153. BIN help/soundfiles/264-rainstick.aif
  154. BIN icon.png
  155. +24 −0 init/264-Tools-objectlist.txt
  156. +170 −0 interfaces/264-Tools-obj-qlookup.json
  157. +95 −0 javascript/264.fs.js
  158. +47 −0 javascript/264.fullscreen-parent.js
  159. +89 −0 javascript/264.helptext.js
  160. +39 −0 javascript/264.parent-lock-status.js
  161. +72 −0 javascript/264.resize.js
  162. +142 −0 javascript/264.simplify-line.js
  163. +878 −0 javascript/264.update-check.js
  164. +58 −0 javascript/set-patch-path.js
  165. BIN media/{hamming1.aiff → 264.hamming1.aiff}
  166. BIN media/264.ui-close.png
  167. BIN media/264.ui-copy.png
  168. BIN media/264.ui-hand-cursor-down.png
  169. BIN media/264.ui-hand-cursor-up.png
  170. BIN media/264.ui-locked.png
  171. BIN media/264.ui-loop.png
  172. BIN media/264.ui-mouse-pointer.png
  173. BIN media/264.ui-move.png
  174. BIN media/264.ui-new-burst.png
  175. BIN media/264.ui-paste.png
  176. BIN media/264.ui-pause.png
  177. BIN media/264.ui-pencil-cursor.png
  178. BIN media/264.ui-pencil.png
  179. BIN media/264.ui-play.png
  180. BIN media/264.ui-plus.png
  181. BIN media/264.ui-question.png
  182. BIN media/264.ui-record.png
  183. BIN media/264.ui-redo.png
  184. BIN media/264.ui-settings.png
  185. BIN media/264.ui-stop.png
  186. BIN media/264.ui-undo.png
  187. BIN media/264.ui-unlocked.png
  188. +36 −17 package-info.json
  189. +3,178 −0 patchers/264.audio-presets.maxpat
  190. +1,676 −0 patchers/264.audiotest~.maxpat
  191. +119 −0 patchers/264.brightness-pfft~.maxpat
  192. +1,821 −0 patchers/264.brightness~.maxpat
  193. +8 −4 patchers/264.delay-poly~.maxpat
  194. +119 −66 patchers/264.delay~.maxpat
  195. +2,901 −0 patchers/264.envelope~.maxpat
  196. +358 −29 patchers/264.filter~.maxpat
  197. +1,068 −0 patchers/264.freeze-pfft~.maxpat
  198. +1,517 −0 patchers/264.freeze~.maxpat
  199. +938 −0 patchers/264.fs.maxpat
  200. +377 −0 patchers/264.fullscreen.maxpat
  201. +1,911 −0 patchers/264.gate~.maxpat
  202. +62 −5 patchers/264.go!.maxpat
  203. +625 −134 patchers/264.grains~.maxpat
  204. +2,444 −0 patchers/264.key-learn.maxpat
  205. +626 −0 patchers/264.limit~.maxpat
  206. +22,353 −0 patchers/264.line.maxpat
  207. +686 −0 patchers/264.lockstatus.maxpat
  208. +13,110 −0 patchers/264.loop~.maxpat
  209. +382 −91 patchers/264.midi-learn.maxpat
  210. +2,777 −0 patchers/264.midi-presets.maxpat
  211. +2,620 −157 patchers/264.pattr-control.maxpat
  212. +0 −940 patchers/264.pattr-read-write.maxpat
  213. +3,515 −0 patchers/264.pitchtrack~.maxpat
  214. +503 −0 patchers/264.preset-toggle.maxpat
  215. +7,914 −0 patchers/264.reverb-poly~.maxpat
  216. +2,664 −0 patchers/264.reverb~.maxpat
  217. +2,279 −0 patchers/264.ringmod~.maxpat
  218. +12,798 −1,731 patchers/264.sfplay~.maxpat
  219. +4,967 −0 patchers/264.sfrecord~.maxpat
  220. +45 −4 patchers/264.tog.maxpat
  221. +177 −0 patchers/264.transpose-pfft~.maxpat
  222. +914 −0 patchers/264.transpose~.maxpat
  223. +3,324 −0 patchers/264.trigger~.maxpat
  224. +110 −0 snippets/264.audio-presets.maxsnip
  225. +97 −0 snippets/264.audiotest~.maxsnip
  226. +47 −0 snippets/264.delay~.maxsnip
  227. +118 −0 snippets/264.envelope~.maxsnip
  228. +127 −0 snippets/264.filter~.maxsnip
  229. +132 −0 snippets/264.freeze~.maxsnip
  230. +96 −0 snippets/264.fullscreen.maxsnip
  231. +118 −0 snippets/264.gate~.maxsnip
  232. +111 −0 snippets/264.go!.maxsnip
  233. +133 −0 snippets/264.grains~.maxsnip
  234. +113 −0 snippets/264.key-learn.maxsnip
  235. +98 −0 snippets/264.limit~.maxsnip
  236. +225 −0 snippets/264.line.maxsnip
  237. +103 −0 snippets/264.lockstatus.maxsnip
  238. +173 −0 snippets/264.loop~.maxsnip
  239. +112 −0 snippets/264.midi-learn.maxsnip
  240. +110 −0 snippets/264.midi-presets.maxsnip
  241. +133 −0 snippets/264.pitchtrack~.maxsnip
  242. +134 −0 snippets/264.reverb~.maxsnip
  243. +126 −0 snippets/264.ringmod~.maxsnip
  244. +47 −0 snippets/264.sfplay~.maxsnip
  245. +127 −0 snippets/264.sfrecord~.maxsnip
  246. +119 −0 snippets/264.tog.maxsnip
  247. +125 −0 snippets/264.transpose~.maxsnip
  248. +127 −0 snippets/264.trigger~.maxsnip
  249. BIN source/icon-source.png
  250. BIN source/modules-screenshot.png
  251. +209 −0 source/parameter-catalogue.yml
  252. BIN source/sprite-sources-2.png
  253. BIN source/sprite-sources.png
26 changes: 26 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
module.exports = {
extends: 'eslint:recommended',
parserOptions: {
ecmaVersion: 3
},
globals: {
arrayfromargs: false,
autowatch: true,
Dict: false,
error: false,
File: false,
inlets: true,
jsarguments: false,
post: false,
postprops: false,
max: false,
messagename: false,
mgraphics: false,
outlet: false,
outlets: true,
Task: false,
setinletassist: false,
setoutletassist: false,
XMLHttpRequest: false
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/patchers/midi-presets
/examples/midi-presets
Loading