{"id":411,"date":"2026-03-15T20:50:22","date_gmt":"2026-03-15T19:50:22","guid":{"rendered":"https:\/\/www.bandistudio.eu\/gallery-2\/"},"modified":"2026-07-16T21:30:05","modified_gmt":"2026-07-16T19:30:05","slug":"gallery-2","status":"publish","type":"page","link":"https:\/\/www.bandistudio.eu\/pl\/gallery-2\/","title":{"rendered":"Gallery"},"content":{"rendered":"<!-- Bilingual page: auto language detection ENG\/PL -->\n\n<!-- Language switcher -->\n<div class=\"lang-switcher\" style=\"position:fixed;top:12px;right:16px;z-index:9999;display:flex;gap:6px;\">\n  <button onclick=\"setLang('en')\" id=\"btn-en\" style=\"background:#1a1a1a;color:#fff;border:1px solid #333;padding:5px 12px;border-radius:6px;cursor:pointer;font-size:0.8rem;font-weight:600;\">EN<\/button>\n  <button onclick=\"setLang('pl')\" id=\"btn-pl\" style=\"background:#1a1a1a;color:#fff;border:1px solid #333;padding:5px 12px;border-radius:6px;cursor:pointer;font-size:0.8rem;font-weight:600;\">PL<\/button>\n<\/div>\n\n<!-- ENG CONTENT -->\n<div id=\"lang-en\" style=\"display:none;\">\n<!-- Gallery \u2014 Stemly Apps \u2014 Dark Theme WordPress Custom HTML -->\n<style>\n  header.entry-header, .entry-title { display: none !important; }\n  .gl-container { background: #000000; padding: 20px; width: 100%; box-sizing: border-box; }\n  .gl-wrapper { background: #000000; color: #ffffff; font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif; border: 1px solid rgba(255,255,255,0.2); border-radius: 40px; max-width: 1300px; margin: 0 auto; overflow: hidden; }\n  .gl-hero { padding: 80px 5% 50px; text-align: center; background: linear-gradient(to bottom, #111111 0%, #000000 100%); }\n  .gl-badge { display: inline-block; background: rgba(59,130,246,0.15); color: #3b82f6; padding: 6px 16px; border-radius: 20px; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.3px; margin-bottom: 24px; }\n  .gl-hero h1 { font-size: clamp(2rem,6vw,3.5rem); font-weight: 900; letter-spacing: -1.5px; margin: 0 0 16px; background: linear-gradient(to right, #ffffff 40%, #3b82f6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }\n  .gl-hero p { color: #86868b; font-size: 1.1rem; max-width: 600px; margin: 0 auto; font-weight: 300; }\n  .gl-section { padding: 50px 5% 10px; }\n  .gl-section-header { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }\n  .gl-section-title { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.5px; background: linear-gradient(to right, #ffffff 40%, #3b82f6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }\n  .gl-section-tag { font-size: 0.75rem; font-weight: 700; color: #3b82f6; background: rgba(59,130,246,0.12); padding: 3px 12px; border-radius: 20px; }\n  .gl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; margin-bottom: 40px; }\n  .gl-item { position: relative; border-radius: 16px; overflow: hidden; background: #0d0d0d; border: 1px solid rgba(59,130,246,0.3); box-shadow: 0 0 0 1px rgba(59,130,246,0.1); cursor: zoom-in; transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; }\n  .gl-item:hover { transform: translateY(-4px); border-color: rgba(59,130,246,0.7); box-shadow: 0 8px 30px rgba(59,130,246,0.2); }\n  .gl-item img { width: 100%; display: block; aspect-ratio: 4\/3; object-fit: cover; }\n  .gl-item .gl-caption { padding: 10px 14px 12px; font-size: 0.8rem; color: #86868b; font-weight: 500; }\n  .gl-item .gl-caption strong { color: #ffffff; display: block; font-size: 0.85rem; margin-bottom: 2px; }\n  .gl-app-tag { display: inline-block; font-size: 0.7rem; font-weight: 700; color: #3b82f6; background: rgba(59,130,246,0.1); padding: 2px 8px; border-radius: 10px; margin-top: 4px; }\n  .gl-divider { height: 1px; background: #1c1c1e; margin: 0 5%; }\n  .gl-footer { padding: 40px 20px; text-align: center; border-top: 1px solid #1c1c1e; background: #050505; margin-top: 50px; font-size: 12px; color: #424245; }\n  .gl-footer a { color: #3b82f6; text-decoration: none; }\n  \/* Lightbox *\/\n  .gl-lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.93); z-index: 9999; justify-content: center; align-items: center; padding: 20px; }\n  .gl-lightbox.active { display: flex; }\n  .gl-lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 16px; border: 1px solid rgba(59,130,246,0.4); box-shadow: 0 0 60px rgba(59,130,246,0.2); object-fit: contain; }\n  .gl-lb-close { position: fixed; top: 20px; right: 28px; font-size: 2rem; color: #ffffff; cursor: pointer; line-height: 1; opacity: 0.7; transition: opacity 0.2s; z-index: 10000; }\n  .gl-lb-close:hover { opacity: 1; }\n  .gl-lb-caption { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); color: #86868b; font-size: 0.85rem; text-align: center; pointer-events: none; white-space: nowrap; }\n  @media (max-width: 768px) { .gl-container { padding: 10px; } .gl-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; } }\n<\/style>\n\n<div class=\"gl-lightbox\" id=\"glLightbox\" onclick=\"glClose()\">\n  <span class=\"gl-lb-close\" onclick=\"glClose()\">&times;<\/span>\n  <img decoding=\"async\" id=\"glLbImg\" src=\"\" alt=\"\">\n  <div class=\"gl-lb-caption\" id=\"glLbCaption\"><\/div>\n<\/div>\n\n<div class=\"gl-container\"><div class=\"gl-wrapper\">\n  <section class=\"gl-hero\">\n    <div class=\"gl-badge\">Screenshots<\/div>\n    <h1>Gallery<\/h1>\n    <p>Stemly &middot; Stemly Remote &middot; Stemly Lyrics &mdash; live performance system for iPad &amp; iPhone.<\/p>\n  <\/section>\n\n  <!-- iPAD -->\n  <div class=\"gl-section\">\n    <div class=\"gl-section-header\">\n      <div class=\"gl-section-title\">iPad<\/div>\n      <span class=\"gl-section-tag\">Full Power<\/span>\n    <\/div>\n    <div class=\"gl-grid\">\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/iPad-Air-13-inch-M3iPad.Project-scaled.jpg\" alt=\"Stemly \u2014 Project View\" data-caption=\"Stemly \u2014 Project View &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Project View<\/strong>Multitrack mix<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/04\/Stemly.mikser.songs_.jpg\" alt=\"Stemly \u2014 Mixer &amp; Songs\" data-caption=\"Stemly \u2014 Mixer &amp; Songs &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Mixer &amp; Songs<\/strong>Tracks &amp; levels<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/GoRemote_lyrics-modul.Air4_.jpg\" alt=\"Stemly Remote \u2014 Lyrics Module\" data-caption=\"Stemly Remote \u2014 Lyrics Module &middot; iPad Air\">\n        <div class=\"gl-caption\"><strong>Lyrics Module<\/strong>Wireless remote<span class=\"gl-app-tag\">Stemly Remote<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Ipad-lyric-kopia.jpg\" alt=\"Stemly Lyrics \u2014 Lyrics Server\" data-caption=\"Stemly Lyrics \u2014 Lyrics Server &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Lyrics Server<\/strong>Wi-Fi broadcast<span class=\"gl-app-tag\">Stemly Lyrics<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/iPad-Air-13-inch-M3-QR-scaled.jpg\" alt=\"Stemly Lyrics \u2014 QR Code\" data-caption=\"Stemly Lyrics \u2014 QR Code &middot; instant pairing\">\n        <div class=\"gl-caption\"><strong>QR Code<\/strong>Instant connect<span class=\"gl-app-tag\">Stemly Lyrics<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Project-Edit.png\" alt=\"Stemly \u2014 Project Edit\" data-caption=\"Stemly \u2014 Project Edit &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Project Edit<\/strong>Settings &amp; name<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-ManageList-edit-title.png\" alt=\"Stemly \u2014 Song List\" data-caption=\"Stemly \u2014 Song List Management &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Song List<\/strong>Edit &amp; reorder<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Global-Volume.png\" alt=\"Stemly \u2014 Global Volume\" data-caption=\"Stemly \u2014 Global Volume &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Global Volume<\/strong>Master volume mix<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Play-Mode.png\" alt=\"Stemly \u2014 Play Mode\" data-caption=\"Stemly \u2014 Play Mode &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Play Mode<\/strong>Playback options<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Lyrics-edit-song.png\" alt=\"Stemly Lyrics \u2014 Lyrics Edit\" data-caption=\"Stemly Lyrics \u2014 Lyrics Edit &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Lyrics Edit<\/strong>Lyrics editor<span class=\"gl-app-tag\">Stemly Lyrics<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Audio-Location.png\" alt=\"Stemly \u2014 Audio Source\" data-caption=\"Stemly \u2014 Audio File Location &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Audio Source<\/strong>File location<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Backup-Database.png\" alt=\"Stemly \u2014 Database Backup\" data-caption=\"Stemly \u2014 Database Backup &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Database Backup<\/strong>Backup &amp; restore<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Project-Routing.png\" alt=\"Stemly \u2014 Audio Routing\" data-caption=\"Stemly \u2014 Audio Routing &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Audio Routing<\/strong>Output configuration<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Project-1.png\" alt=\"Stemly \u2014 Project View 2\" data-caption=\"Stemly \u2014 Project View &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Project View<\/strong>Control panel<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Theme-1.png\" alt=\"Stemly \u2014 Theme\" data-caption=\"Stemly \u2014 Theme Selection &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Theme<\/strong>Appearance<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/iPad-PlayMode.jpg\" alt=\"Stemly \u2014 Play Mode\" data-caption=\"Stemly \u2014 Play Mode &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Play Mode<\/strong>Live performance<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/04\/Stemly_FootPedal_settings.jpg\" alt=\"Stemly \u2014 Foot Pedal Settings\" data-caption=\"Stemly \u2014 Foot Pedal Settings &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Foot Pedal<\/strong>Key assignments<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"gl-divider\"><\/div>\n\n  <!-- iPHONE -->\n  <div class=\"gl-section\">\n    <div class=\"gl-section-header\">\n      <div class=\"gl-section-title\">iPhone<\/div>\n      <span class=\"gl-section-tag\">Stemly Pocket<\/span>\n    <\/div>\n    <div class=\"gl-grid\">\n      <div class=\"gl-item\" onclick=\"glOpen(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/iphone.Song_-scaled.jpg\" alt=\"Stemly \u2014 iPhone\" data-caption=\"Stemly \u2014 Stemly Pocket &middot; iPhone &middot; up to 6 tracks\">\n        <div class=\"gl-caption\"><strong>Stemly Pocket<\/strong>Up to 6 tracks &middot; full mixer<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <\/div><\/div>\n\n<script>\nfunction glOpen(el) {\n  var img = el.querySelector('img');\n  document.getElementById('glLbImg').src = img.src;\n  document.getElementById('glLbImg').alt = img.alt;\n  document.getElementById('glLbCaption').textContent = img.getAttribute('data-caption') || img.alt;\n  document.getElementById('glLightbox').classList.add('active');\n  document.body.style.overflow = 'hidden';\n}\nfunction glClose() {\n  document.getElementById('glLightbox').classList.remove('active');\n  document.body.style.overflow = '';\n}\ndocument.addEventListener('keydown', function(e) { if (e.key === 'Escape') glClose(); });\n<\/script>\n<\/div>\n\n<!-- PL CONTENT -->\n<div id=\"lang-pl\">\n<!-- Galeria \u2014 Aplikacje Stemly \u2014 Ciemny motyw WordPress Custom HTML -->\n<style>\n  header.entry-header, .entry-title { display: none !important; }\n  .gl-container { background: #000000; padding: 20px; width: 100%; box-sizing: border-box; }\n  .gl-wrapper { background: #000000; color: #ffffff; font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif; border: 1px solid rgba(255,255,255,0.2); border-radius: 40px; max-width: 1300px; margin: 0 auto; overflow: hidden; }\n  .gl-hero { padding: 80px 5% 50px; text-align: center; background: linear-gradient(to bottom, #111111 0%, #000000 100%); }\n  .gl-badge { display: inline-block; background: rgba(59,130,246,0.15); color: #3b82f6; padding: 6px 16px; border-radius: 20px; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.3px; margin-bottom: 24px; }\n  .gl-hero h1 { font-size: clamp(2rem,6vw,3.5rem); font-weight: 900; letter-spacing: -1.5px; margin: 0 0 16px; background: linear-gradient(to right, #ffffff 40%, #3b82f6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }\n  .gl-hero p { color: #86868b; font-size: 1.1rem; max-width: 600px; margin: 0 auto; font-weight: 300; }\n  .gl-section { padding: 50px 5% 10px; }\n  .gl-section-header { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }\n  .gl-section-title { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.5px; background: linear-gradient(to right, #ffffff 40%, #3b82f6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }\n  .gl-section-tag { font-size: 0.75rem; font-weight: 700; color: #3b82f6; background: rgba(59,130,246,0.12); padding: 3px 12px; border-radius: 20px; }\n  .gl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; margin-bottom: 40px; }\n  .gl-item { position: relative; border-radius: 16px; overflow: hidden; background: #0d0d0d; border: 1px solid rgba(59,130,246,0.3); box-shadow: 0 0 0 1px rgba(59,130,246,0.1); cursor: zoom-in; transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; }\n  .gl-item:hover { transform: translateY(-4px); border-color: rgba(59,130,246,0.7); box-shadow: 0 8px 30px rgba(59,130,246,0.2); }\n  .gl-item img { width: 100%; display: block; aspect-ratio: 4\/3; object-fit: cover; }\n  .gl-item .gl-caption { padding: 10px 14px 12px; font-size: 0.8rem; color: #86868b; font-weight: 500; }\n  .gl-item .gl-caption strong { color: #ffffff; display: block; font-size: 0.85rem; margin-bottom: 2px; }\n  .gl-app-tag { display: inline-block; font-size: 0.7rem; font-weight: 700; color: #3b82f6; background: rgba(59,130,246,0.1); padding: 2px 8px; border-radius: 10px; margin-top: 4px; }\n  .gl-divider { height: 1px; background: #1c1c1e; margin: 0 5%; }\n  .gl-footer { padding: 40px 20px; text-align: center; border-top: 1px solid #1c1c1e; background: #050505; margin-top: 50px; font-size: 12px; color: #424245; }\n  .gl-footer a { color: #3b82f6; text-decoration: none; }\n  \/* Lightbox *\/\n  .gl-lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.93); z-index: 9999; justify-content: center; align-items: center; padding: 20px; }\n  .gl-lightbox.active { display: flex; }\n  .gl-lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 16px; border: 1px solid rgba(59,130,246,0.4); box-shadow: 0 0 60px rgba(59,130,246,0.2); object-fit: contain; }\n  .gl-lb-close { position: fixed; top: 20px; right: 28px; font-size: 2rem; color: #ffffff; cursor: pointer; line-height: 1; opacity: 0.7; transition: opacity 0.2s; z-index: 10000; }\n  .gl-lb-close:hover { opacity: 1; }\n  .gl-lb-caption { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); color: #86868b; font-size: 0.85rem; text-align: center; pointer-events: none; white-space: nowrap; }\n  @media (max-width: 768px) { .gl-container { padding: 10px; } .gl-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; } }\n<\/style>\n\n<div class=\"gl-lightbox\" id=\"glLightboxPL\" onclick=\"glClosePL()\">\n  <span class=\"gl-lb-close\" onclick=\"glClosePL()\">&times;<\/span>\n  <img decoding=\"async\" id=\"glLbImgPL\" src=\"\" alt=\"\">\n  <div class=\"gl-lb-caption\" id=\"glLbCaptionPL\"><\/div>\n<\/div>\n\n<div class=\"gl-container\"><div class=\"gl-wrapper\">\n  <section class=\"gl-hero\">\n    <div class=\"gl-badge\">Zrzuty ekranu<\/div>\n    <h1>Galeria<\/h1>\n    <p>Stemly &middot; Stemly Remote &middot; Stemly Lyrics &mdash; system do wyst&#281;p&oacute;w na &#380;ywo dla iPad &amp; iPhone.<\/p>\n  <\/section>\n\n  <!-- iPAD -->\n  <div class=\"gl-section\">\n    <div class=\"gl-section-header\">\n      <div class=\"gl-section-title\">iPad<\/div>\n      <span class=\"gl-section-tag\">Pe&#322;na moc<\/span>\n    <\/div>\n    <div class=\"gl-grid\">\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/iPad-Air-13-inch-M3iPad.Project-scaled.jpg\" alt=\"Stemly \u2014 Widok Projektu\" data-caption=\"Stemly \u2014 Widok Projektu &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Widok Projektu<\/strong>Miks wielosc&#347;cie&#380;kowy<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/04\/Stemly.mikser.songs_.jpg\" alt=\"Stemly \u2014 Mikser i Piosenki\" data-caption=\"Stemly \u2014 Mikser i Piosenki &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Mikser i Piosenki<\/strong>Tory i poziomy<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/GoRemote_lyrics-modul.Air4_.jpg\" alt=\"Stemly Remote \u2014 Modu&#322; Tekst&oacute;w\" data-caption=\"Stemly Remote \u2014 Modu&#322; Tekst&oacute;w &middot; iPad Air\">\n        <div class=\"gl-caption\"><strong>Modu&#322; Tekst&oacute;w<\/strong>Bezprzewodowy pilot<span class=\"gl-app-tag\">Stemly Remote<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Ipad-lyric-kopia.jpg\" alt=\"Stemly Lyrics \u2014 Serwer Tekst&oacute;w\" data-caption=\"Stemly Lyrics \u2014 Serwer Tekst&oacute;w &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Serwer Tekst&oacute;w<\/strong>Transmisja Wi-Fi<span class=\"gl-app-tag\">Stemly Lyrics<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/iPad-Air-13-inch-M3-QR-scaled.jpg\" alt=\"Stemly Lyrics \u2014 Kod QR\" data-caption=\"Stemly Lyrics \u2014 Kod QR &middot; b&#322;yskawiczne parowanie\">\n        <div class=\"gl-caption\"><strong>Kod QR<\/strong>Szybkie po&#322;&#261;czenie<span class=\"gl-app-tag\">Stemly Lyrics<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Project-Edit.png\" alt=\"Stemly \u2014 Edycja Projektu\" data-caption=\"Stemly \u2014 Edycja Projektu &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Edycja Projektu<\/strong>Ustawienia i nazwa<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-ManageList-edit-title.png\" alt=\"Stemly \u2014 Lista Piosenek\" data-caption=\"Stemly \u2014 Zarz&#261;dzanie List&#261; Piosenek &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Lista Piosenek<\/strong>Edycja i kolejno&#347;&#263;<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Global-Volume.png\" alt=\"Stemly \u2014 G&#322;o&#347;no&#347;&#263; G&#322;&oacute;wna\" data-caption=\"Stemly \u2014 G&#322;o&#347;no&#347;&#263; G&#322;&oacute;wna &middot; iPad\">\n        <div class=\"gl-caption\"><strong>G&#322;o&#347;no&#347;&#263; G&#322;&oacute;wna<\/strong>Miks g&#322;&oacute;wnej g&#322;o&#347;no&#347;ci<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Play-Mode.png\" alt=\"Stemly \u2014 Tryb Odtwarzania\" data-caption=\"Stemly \u2014 Tryb Odtwarzania &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Tryb Odtwarzania<\/strong>Opcje odtwarzania<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Lyrics-edit-song.png\" alt=\"Stemly Lyrics \u2014 Edycja Tekst&oacute;w\" data-caption=\"Stemly Lyrics \u2014 Edycja Tekst&oacute;w &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Edycja Tekst&oacute;w<\/strong>Edytor tekst&oacute;w<span class=\"gl-app-tag\">Stemly Lyrics<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Audio-Location.png\" alt=\"Stemly \u2014 &#378;r&oacute;d&#322;o Audio\" data-caption=\"Stemly \u2014 Lokalizacja Plik&oacute;w Audio &middot; iPad\">\n        <div class=\"gl-caption\"><strong>&#378;r&oacute;d&#322;o Audio<\/strong>Lokalizacja plik&oacute;w<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Backup-Database.png\" alt=\"Stemly \u2014 Backup Bazy Danych\" data-caption=\"Stemly \u2014 Backup Bazy Danych &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Backup Bazy Danych<\/strong>Kopia i przywracanie<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Project-Routing.png\" alt=\"Stemly \u2014 Routing Audio\" data-caption=\"Stemly \u2014 Routing Audio &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Routing Audio<\/strong>Konfiguracja wyj&#347;&#263;<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Project-1.png\" alt=\"Stemly \u2014 Widok Projektu 2\" data-caption=\"Stemly \u2014 Widok Projektu &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Widok Projektu<\/strong>Panel sterowania<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/Simulator-iPad-Air-13-Theme-1.png\" alt=\"Stemly \u2014 Motyw\" data-caption=\"Stemly \u2014 Wyb&oacute;r Motywu &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Motyw<\/strong>Wygl&#261;d aplikacji<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/iPad-PlayMode.jpg\" alt=\"Stemly \u2014 Tryb Odtwarzania\" data-caption=\"Stemly \u2014 Tryb Odtwarzania &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Tryb Odtwarzania<\/strong>Wyst&#281;p na &#380;ywo<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/04\/Stemly_FootPedal_settings.jpg\" alt=\"Stemly \u2014 Ustawienia Peda&#322;u\" data-caption=\"Stemly \u2014 Ustawienia Peda&#322;u No&#380;nego &middot; iPad\">\n        <div class=\"gl-caption\"><strong>Peda&#322; No&#380;ny<\/strong>Przypisania klawiszy<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"gl-divider\"><\/div>\n\n  <!-- iPHONE -->\n  <div class=\"gl-section\">\n    <div class=\"gl-section-header\">\n      <div class=\"gl-section-title\">iPhone<\/div>\n      <span class=\"gl-section-tag\">Stemly Pocket<\/span>\n    <\/div>\n    <div class=\"gl-grid\">\n      <div class=\"gl-item\" onclick=\"glOpenPL(this)\">\n        <img decoding=\"async\" src=\"https:\/\/www.bandistudio.eu\/wp-content\/uploads\/2026\/03\/iphone.Song_-scaled.jpg\" alt=\"Stemly \u2014 iPhone\" data-caption=\"Stemly \u2014 Stemly Pocket &middot; iPhone &middot; do 6 &#347;cie&#380;ek\">\n        <div class=\"gl-caption\"><strong>Stemly Pocket<\/strong>Do 6 &#347;cie&#380;ek &middot; pe&#322;ny mikser<span class=\"gl-app-tag\">Stemly<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <\/div><\/div>\n\n<script>\nfunction glOpenPL(el) {\n  var img = el.querySelector('img');\n  document.getElementById('glLbImgPL').src = img.src;\n  document.getElementById('glLbImgPL').alt = img.alt;\n  document.getElementById('glLbCaptionPL').textContent = img.getAttribute('data-caption') || img.alt;\n  document.getElementById('glLightboxPL').classList.add('active');\n  document.body.style.overflow = 'hidden';\n}\nfunction glClosePL() {\n  document.getElementById('glLightboxPL').classList.remove('active');\n  document.body.style.overflow = '';\n}\ndocument.addEventListener('keydown', function(e) { if (e.key === 'Escape') { glClose(); glClosePL(); } });\n<\/script>\n<\/div>\n\n<!-- Language detection script -->\n<script>\nfunction setLang(lang) {\n  document.getElementById('lang-en').style.display = lang === 'en' ? 'block' : 'none';\n  document.getElementById('lang-pl').style.display = lang === 'pl' ? 'block' : 'none';\n  document.getElementById('btn-en').style.background = lang === 'en' ? '#3b82f6' : '#1a1a1a';\n  document.getElementById('btn-pl').style.background = lang === 'pl' ? '#3b82f6' : '#1a1a1a';\n  localStorage.setItem('stemly_lang', lang);\n}\n(function() {\n  var saved = localStorage.getItem('stemly_lang');\n  if (saved) { setLang(saved); return; }\n  var bl = (navigator.language || '').toLowerCase();\n  setLang(bl.startsWith('pl') ? 'pl' : 'en');\n})();\n<\/script>","protected":false},"excerpt":{"rendered":"<p>EN PL &times; Screenshots Gallery Stemly &middot; Stemly Remote &middot; Stemly Lyrics &mdash; live performance system for iPad &amp; iPhone. iPad Full Power Project ViewMultitrack mixStemly Mixer &amp; SongsTracks &amp; levelsStemly Lyrics ModuleWireless remoteStemly Remote Lyrics ServerWi-Fi broadcastStemly Lyrics QR CodeInstant connectStemly Lyrics Project EditSettings &amp; nameStemly Song ListEdit &amp; reorderStemly Global VolumeMaster volume mixStemly [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_simon_seo_title":"Stemly app screenshots gallery | BandiStudio","_simon_seo_description":"Stemly app screenshots gallery \u2013 Stemly, Stemly Remote and Lyrics. Multitrack player for iPad, iPhone & Mac. See the interface in action. BandiStudio.","_simon_seo_focus_keyword":"Stemly app screenshots gallery","_simon_seo_robots":"","footnotes":""},"class_list":["post-411","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.bandistudio.eu\/pl\/wp-json\/wp\/v2\/pages\/411","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bandistudio.eu\/pl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bandistudio.eu\/pl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bandistudio.eu\/pl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bandistudio.eu\/pl\/wp-json\/wp\/v2\/comments?post=411"}],"version-history":[{"count":19,"href":"https:\/\/www.bandistudio.eu\/pl\/wp-json\/wp\/v2\/pages\/411\/revisions"}],"predecessor-version":[{"id":1081,"href":"https:\/\/www.bandistudio.eu\/pl\/wp-json\/wp\/v2\/pages\/411\/revisions\/1081"}],"wp:attachment":[{"href":"https:\/\/www.bandistudio.eu\/pl\/wp-json\/wp\/v2\/media?parent=411"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}