Jump to content

js

Members
  • Posts

    99
  • Joined

  • Last visited

    Never

Posts posted by js

  1. I´ve almost managed so finish my Double (soon to be triple) Sid with CS. So far i´ve found the solution to the things i´ve messed up, but i cant seem to figure this one out.

    I´m using a 2x40 LCD and need to configure the additional selectbuttons 6-10. I´ve connected them to sr10 and compiled this code:

    [pre]

    //cut, more code up

    DIN_ENTRY CS_MENU_BUTTON_Dec, 1, 0 ; only valid if rotary encoder not assigned to these pins

    DIN_ENTRY CS_MENU_BUTTON_Inc, 1, 1 ; (see mios_tables.inc) and CS_MENU_USE_INCDEC_BUTTONS == 1

    DIN_ENTRY CS_MENU_BUTTON_Exec, 1, 2

    DIN_ENTRY CS_MENU_BUTTON_Sel1, 1, 7

    DIN_ENTRY CS_MENU_BUTTON_Sel2, 1, 6

    DIN_ENTRY CS_MENU_BUTTON_Sel3, 1, 5

    DIN_ENTRY CS_MENU_BUTTON_Sel4, 1, 4

    DIN_ENTRY CS_MENU_BUTTON_Sel5, 1, 3

    DIN_ENTRY CS_MENU_BUTTON_Sel6, 10, 0 ; define this if CS_MENU_DISPLAYED_ITEMS > 5

    DIN_ENTRY CS_MENU_BUTTON_Sel7, 10, 1 ; define this if CS_MENU_DISPLAYED_ITEMS > 5

    DIN_ENTRY CS_MENU_BUTTON_Sel8, 10, 2 ; define this if CS_MENU_DISPLAYED_ITEMS > 5

    DIN_ENTRY CS_MENU_BUTTON_Sel9, 10, 3 ; define this if CS_MENU_DISPLAYED_ITEMS > 5

    DIN_ENTRY CS_MENU_BUTTON_Sel10, 9, 5 ; define this if CS_MENU_DISPLAYED_ITEMS > 5

    //Cut, more code down

    [/pre]

    Is there another place that i need to tell mios to use sr10?

    I´ve set i to use a 2x40 display in main.asm and the display works fine, i´ve also tried to set the buttons on sr9 instead and that works fine (but the other buttons I connect to sr10 (or sr11 for thet matter) doesn´t work)

    Any response is much appreciated!!! :)

    js

  2. Thanks alot, Now im able to download ;)

    I´ve only tried it a bit (as im busy painting the apartment) but I almost love the thing already. Using cubase this thing make it a lot easier to Automate the Sid. I do have a small suggestion (hope you don´t mind some feedback :) ) I´d think it would be a great feature if it was possible to turn off (an ekstra button or so)  the CC-messages when you press start, stop and so on. This would make it easier to use the internal presets in the sid. It would be nice to be able to you the internal presets and tweak the sounds with the SidControl without havint to create the presets from scratch in the sidcontrol.

    Besides this, everything seems to work pretty perfect!!  :D :D

    you diffently made a nice pice of work!! :)

    js 

  3. Thanks alot for caring, and im glad that I found the problem before before I caused more trouble than nessary :)

    I just uploaded a few pictures if you like to see the wonder :)

    http://212.242.57.117/nissehytte/sid/

    my first sid is in the c64 case and the 2nd in the box with the controlepamel. The last pictures shows the box and the build the sids into. I´ve already midified the keys. So now it´s just putting the things together and make it look nice :)

    (underneath the keys is my midified organ (a nice toy) :)

    js

  4. A bit sid problems again...

    I´ve made a 2nd core and Sid modul an a simple control surface but i´ve got a small problem. When i change the preset patch is only the master that changes patch, the slave stays on the other patch

    I do get sound from the 2nd sid when i enable the sid and the link. Im also able to edit the sound parameteres with the control surface.  but cant change the preset patch...

    Im probaly missing something simple, any ideas?

    thanks alot

    js

  5. By now i´ve midified my old organ and made my midibox sid using breadboards only. I use a combination of bridges on the kobber side and short wires (wiith one stiff connector in the the middle) Don´t use too long wires and think about the order you mount them.

    I think it´s a good start to make the first boards on breadboards cause you get a good and deep insight of the circet. A good place to start practice is to build the symectric stuff like the din module.

    js

  6. I want to share my expience buying stuff from these two...

    It´s the best service you´ll ever get!! Even though im an absent-minded dane who had to make my order several times before i managed to order the right things. I got all the help I could ask for and even more. .. (telling me how much money i´ve mailed to them and that i´ve had another 10Euro to buy parts for) :)

    Anyway good service!! :D

    sorry Mike, but im probaly going to use your shop again some time....

    greets

    js

  7. I´ve been using it a bit more and i have a suggestion for another feature. It would be great if it was possible to select some patches from the sid and save them into a single syx file.  I needed shis feature today when i was sending syx files to TK, i and to make several syx files to awoid including the syx files.

    But the again this is a small thing and not something there´s need very often :) The app works wonders for me!!:D

    js

  8. No ideas yet, but if you need some inspiration om making the menu layout I suggest to take a look at the DX7mkII since it´s also got a 2x40 display (which makes it much easier to program than the first DX7 - got em both :) ). If you haven´t got acces to one and need inspration on how to display sertain funktions I can take some pictures of their layout on the DX7mkII.

    Just in case it would be helpfull.... :)

  9. Im having trouble trying to sync the sid to Cubase sx2. I´ve tried to set the sid to sync the wavetable using both jsynlib, controller 125 on a midikeyboard and controller 125 in Cubase. As far as I know cubase send out the midi clock (the light on the midi output flickers during playback when I set cubase to transmit midiclock.

    I´ll be happe for any help... Thanks alot!!

    js

  10. Ok, I think I get it. So could assign the last selection buttons to a third Din modules pins like this?:

    DIN_ENTRY      CS_MENU_BUTTON_Sel6,       3,       0      ;

    DIN_ENTRY      CS_MENU_BUTTON_Sel7,       3,       1      ;

    DIN_ENTRY      CS_MENU_BUTTON_Sel8,       3,       2      ;

    DIN_ENTRY      CS_MENU_BUTTON_Sel9,       3,       3      ;

    DIN_ENTRY      CS_MENU_BUTTON_Sel10,       3,       4    ;

    Hope i got this right :)

    Thanks alot for your quick and helpful response!!

    js

×
×
  • Create New...