Jump to content

florian_lennon

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Everything posted by florian_lennon

  1. Do you think I am on the right way with this beginning: [tt]void MPROC_NotifyReceivedEvnt(unsigned char evnt0, unsigned char evnt1, unsigned char evnt2, unsigned char evnt3, unsigned char evnt4, unsigned char evnt5) __wparam { if(evnt0 == 0xF0 & evnt1 == 0x7F) //Only if SysEx & MMC { evnt1 = 0x51; //Conversion MMC to Fostex evnt2 = 0x7F; evnt3 = 0x11; if(evnt4 != 0x44) //NOT Goto-Message { switch(evnt4) { case 0x01: evnt4 = 0x12; //Stop case 0x02: evnt4 = 0x15; //Play case 0x04: evnt4 = 0x19; //FFW case 0x05: evnt4 = 0x1A; //REW } } else //Goto-Message { evnt3 = 0x12; evnt4 = 0x18; evnt5 = 0x42; MIOS_MIDI_TxBufferPut(evnt0); MIOS_MIDI_TxBufferPut(evnt1); MIOS_MIDI_TxBufferPut(evnt2); MIOS_MIDI_TxBufferPut(evnt3); MIOS_MIDI_TxBufferPut(evnt4); MIOS_MIDI_TxBufferPut(evnt5); }[/tt]
  2. Best would be the application. ;D i would be like the cc to nprn conversion, I think. what I want to do: for example, the sequencer sends a MMC play command [tt]F0 7F 7F 06 02 F7[/tt] and I want it have converted to a Fostex play command [tt]F0 51 7F 11 15 F7[/tt]
  3. Hi, I have a Fostex G16S Tape Recorder, wich is a quite nice machine, I think, but it has one big problem: it dosn't understand MMC command, only the old Fostex Sysex commands. The newest sequencer software I know that sends these is Logic 5, wich is obviously not the most up to date version. After days of searching on the net I managed to find the an implementation chart for the most basic Fostex commands and now I want to write an application, that reads MMC and outputs the Fostex commands to my G16S. I'd appreciate if someone could help me, as I'm not the toughest in writing C. Regards, Florian
  4. You mentioned a beta release of the midiboxsid, does that mean, that I can controll a sid and an aout module with the same core? that would be really cool for me. Flo
  5. Hi, I finally managed to get the AOUT-LC module stuffed by using the schematic. But I have got one more question: Where do I get the trigger or gate impulse from, it isn't in in the schematic and I want to control an analog synth. Flo
  6. Hi, I want to make a CV box, so I ordered a set from Mike's, but I am a little confused about how to stuff the module, because the PBC looks completely different than the one on the .gif Was there a change in the design and the new one isn't uploaded, yet? Flo
  7. Hi, do I need to have a LCD for each box or is it possible to control them with only one? Do I need to have a LCD for the CV-box at all? Flo
  8. Thanks a lot! ;) This walkthrough should be on top of the SID page, because I think, there are more people like me. btw, how does the interconnection test work? flo
  9. I have two core modules, two SID modules (1x6851, 1x8580). (I have a third, unbuilt 8580-set as well) Mike programmed the PICs for me and I don't have a display, so far. I'm using 8V DC for the core and 14V AC for the SID, supplied from the same toytrain-transformator (I tried it with a C64 PSU but got a loud buzzing noise, beside the 1kHz tone). I connected the audio out to one of my guitar amps and the MIDI in to a keyboard or to a USB interface. Metering the pins described in the documetation, I get the correct voltages. How do I test the core unit? Hope you can help me solve the problem, because two of the three synthies are for friends of mine. Flo
  10. Hi, I bulit myself a MIDIbox SID 6581 and for a friend a 8580, so I have two boxes for testing. Here is my problem: when I connect the boxes, all I can hear is a 1000 Hz tone (maybe 2000) and the box won't react to anything, be it a MIDI-keyboard or a patch from JsynthLib. Regards, Florian
×
×
  • Create New...