Jump to content

imaginarion

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by imaginarion

  1. About midi speeching box here!
  2. If anyone has the opportunity to suggest in which file I can put Sam's code so that I can try to do something with it further, it would be great!
  3. thanks for the answer! I'm afraid it's not in my power to work with code. Maybe one day someone wants to make a 5th speech engine for MiOS
  4. Hello everybody! Is it possible to integrate a generator into Midibox SID v2 SAM? If I understood correctly, then Comodore had these algorithms inside of them. It would be great to be able to do hardware synthesis like in the original compdore https://github.com/s-macke/SAM
  5. Hello! If there is an ACID player that reproduces seed music using the midi protocol, then probably there should be a tracker that allows you to make such music using the midi protocol? Does anyone know such? I only found DefleMask, inside which you can make a composition for the Commodore and then run it on chips, but this is a bit different.
  6. Hey! Snc function does not work correctly in my SID v2. When Sync is off - Arp starts at sthe same time with sequencer, but if Sync is on - arp starts playing strangely when you press a key. It seems that it does not sync with the first pressed key, but plays by itself, and pressing the key only opens the gate, while the arp plays regardless of the press. Because of this, if the sequencer starts one beat earlier - later, or in general for an arbitrary amount of time that differs from arp - asynchronization appears. Has anyone had similar problems?
  7. Thank you very mach for this! Do you have any information if it is necessary to translate the sid v2 song mode, or is it not required? Best Regards, Pavel
  8. Hey! I have midibox SID v2 with 6581 and 8580. Is there a way to play acid64 files using midibox sid? Best Regards, Pavel
  9. Good day, Thorsten! Do you know, why the volume of SID getting down obout 5 dB, when activate filter section ? Best regards, Pavel
  10. I have 2x20 display. When i switch to bass engine, i see presets for Knob's - Attack, delay, sustain, release... Ok, Thorsten, thank you very much! Best regards, Pavel
  11. Hello! Now the rotation of the modulation wheel is correctly. But the headers of the assigned pots do not inherit the names of the parameters to which we assighn them. Its looking like this now: SID_KNOB_SetValue bsf CS_STAT, CS_STAT_DISPLAY_UPDATE_REQ SET_BSR SID_BASE movwf SID_KNOB_NUM, BANKED ; will be needed again later rcall SID_KNOB_GetPtr Best reagards Pavel
  12. I want that the patch that I last modified before power down, to start the next time it is power on.
  13. Thorsten, your support is fantastic! Thank you ! Another question, please: when i switch off SID, he dont memorized last preset. Is it amenable to adjustment? Best Regards, Pavel
  14. Hello again ! I come back with 3 questions )) My potentiomenets working perfectly, display updating very fast, but if i want to drive mod wheel on my midi keyboard, i have slow update again. Which function are responsible ? 2. For example, i assign on pot 1 volume. K#1 = volume. What i can do, that K#1-#5 automatically change header drom K#1 to parameter name ? 3. The internal sequencer does not play sounds smoothly. Ok, I understand that there is micro swing and it’s impossible to do exactly on the grid. But often what’s playing from the sid and what I hear in DAW - it's more like a very drunk dj. Is it feature ? Best Regards Pavel
  15. Thorsten, thank you very much! Now my sid working excellent! Best Regards, Pavel
  16. I solved the problem - it was necessary to swap the pin, CS_MENU_BUTTON_Exec with CS_MENU_BUTTON_Knob Now I have a different problem. I can’t understand why, when I spin the potentiometers that I assign to any parameters, the numbers on the display are updated once a second? For example, I assigned the 1st potentiometer to the filter cutoff frequency parameter. I play and rotate this potentiometer, I hear changes in sound synchronously with rotation, and the numbers on the display are updated once a second Thank you very much Pavel
  17. Yes, of course! My config setup_6581 and functions setup_6581.asm cs_menu_buttons.inc
  18. Which function is responsible for switching to the menu where i can assign functions to 5 potentiometers ? Regards, Pavel
  19. Thorsten, thank you very much! Can you help me please ? I I bought sid from the previous owner and I do not have a strong skill for programming functions. I can read some of them in an inc file, but I lack knowledge. Now, if I press the red button, I’m going to the potentiometer assignment menu. I want to swap the function of pressing the encoder and pressing the red button. //I attached photos + files * asm and * inc if you have time.. https://drive.google.com/open?id=1OEeq3Xrfej7e_Voh2S405GJ03cNuVZ9Y Regards, Pavel
  20. Hello, guys! I need to change the function of the main encoder. I want the actions that occur when clicking on the encoder or with the encoder pressed, to perform another button. Is it possible? Regards, Pavel
×
×
  • Create New...