The ACSim-Files contained in the Sensorizer zip file are probably newer than those on the wiki; if you got too much to do, I’d also be happy if you send me your adapted files and I can merge them and update the wiki (though I won’t be able to do this this week, 'cause my 2DO looks probably similar than yours ;D )
Cheers,
Michael
Hey Michael,
I’ll hold onto mine for a bit.. I’ll probably add a bit more to the simulator as I’m using it.
so what’s up with this project ? i am also interested, and really really interested to know how you record midi. I would like to develop a midi recorder. i have already some idea of the algorithm based on clockbox if it can help a little.
Yeh, bump! I liked this idea, I hope it’s still cruising along. No rush of course, I’m many things but not a hypocrite If I can help please let me know.
julien: If you want to record the data you save it to memory as it is received. You use the clock to run a counter, which you can use to address the memory. There are lots of caveats, that’s a very simplified description
yes that is the idea i had. i have the schematic of an algorithm, based on clockbox with an independant RTC (rec time counter) driven by the clockbox. the problem i had was the buffers (Rx >> bufferA>>bufferB>> bankstick) and the arrays used. i did it with a superchampion of programmation (i am pure newbee, but understand fast). let me know if interested
this is a C++ project that compiles only on Linux/Unix (OSS/Alsa) and Acorn RISC OS.
You cannot use C++ for SDCC/MIOS. As the PIC is really just a small device, this requires a really optimized strategy when it comes to buffering stuff…
I’m not so sure about the hijacking: if you’re talking about a MIDI-recorder that outputs a MIDI file format, I’d say this is quite different from what th0mas is trying to do - (you could have a look at the MIDI Recorder with MMC/SD-Card instead, it’s german, but you may translate it with google or babelfish to get the basic stuff)
or if you’re just searching for an application to store and replay sequences and do not want to wait for the completion of this project: have you checked out the MBSeq ?
f you’re just searching for an application to store and replay sequences and do not want to wait for the completion of this project: have you checked out the MBSeq ?
that’s exactly what i want. but i made a midibox seq v2.4 (finished 2 days ago) and it is not the device i want (ok i won’t throw it to the trash, i use it to create drumloops with my drumstation ;)).
What i want is a sort of Hardware Ableton live : 64 sequences accessibles by a 8x8 array, and 8 sequences can run together. support for midi file and mmc would be a plus.