akso
akso copied to clipboard
Embedded Modular Audio DSP Platform with Visual Patcher
- Ensure that compilation is as fast as theoretically possible. Do the minimum work possible for each patch. Make sure that the `make` call is actually parallelized. - Cache as...
Would it be possible to add a keyboard shortcut for add new objects? Perhaps Command/Control 1 or the + (plus for add) if it's not being used would be nice....
as described in https://forum.zrna.org/t/5v-cv-will-akso-be-good-in-modular-setups/103/43 CV output thru trs-config is reversed to what one would expect from the representation in the patcher: e.g. CV set to -5 - +5V: -64 ->...
If user changes focus while in the add object window, it closes. Could the box only close if the user adds an object or clicks the 'x' to close? Sometimes...
There are six ADC channels that should be relatively easy to add. Pins: C5, F6, F7, F8, F9, H4. Changes needed at least in `axoloti_board.c` and in the factory analog...
part of the make process uses sed on lines 98/99 of Makefile.patch (and other places) but windows does not have a native sed. So you get this, say by going...
this objects throws the following error: Generate code complete Compiling patch. /Users/lokki/Library/Akso/build/xpatch.cpp:4:10: fatal error: chibios/ext/fatfs/src/ff.h: No such file or directory #include "chibios/ext/fatfs/src/ff.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [/Users/lokki/Library/Akso/build/xpatch.o] Error 1...
hi there, this one is quite important: a table in a main-patch cannot be resolved in a sub-patch. axoloti uses the convention '../table' to resolve a table named 'table' located...
is throwing the following error: Compiling patch. /Users/lokki/Library/Akso/build/xpatch.cpp: In member function 'void rootc::instancescale_space_transport_space_tempo::instancetablestore__1::dsp(rootc::instancescale_space_transport_space_tempo*, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t&, int32_t&, int32_t&, int32_t&)': /Users/lokki/Library/Akso/build/xpatch.cpp:726:9: error: 'class rootc::instancescale_space_transport_space_tempo' has no member named...
card reader mode (selected from the board menu) gives me: java.io.FileNotFoundException: /Applications/Akso.app/Contents/Resources/firmware/mounter/mounter_build/mounter.sram1.bin (No such file or directory) java.io.FileNotFoundException: /Applications/Akso.app/Contents/Resources/firmware/mounter/mounter_build/mounter.sram1.bin (No such file or directory) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(FileInputStream.java:219) at...