rothm.oves
What is available for download now is a small collection of the Max/MSP/Jitter externals I have worked on that have been tested enough for public release. Stay tuned for more objects to be released soon (including a new library for a frame based approach to working with FFT data in MSP and gen~).
Max
rm.floatlistconverter
Fixes bugged output from an mxj when using outletHigh(int outletIdx, java.lang.String message, float[] values) or outletHigh(int outletIdx, java.lang.String message, int[] values).
See my post about the bug on Cycling 74's forums for more info: http://cycling74.com/forums/topic.php?id=34998
mxj
rm.slice
The [rm.slice] object fills a call with start and endpoints for segments within a buffer~ based on when amplitude rises above a given threshold. This is a java implementation of Nao Tokui's [slice~] based on a Max implementation by Volker Böhm (see subpatcher below).
js
rm.numboxfix.js
Normally when typing a in a number box in Max, the number box retains focus after hitting enter (unlike Pd) and can be problematic in performance if the numbers on the keyboard are also mapped to handle other commans. This js provides a method for clearing focus on a number box when hitting enter or tab

