Jump to content

peterpressure

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by peterpressure

  1. Would a first step be getting FreeRTOS working on an ARM11 proc? http://www.freertos.org/index.html?http://interactive.freertos.org/entries/449231-s3c6410-using-rvds-tool-chain
  2. Just saw some Asahi ADC/DAC in a synth I took apart and stumbled upon this thread... http://www.asahi-kasei.co.jp/akm/en/product/ak4384/ak4384.html http://www.akm.com/prodfolder-adc.asp?p=AK5358A
  3. Editing this post as I reverse engineer this midi piano... I have some extra parts from a cheap 88-key midi keyboard. The keyboard has been having some issues so I opened it up to see what is inside. It uses an "NXP LPC2101" mcu to transmit keyboard data via an SPI serial interface to an "NXP LPC2136" mcu then MIDI out. NXP LPC2101 mcu http://www.nxp.com/documents/data_sheet/LPC2101_02_03.pdf NXP LPC2136 mcu http://www.keil.com/dd/docs/datashts/philips/lpc2131_32_34_36_38.pdf
  4. This thread caught my attention. If an iOS/Android device (or whatever OS) can already send/receive midi & OSC data, what is the main purpose of needing USB host drivers for every OS? Is midi/osc not enough, what am I missing?
  5. Really cool stuff, I have to give you a lot of credit and some beer $$ :) I have always wanted to simplify the midi cabling between my equipment and it sounds like this is a way to at least run some # of midi devices over Ethernet to another MBHP core on the other end. I may have to add more midi ports to my core. I wonder how many midi ports it could handle at once before latency was an issue. Any plans for a WiFi MBHP core in the future? Does FreeRTOS have WiFi NIC dirver? :) Could you have made this any easier!!!
  6. Also, forgetting about DAW control. Can I use 2 MBHP cores to send midi data to and from each core over Ethernet? It appears since you support all the standard OSC arguments, this should just work! The OSC 1.0 spec defines a nonstandard 'm' type tag: m - 4 byte MIDI message. Bytes from MSB to LSB are: port id, status byte, data1, data2 I could see in one location having a midi keyboard/synth etc, and somewhere else I have a similar setup or a midi recorder, with an ethernet link between the 2 locations to Tx/Rx midi notes over ethernet and eventually wifi. Man am I excited!
  7. I ordered all of the pieces to assemble the MBHP CORE and I had some general questions about how I can utilize OSC over ethernet in my workflow. On one hand, I could attach my Midibox to a network and attach a wireless OSC hw device to a synth -> midi in and use the synth wirelessly? For DAWs, which support it natively now? Can you record OSC data like midi or do you need to use Osculator? Does MIOS32 have a standard set of commands that a DAW could support in the future? ref: http://www.ucapps.de/midibox_seq_manual_osc.html
×
×
  • Create New...