-
Posts
15,253 -
Joined
Content Type
Profiles
Forums
Blogs
Gallery
Everything posted by TK.
-
MBSEQ works with 96 ppqn Best Regards, Thorsten.
-
How is the quality of the LCDs from Voti? Best Regards, Thorsten.
-
Lower voltages cannot damage the SID, only higher voltages. But this scenario shouldn't happen so long the voltage regulator was between the power supply and the SID. Best Regards, Thorsten.
-
This is not a feasible setup - MIDI is the main bottleneck here, because the transfer of a single MIDI event (e.g. CC) takes ca. 1 mS. This already limits the max. transfer rate for the waveform of a single LFO a lot. For a sine wave I would say that at least 16 sample points are required for adequate results (we are not talking about the Nyquist theorems here), this limits the max. frequency to 62.5 Hz. Once you've more than one LFO, the results won't be much enjoyable anymore... I think that this obsoletes the other questions... ;-) Best Regards, Thorsten.
-
No thanks, I'm not interested. To give you an impression: the definition and implementation of the MIDIbox FM software took me ca. 6 months, the statement "can really easy adapt it to OPL4" can only come from somebody who never did something like this by himself. Best Regards, Thorsten.
-
Hallo, kleiner Tip: teste die DINs erstmal mit der MIDIO128 applikation - hier sendet jeder Pin (Button) ein MIDI Event Gruss, Thorsten.
-
I cannot spend the effort to write such a documentation, but I'm always open for distributions from other users. Today it's possibly better to write a user manual for the C wrapper, since it's easier to use, code snippets can be easier exchanged (e.g. in seperate .c files), and people are able to realize more complex applications without much knowledge about the internals (especially about assembly language) Best Regards, Thorsten.
-
Hi, each DAC requires a dedicated software driver, not all DACs provide the same features like the MAX525 (e.g. serial interface and chaining capabilities), not all DACs are so well documented. Nothing is impossible, but the programming effort has to be made by yourself... Best Regards, Thorsten.
-
Yes, this can be handled by software - it means that the program has to react on each transition, and not only on a 1->0 signal change. In other words: each time the USER_DIN_NotifyToggle function is called, you know that the switch has been moved, with a latching switch you don't need to filter out 0->1 transitions Best Regards, Thorsten.
-
Hi, testing shouldn't be so difficult: SC and RC are the same signals for each module. You could disconnect the SI pin of the DINX1 module, and connect the SI pin of the DINX4 instead to the core in order to check if there is a general problem with the DINX4 Best Regards, Thorsten.
-
Hi Steve, it's possible to map physical inputs to the pin numbers which are used by the software, it requires a small modification within the USER_AIN_NotifyChange function. I don't remember the pot order of the old MB64 hardware, maybe just only one bit needs to be toggled - could you please tell me the order of the first 8 pots? Best Regards, Thorsten.
-
doesn't really make fun (at least from the implementation side...) Best Regards, Thorsten.
-
"Super Poly"for MBSID is still in the request queue... (and not cancled ;-) Best Regards, Thorsten.
-
Hi, some older 6581 get very hot, some other not - thats normal and not really an indication if the SID is still working or not. It could be, that there is a problem with your PSU. What is the voltage at J1? Is it AC or DC? Maybe it makes sense to check the polarity of the 7812 - if it's mounted at the wrong way, the voltage won't be stabilized. Best Regards, Thorsten.
-
Hi Ludo, the two software implemented envelopes don't provide a delay... or do you mean depth? There is only one "curve intensity" parameter for each envelope, and this feature can be assigned to attack/decay/release (in any combination) Best Regards, Thorsten.
-
Hi Iceberg, the MB64E bank consists of 128 MIDI parameter values and 64 digital button states. It's possible to use up to 64 analog inputs, they are just mapped into the upper MIDI parameter range (65..128) So, for a single LFO, just select "unmuxed" mode and "1 pot" in main.asm, in this case the LFO will control the 65th MIDI parameter of a bank The number of buttons won't be reduced (analog sources are NOT connected to the DIN module!) Best Regards, Thorsten.
-
Hallo, die LEDs kannst Du ueberpruefen, indem Du die Kathode (kurzes Beinchen) an Masse schliesst, und die Anode (langes Beinchen) ueber einen Widerstand (z.B 220 Ohm oder 1 kOhm) an +5V. Falls Du bei den LEDs die Polung vertauscht hast, ist das nicht weiter schlimm - sie gehen davon nicht kaputt. Nur schliesse sie niemals ohne Widerstand an, denn bei hoeheren Stroemen verabschieden sie sich sofort (ohne Vorwarnung) Wenn die Buttons ebenfalls nicht funktionieren, deutet das auf ein Problem mit den DIN/DOUT Modulen hin. Schaue Dir vor allem die Leiterfuehrung der SCLK und RCLK Signale an. Diese Leiterbahnen sind so dicht nebeneinander gefuehrt, dass da mal schnell ein Loetklumpen zu einem Kurzschluss fuehren kann. Also: am besten die DIN/DOUT visuell genaustens untersuchen. Alternativ mit einem Piepser (Multimeter) auf Kurzschluss pruefen - hierbei vorher alle ICs (auch den PIC) aus den Sockeln nehmen Gruss, Thorsten.
-
no, the MIDIbox Link port just only saves one optocoupler and some resistors if two core modules are connected directly. It works at TTL level (0V/5V). The common MIDI port is a current loop (0/20 mA), therefore higher distances can be realized. From the software point of view, the behaviour of both hardware solutions is identical Best Regards, Thorsten.
-
Yes, these are the layer buttons, which have another purpose in the Song menu Best Regards, Thorsten.
-
because the FM percussions of the OPL3 are very flexible, see also this picture: http://www.ucapps.de/midibox_fm/mbfm_drum_panel_pre1.gif If Windows only provides a single patch with some unoptimized settings, then you won't have much fun. Best Regards, Thorsten.
-
Hi, the answer can now be found in the Wiki: http://www.avishowtech.com/midibox/wiki/index.php/MIDIboxSIDFAQ#QA25 Best Regards, Thorsten.
-
I just have released v2.3a, which contains an important bugfix for MIDI clock slave mode. I noticed a so called "race condition" which happens when the MIDI clock master sends a Start and Clock event at the same moment. Don't know if somebody ever noticed this (this imperfection exists since v2.0), but when this happened, the sequencer was one clock behind the master. -> http://www.ucapps.de/mios/midibox_seq_v2_3a.zip Best Regards, Thorsten.
-
Kaum zu glauben, dass die Chips immer noch bei Dir herumliegen - immerhin sind sie 70 Cent billiger als bei Reichelt, und dann auch noch mit vorprogrammierten Bootstrap Loader -> kaufen! :-) Gruss, Thorsten.
-
Hi Johnc, beside of the most comfortable solution to buy two new PICs, you could try to do some measurings first. Which instruments do you own - analog meter, digital meter, scope? Which voltages do you read at following pins: RD7 - pin #30, LCD enable line - it should toggle very fast ca. 2 seconds after startup for ca. 500 mS, until MIOS notices that no LCD is connected RD4 - pin #27, port J14 - should be 0V, if you read another value, then it is very likely that the bootstrap loader hasn't been started Tx - pin #25, the MIDI Out pin - should be 5V, if not, the BSL hasn't been started Best Regards, Thorsten.
-
Perhaps you can use this chip with the serial port driver of Yamaha http://www.yamaha.co.uk/xg/html/software/s_serial.htm, so that no self-written driver is required Best Regards, Thorsten.
