Jump to content

Janis1279

Members
  • Posts

    287
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Janis1279

  1. Hi,

     

     I have some changes in my MBSID a custom build CS part - have an additional button for ARPegio ON/OFF function 

    
    
    DIN_ENTRY CS_MENU_BUTTON_Arp, 16+1, 4 ; **new** Arp button (Janis custom CS)

    It's workinkg fine .

     

    For better viewing the state - ARP ON/OFF I prefer to switch accordingly ON/OFF a led.

     

    I think is enough to make changes in two files, maybe:

     

    1. cs_menu_leds.inc

    ....

    bsf TMP...,...

     

    2. setup_mb6582.asm

    DOUT_ENTRY TMP...,..., 16+...,... ;; SR#, Pin# numbers are custom,have spare places for leds

     

     

    May be some of programmers can help to define an ARP led.

     

    Regards,

    Janis

  2. C:\MIDIbox>cd midibox_sid_v2_043
    
    C:\MIDIbox\midibox_sid_v2_043>cd midibox_sid_v2_043
    
    C:\MIDIbox\midibox_sid_v2_043\midibox_sid_v2_043>make
    rm -rf *.cod *.lst *.err
    rm -rf *.hex
    gpasm  -p p18f4685  -I./src -I ./include/asm -I ./include/share -I ./modules/j5_
    io  -I ./modules/aout   setup_6581.asm
    src/main.inc:25:Warning [209] Missing quote.
    src/main.inc:25:Error [103] syntax error
    ./include/asm\macros.h:188:Error [113] Symbol not previously defined (MBSID_VERS
    ION_STR).
    make: *** [setup_6581.hex] Error 1
    
    C:\MIDIbox\midibox_sid_v2_043\midibox_sid_v2_043>

    Hi,

     

     I got a mistake to tried to compile unzipped MBsid source file without any changes in it before.

     

    Another midibox sorce files compiled  without mistakes.

     

    I have a custom MBsid CS part.

     

    Regards,

    Janis

     

     

  3. Hi,

     

    I do not know about your pcb sources. 

     

    - I remember, on the Core board from Mike, I soldered 2 additional isolated wires for communication purposes,

    an additional cable between the CLK input of the SID and Core::J7:SO/PIC Pin #17 at least.

     

    http://ucapps.de/mbhp/mbhp_core_v3.gif

     

    - You need to recheck the connection cable between the Core module and the Sid module, too

     

    http://ucapps.de/mbhp/mbhp_8xsid_c64_psu_optimized.pdf

     

    Regards,

    Janis Reinholds

  4. thnak you! :)

    arfff my backlight screw doesn't work! :pinch:

    Hi,

    I understood the screw position changes did not take it job. may be it not working properly.Not a good contact inside it or somesing else. Is P1 50K , marked 503 and is P2 10K, marked 103 ?

    you need to regulate the both of screws for better result.

    Regards,

    Janis

  5. Hi,

    Are You meant to initialize to get the default patch ?

    From the Sid2 manual pages:

    the patch should be initialized to get a defined start. Press&Hold the SHIFT (formerly LINK) button and press the select button below "Ini" to get the default patch:

    fs_initpatch.gif

    Regards,

    Janis

  6. Hi,

    That was very helpful, thanks! Seems like Meanwell RPT-60B is ideal for me, could even fit inside the synth (since it is 3 octaves long) so, no need for a case. Has transformer built-in, too, i just need to mount an IEC socket on the back panel and i'm good to go. What do you think? Am I missing something?

    only +9V output for the 8580 chip . But the 7809 linear regulator i.c. can do it from +12V output easily.

    Regards,

    Janis

  7. Hi,

    Yes!

    all the four PIC18F4685s to be programmed with the IDs: 00, 01, 02, 03. An every engine has a unique ID.

    In the many Gallery pic's you can see that, too.

    Regards,

    Janis

  8. Hi,

    If you used MB64 setup

    connection diagramm looks like :

    http://www.ucapps.de...p/auaimbctg.pdf

    and asm setup file part looks like:

    ; Setup File of TK's MIDIbox64
    
    ;
    
    ; Number of connected pots
    
    ; Allowed values: 1-64
    
    #define DEFAULT_NUMBER_POTS	20    ; number of connected pots
    
    ;
    
    ; Multiplexers (AINX4 modules) connected? -> set this value to 1
    
    ; No multiplexer connected= -> set this value to 0, allowed number of pots in this case: 1-8
    
    #define DEFAULT_MUX_ENABLED 	1	; enable multiplexers
    
    ;
    
    

    Regards,

    Janis

  9. http://www.delabs-ci...s/tabl0007.html

    Can someone verify for me that if I wire the two secondary outputs in parallel, the voltage I get from it is still 12v and twice the current capacity?

    That is, if I want a 12V secondary with centertap and 2 amp, I can use a 12v dual secondary xformer @ 1amp each output?

    Thanks for the help.

    Hi,

    A nice link.

    I do not recomended to connect the transformer two secondary windings in parallel. It can cause for more transformer heating ,than under normal usage conditions, no safe. Not every transformer manufacturer recomended do that way connections , the secondary windings are not so identical, I think.

    Regards,

    Janis

×
×
  • Create New...