Jump to content

ytsestef

Members
  • Posts

    115
  • Joined

  • Last visited

About ytsestef

  • Birthday 05/30/1984

Profile Information

  • Gender
    Male
  • Location
    Greece

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ytsestef's Achievements

MIDIbox Addict

MIDIbox Addict (2/4)

0

Reputation

  1. Thanks for the info! I'm just getting started on the project, still learning the NG platform. There is a transpose parameter in EVENT_KB event, so I thought it would be possible in some way, with all the scripting capabilities of the software and whatnot: kb_transpose=<-128..127> Anyway, I could always just send a MIDI CC with the octave shift buttons and let the host software do the transpose.
  2. I hear MIDIBox_NG is 10x slower in scanning the keyboard matrix than MIDIBox_KB. Is this ONLY due to the amount input scanning? If I upload MIDIBox_NG and edit the configuration file so that only 2 in/out shift registers are used, will it match the speed of MIDIBox_KB? I want to build a controller w/ 61-key Fatar keyboard (I've already built it and it works - mostly; more on that later) but I also want to use only a couple of buttons and LEDs (octave up/down keys with indicators etc) in addition to the keyboard. If I chain another DIO_MATRIX module and build a second matrix for LEDs/buttons, then configure MIDIBox_NG to use only 4 in/out shift registers will I achieve something between the performance of MIDIBox_KB and MIDIBox_NG? I don't want to add a second CORE_STM32F4 module just for a couple of buttons and LEDs, but I am not feeling great with the ~3ms scan time of MIDIBox_NG (I also didn't like the quantization in velocity values; 50-1000 "delay value" is a much more detailed range than 5-100, the latter isn't enough, not even for the full 8-bit range of 128 values that MIDI supports (at least not without using velocity mapping - unless I am doing something wrong) EDIT: read some of the .NCG configuration examples of the documentation, the answer is right there: however, delay values are still in the same range, although I'm now able to get less "stepped" velocity values
  3. Even a board for multiple FPGA chips would be cool I wonder if they sound so close I would fail in a blind test and also if they are capable to do the pseudo-sampling thing, would be really sweet given the power of STM32F4 A MIOS32 port of MBSID could also enable sampling features even on real SID chips!
  4. Does this mod work on the original CORE_8_Module (non-MB6582 version) too? I am talking about SIDV2 usage, not another MIDIBox project. Are the hex upload and the bridges still required?
  5. For the Stereo problem, you need to do this: http://ucapps.de/mbhp/mbhp_4xsid_c64_psu_optimized.pdf Bear in mind that (at least on smashTV's PCBs), on the SID Module, only the 4 pins of each row of the J2 are used, yet it is a 5x2 header, so, it's not the outer (last) wire of the ribbon that has to be cut and connected to J14 of the Core Module, but the third from last ;)
  6. Yeap, I wanted to tell you, I think the LEDs are too close to the pots, the skirts of the knobs may be partially covering them. Also, wouldn't you like the labeling a little more symmetrical? Maybe LFO,FILTER,ENVELOPE and OSCILLATOR should be a little smaller and rotated 90 degrees CCW, then placed next to each section?
  7. Beautiful! What are the feedback 1..4 knobs? SID feedback or some kind of filter feedback?
  8. Thanks! If I fix it I could use it on my MBFM :)
  9. I tried with the Steiner first, it is quite noisy, it is not so steep (I think it is 12 or 18db/oct), and it doesn't offer CV input for resonance (cutoff only).
  10. You would need -12V to power both the SSM and the AOUT module (at least that's the case for AOUT_LC), so, the C64 PSU isn't really suitable. You can buy the Meanwell which is also very lightweight. When using seppoman's PCB, the filters can be switched on and off via a relay (EXT menu -> SW# depending on which pin of the J5 the SSM2044 bypass pin is connected). This will work only if you have made the appropriate changes in setup*.asm for the J5 configuration and prohibits the use of J5 as DOUT for LEDs or as analog input. The frequency and resonance can be changed in the EXT menu, again, under A#1, A#2 etc, but you can also enable the F2A function on the ensemble menu (EXT submenu) which forwards the SID Cutoff and Resonance values to the analog outputs, therefore you can control the SSM exactly as if you were controlling the SID filter. As you may have already realized, this has some drawbacks if you want to be able to switch between the SID and the SSM filters. When you have enabled F2A you need to be sure to disable the SID filter, plus the two filters have different calibration values if you're using a 8580, so you need to have two different ensembles, one for use with patches made for the SID filter and one for the SSM. This brings extra headaches into the game, because you can have only one ensemble bank (if any - depending on whether you're using multiple banksticks or just one), and you don't want to limit your synth's capacity to 128 sounds, so you have to remember which sound uses the SID and which one uses the SSM and switch between ensembles on each patch change. That said, if you are willing to make some sacrifices in usability and cutoff resolution, you could calibrate the AOUT and the SSM boards to give full sweep range between 000..800 hex values, and with a little more switching, you can use both filters alternatively or even at the same time in series, introducing more original effects (with different resonance/cutoff values or even different routing and mode on the SID filter). Unfortunately, until the firmware supports filter switching/calibration save in the patch, I can't take that route because I'm using the synth a lot in live performances, I don't have time lurking in the menus while I play. :) I think SSM2044 is only 4-pole, low pass. What's more, seppoman's board utilizes two SSMs, so you can have a stereo configuration quite easily, without limiting your synth to mono. All it takes is an extra chip and some caps/resistors/trimmers. http://www.midibox.org/dokuwiki/doku.php?id=ssm2044_pcb
  11. I am very satisfied with how my MBSID runs on this PSU. I could have another one for my upcoming FM synth :)
  12. Good Luck! Just so you know, remapping the register pins is very easy. :)
  13. I solved it! I'm so happy, after weeks of headaches! The Keyboard Controller had a midi volume control pot (actually slider) and I had it thrown away. But I forgot to tie the input to the ground. As soon as I put the slider back in and turned it all the way up, the problem disappeared. :D Thanks everyone for your help!
  14. Found it, guys. It was the bridge. On mike's PCBs, there is a bridge for the last pin of the last Shift Register that should be soldered underneath the PCB. It had come off and the SR voltage never reached the resistor. I soldered it again and all is good :) Thanks
×
×
  • Create New...