Jump to content

swindus

Members
  • Posts

    70
  • Joined

  • Last visited

Everything posted by swindus

  1. Hi all, as the topics say I have a problem with saving pattern A1. When I save the pattern A1 of any bankstick it will overwrite all other A1 pattern on all other banksticks. I'm using 3.4e right now but the problem also occurs with 3.4c. Any hint or idea? Thanks.
  2. I don't like this function. I have the same 'problems' like Futureman.
  3. Ich hatte mit MIOSStudio Beta7 ähnliche Probleme beim Upload von Anwendungen. Der Smart Mode hat einfach nicht funktioniert bzw hat die Daten zu schnell geschickt. Probier mal den Manual Mode mit einem großen Delay, bei mir hat es ab ca. 950ms funktioniert. Dauert zwar dann ein wenig, aber zumindest kann man was uploaden. Mit MIOSStudio Beta8 geht bei mir auch der Smart Mode ohne Probleme.
  4. It will be a nice weekend! Thanks a lot!!! :)
  5. http://www.possecrewensemble.com/as606/ :o ;)
  6. Great! If it is possible it would be great to use the group buttons as well or better as alternative to the track buttons. Edit: @TK: No need to list them ..... :)
  7. I noticed this too. I would also like a way to select the B layer button as default when switching to song mode especially when in phrase mode. Any hint where to edit the source code?
  8. Changed the source, compiled and uploaded v3.4 to my sequencer. All things in song/phrase mode are now working as expected. Thanks!
  9. It happens only for G4. No way to select a bank or pattern regardless of using an encoder or the gp buttuns to select a bank or pattern. Sorry, no hint for you. :P ;)
  10. There is still a problem with the bank/pattern selection in song/phrase mode. The value for group 4 jumps always back to bank 1 for me when switching the bank/pattern value or selecting another group. While searching in the source code for the according lines in cs_m_menu.inc I found this: ;; toggle pat/bnk sel CS_M_SONG_GP_Callback_Sel ;; btg CS_STAT, CS_STAT_SONG_EDIT_BNK ;; disable - somehow makes no sense here (UI not consistent - time to ask the community, which approach they would prefer) ;; rgoto CS_M_SONG_GP_Callback_Cont I don't think that this is related to the problem though. Any hint on which line I can try to fix it? I'm a long time pascal and c++ programmer but the assembler stuff is killing me. ;)
  11. No, not really! ;) Thanks!
  12. Is this bug fixed in v3.4?
  13. My display shows v3.3c. I did a rebuild of the hex file and an upload of mios 1.9f and the seq 3.3c app and now the pattern/bank selection works flawless. No errors while uploading. Here is a picture to show you what I mean. This error still exists on my seq.
  14. Wow, that was fast! > bank/pattern switch in song mode working properly again Still not working. When I switch between 'Bnk' or 'Pat' selection with the eighth encoder after changing a value for a group the value still changes back to the previous selected value. Or maybe I don't know how to use this screen properly. Please explain. ;) Found a small display bug on the edit screen. The display of the selected group and track eg G1T1 in the top left corner on this screen displays a wrong character when selecting track 3 or 4 of a group regardless which group is selected. G1T1 -> G1T2 -> G1Tx -> G1Tx
  15. Folgendes in der setup_xxxx.asm ändern: ;; number of visible menu items on LCD ;; use: 4 for 2x16 displays ;; 5 for 2x20 displays ;; 10 for 2x40 displays #define CS_MENU_DISPLAYED_ITEMS 10 ;; NOTE: if CS_MENU_DISPLAYED_ITEMS > 5, you have to adapt the DIN settings ;; in CS_MENU_DIN_TABLE below . . . CS_MENU_DIN_TABLE ;; Function name SR# Pin# 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, 2, 0 ; define this if CS_MENU_DISPLAYED_ITEMS > 5 DIN_ENTRY CS_MENU_BUTTON_Sel7, 2, 1 ; define this if CS_MENU_DISPLAYED_ITEMS > 5 DIN_ENTRY CS_MENU_BUTTON_Sel8, 2, 2 ; define this if CS_MENU_DISPLAYED_ITEMS > 5 DIN_ENTRY CS_MENU_BUTTON_Sel9, 2, 3 ; define this if CS_MENU_DISPLAYED_ITEMS > 5 DIN_ENTRY CS_MENU_BUTTON_Sel10, 2, 7 ; define this if CS_MENU_DISPLAYED_ITEMS > 5 Die Werte für Inputs (#SR und #PIN) dann noch anpassen.
  16. It's a Frontend for Arcade Cabinets. http://www.malafe.net
  17. After switching back to v3.2c the flickering is gone. Means it only occurs with the latest version (v3.3). Another annoying thing I found on the song page is the following. On this page you can switch between pattern and bank selection with the eighth encoder. When switching from bank selection to pattern selection the last modified bank value changes to a random value. So a controlled input of banks and patterns is not possible. This occurs in v3.2 and also in v3.3. Thanks for listening.
  18. Yesterday I was running the sequencer in song mode (phrase or song doesn't matter) and noticed the following: the LEDs of the Group/Track and Trigger/Layer were acting like 'Disco Lights' (short blinking in a random order/selection). ;-) As I remember correctly this was not the case with v3.2. I also tried to recognize a pattern or something that would make sence here but there was nothing of this kind. Can anybody confirm this?
  19. Indeed. I'm also offering my help to create a hex file.
×
×
  • Create New...