Bluebox studios
Author: m | 2025-04-24
STUDIO FLEX BLUEBOX FLEX STUDIO BLUEBOX STUDIO SCE BLUEBOX SCE TESSERA ONE PRIME; Standard Definition Formats (SMPTE 259M) IP Video Formats (SMPTE 2025
BlueBox Digital, LLC on LinkedIn: BlueBox Studio
Operate BlueBox straight from your mobile phone with our BlueBox Resident App. Keep track of your packages and open your locker compartment at a touch of a button. Picking up your parcel has never been this easy!BlueBox is a smart parcel locker designed to simplify the parcel reception experience. As residents of a building containing BlueBox, your parcel will always be secure and safe from theft while giving you access to pick up your parcel 24/7. Our blueBox resident app offers features such as:- Community board for users to post as a digital bulletin board- Data of your completed and pending parcels- Open locker containing your parcel at the touch of a button- Create an account to register your information with your building manager’s BlueManager app- Pop-up notifications for when your parcel arrives- FAQ section for BlueBox- Search parcel data with phone number or carrier- Choose your communication preference: email or SMS- Dark mode optionStart your automated parcel reception journey today!
Bluebox Wow - Bluebox - Bluebox Aviation
Directory Topics Posts Last Post Product Downloads for GuestsCollapse How to get firmware Topics: 2 Posts: 2 Last Post: Behringer bcr 2000 2 2 Behringer bcr 2000 by Beatxxx41 03-24-2024, 05:23 PM Pick a Product ...Collapse General TopicsTopics that apply to multiple products Sub-Forums: Learning Materials - General Topics (9/10) Community - General Topics (291/1,034) blackboxCompact Sampling Studio Sub-Forums: Learning Material - blackbox (11/13) Community- blackbox (2,796/18,952) Wish List - blackbox (1,629/7,703) bluebox - desktop editionCompact digital mixer/recorder for desktop. Sub-Forums: Learning Material - bluebox (6/6) Community - bluebox (675/4,164) Wish List - bluebox (314/1,785) nanobox | fireballcompact wavetable synthesizer Sub-Forums: Learning Material - fireball (6/6) Community - fireball (68/299) Wishlist - fireball (57/157) nanobox | lemondropCompact granular synthesizer Sub-Forums: Learning Material - lemondrop (7/10) Community- lemondrop (217/1,294) Wishlist - lemondrop (177/633) nanobox | razzmatazzMini drum sequencer with FM synthesis and sampling Sub-Forums: Learning Material - razzmatazz (4/4) Community - razzmatazz (81/428) Wishlist - razzmatazz (101/304) nanobox | tangerinecompact streaming sampler Sub-Forums: Learning Material - tangerine (2/1) Community - tangerine (115/473) Wishlist - tangerine (96/306) bitbox mk2Second generation intuitive sampling module Sub-Forums: Learning Material - bitbox mk2 (5/5) Community - MK2 (174/652) Wishlist - MK2 (78/241) bitbox microCompact Sampling Module Sub-Forums: Learning Material - bitbox micro (6/6) Community - Bitbox Micro (441/2,175) Wishlist - Bitbox Micro (236/1,035) bluebox - Eurorack editionDigital Mixer and recorder for Eurorack Sub-Forums: Learning Material - bluebox Eurorack edition (2/3) Community - bluebox Eurorack edition (93/442) Wishlist - bluebox Eurorack edition (63/252) Legacy ProductsCollapse bitbox mk1The original touchscreen sampling module Sub-Forums: Learning Material - bitbox (2/2) Community - bitbox (360/2,115) Wishlist - bitbox (259/1,004) fxboxEffects Processing Module Sub-Forums: Learning Material - fxbox (2/2) Community - fxbox (19/52) WIshlist - fxbox (24/78) synthboxPolyphonic Synthesizer for Eurorack Sub-Forums: Learning Material - synthbox (2/2) Community - synthbox (68/308) Wishlist - synthbox (33/138) Waverazor Dual OscillatorJoin the discussion about Waverazor on the MOK forum at toolboxSequencer and function generator for eurorack Sub-Forums: Learning Material - toolbox (2/2) Community - toolbox (95/581) WIshlist - toolbox (64/237) MX4Buffered MIDI multiple for eurorack Sub-Forums: Learning Material - mx4 (1/1) Wishlist - MX4 (3/8) laserboxLaser pattern generator firmware for toolbox. Sub-Forums: Learning Material - laserbox (1/1) Community - laserbox (29/130) Wishlist - laserbox (1/5) EuroshieldTeensy Development Board for eurorack Sub-Forums: Learning Material - Euroshield (1/1) Community - euroshield (28/83) Wishlist - euroshield (3/7) Euroshield Sample Code (1/1) Code Sharing for euroshield (10/33)Bluebox is ready to PLAY! - Bluebox - Bluebox Aviation
Which is then passed to the SmartFox.Connect() method, to actually start the connection process. // Set connection parameters ConfigData cfg = new ConfigData(); cfg.Host = host; cfg.Port = tcpPort; cfg.Zone = zone; cfg.HttpPort = httpPort; cfg.HttpsPort = httpsPort; cfg.BlueBox.IsActive = useHttpTunnel; cfg.BlueBox.UseHttps = encrypt; cfg.Debug = debug; #if UNITY_WEBGL cfg.Port = encrypt ? httpsPort : httpPort; #endif // Connect to SmartFoxServer sfs.Connect(cfg);The code collects the settings provided in the Inspector panel before and starts the connection by calling the SmartFox.Connect() method. The mandatory parameters are the server's domain name or IP address (Host) and the primary connection port (Port) for TCP socket connection. Please note that, in case of WebGL build, a conditional compilation statement overwrites the port setting with the value required by WebSocket connections (either secure or normal). In fact WebSocket connection uses the SmartFoxServer's internal web server HTTP/S port.As it regards the other settings instead: The Zone is where the user will be logged in after the successful connection. Other than for WebSocket communication, the HttpPort and HttpsPort settings are used by the HTTP tunneling system (BlueBox) and for protocol encryption initialization. The BlueBox-related settings will be discussed in the paragraph dedicated to HTTP tunneling below. If the Debug parameter is set to true, the internal logger of the SmartFox API is enabled and debug messages are displayed in Unity's Console panel and possibly passed to log event listeners as discussed before.» Handling basic SmartFoxServer eventsIn this example we register the handlers (also called listeners) for the most basic events fired by the API, those related to connection, login and disconnection. In practice, when the client gets connected to the server, the OnConnection() method in the Unity script component is executed. Then the login is attempted and the OnLogin() or OnLoginError() methods are called. Eventually, when the client gets disconnected (for whatever reason), the OnConnectionLost() method is called. The last listener, OnCryptoInit(), will be discussed in the paragraph about protocol encryption.Before discussing the event handlers in detail, a fundamental note on thread safety: Unity implements thread safety by restricting the access to its own API to the main thread only. To avoid blocking the main thread during network communication, the SmartFox API rely on its own threads. In order to access the Unity API (for example to update the game objects on the scene according to an event), the network event handlers can't be called directly by the SmartFox instance: events must be queued internally and Unity's main thread needs to "poll" the queue on a regular basis to process them.This behavior is controlled by the SmartFox.ThreadSafeMode property: if set to true (default in Unity), the events are queued and the handlers are called when the SmartFox.ProcessEvents(). STUDIO FLEX BLUEBOX FLEX STUDIO BLUEBOX STUDIO SCE BLUEBOX SCE TESSERA ONE PRIME; Standard Definition Formats (SMPTE 259M) IP Video Formats (SMPTE 2025 BlueBox Tunisie. 1,316 likes. BlueBox, recording and mixing studio in TunisBlueBox Download - BlueBox was developed to
Moderators: Lapo, Bax richardferrym Posts: 2 Joined: 08 Mar 2023, 04:05 Problems with Bluebox and Smartfox 2X im starting with smartfox for my projects, as far i have read the documentation for it, i wanted to use the bluebox stuff, but, my SmartFox Server 2X it's not generating the httpbox.do file, which i really need google account manager apkHow I can make smartfox start correctly bluebox and get this file?I have tried checking if there is any problem on SmartFox startup, and so, fix those errors, so it would do a clean start, after that, the file wasnt generated still Last edited by richardferrym on 09 Mar 2023, 03:24, edited 2 times in total. Lapo Site Admin Posts: 23255 Joined: 21 Mar 2005, 09:50 Location: Italy Re: Problems with Bluebox and Smartfox 2X Postby Lapo » 08 Mar 2023, 08:29 Hi,unfortunaltey I don't follow what you're referring to.The Blubox does not depend on a file called "httpbox.do" to be "generated".It would be best if you could describe what you're trying to do and what errors are you getting with all the realtive details.Thanks Return to “SFS2X Questions” Who is online Users browsing this forum: No registered users and 27 guestsBlueBox Download - BlueBox was developed to facilitate
Moving to a new home, renovating your space, or managing a business can be stressful, but BlueBox portable storage containers are here to make it easier. These versatile containers offer numerous benefits for various situations, including moving, short-term and long-term storage, contractor or remodels, business storage, and restoration projects.1. Moving Made EasyBlueBox containers streamline your next local move by providing on-site, secure storage. With ground-level access and multiple size options, you can easily load and unload your belongings at your own pace. BlueBox even offers professional transportation services, ensuring a hassle-free experience.2. Flexible Short-Term and Long-Term StorageWhether you need storage for a few weeks or a few years, BlueBox has you covered. Their weather-resistant containers protect your items from harsh conditions, while their advanced locking systems keep your possessions safe from theft.3. Contractor and Remodeling SupportBlueBox containers provide a convenient solution for construction or remodeling projects. Store tools, materials, or furnishings on-site, eliminating the need for off-site storage and multiple trips to your location. Plus, their durability ensures your items are protected from damage.4. Business Storage SolutionsBlueBox containers offer the perfect answer to expanding businesses. Use them to store excess inventory, seasonal items, or equipment. With flexible rental options, you can easily adjust your storage capacity as your business grows.5.Restoration and Disaster RecoveryIn times of need, BlueBox storage containers can be a vital resource for storing belongings during restoration projects or housing essential supplies for disaster relief efforts.BlueBox portable storage containers provide a convenient, secure, and cost-effective solution for a wide range of needs. With their versatility and adaptability, they are the ultimate choice for stress-free moving, storage, and project management.Don’t wait to simplify your moving, storage, or project needs with BlueBox portable storage containers! Experience the convenience, flexibility, and security that thousands of satisfied customers have come to trust.How to BlueBox - BlueBox Smart Locker
#276 @Wowfunhappy I appreciate the continued maintenance on the Chromium Legacy app. I have various machines running macOS 10.7 Lion through Big Sur (2020 MBA). I've enjoyed the usability, functionality and compatibility that Chromium Legacy provides on the older machines. By the way, the old method (attached) for suppressing Google's obnoxious infobar to upgrade the operating system no longer works in newer versions of Google Chrome on Mac OS, and I haven't found a solution for Mac even though someone found a solution for Windows via the registry (Disable or Remove Unsupported OS Warning in Chrome and Edge on Windows 7 and 8.1) View media item" href=" target="_blank"> chrome49.png 578.4 KB · Views: 325 #277 @Wowfunhappy I appreciate the continued maintenance on the Chromium Legacy app. I have various machines running macOS 10.7 Lion through Big Sur (2020 MBA). I've enjoyed the usability, functionality and compatibility that Chromium Legacy provides on the older machines. Don't thank me, I just made a little updater PrefPane! Chromium Legacy is maintained by Bluebox (who isn't a member here).Bluebox accepts donations via Github sponsors. If you appreciate Bluebox's work, please consider donating! Last edited: Dec 29, 2022 #278 I've installed Chromium 89.0.4333.0 ( 829983.zip ) from github.com/blueboxd/chromium-legacy/releases?page=99 on my Mac OS X 10.7.5 It works quite fine except one thing: It doesn't have the regular close/minimize buttons on top left. Is this normal? #279 For the early versions yes. Eventually those got fixed. Try a newer release. #280 @Wowfunhappy>and modern websites often need moreAbout us - Bluebox - Bluebox Aviation
Description Additional information The Ultimate Mixer Meetup for all your Modules!The bluebox Eurorack edition is the elegant way to get high-quality mixing, effects and integrated recording and playback all in one super-optimized 30 hp form factor. Like all 1010music products, it uses a touchscreen with knobs to let you quickly control volume, gain, 4 band parametric EQ, pan, reverb and delay effects, mute/solo and record/play functions for each track – all with a fast, fluid, intuitive workflow. Connect your eurorack, sampler, drum machine, and synthesizer outputs to 12 mono, 3.5 mm inputs and map them to 12 mono tracks or 6 stereo tracks – all with independent control for recording and playback. Connect your computer to the USB C port to send and receive two channels of audio.The bluebox Eurorack edition is the ultimate in compact mixing, effects, recording, and playback for Eurorack. Smack it in your rack and hit the road with a self-contained, electronic music powerhouse! Top Features Mix 12 mono/6 stereo tracks of live or prerecorded sound.Independently route each track to any combination of outputs:4 mono / 2 stereo outputsStereo headphone output6 CV inputs for modulation and control – clock outputTRS MIDI input and outputUSB-C for external MIDI controllersUSB-C for 2 channel audiomicroSD to record/play hours of multi-track/stereo music as 48k, 24 bit WAVs and for firmware updatesAbility to playback pre-recorded tracks while recording new onesMaster control of the same mixer parameter across multiple tracks for faster mixesTouchscreen gestures and knobs to quickly and easily tweak parametersFour band EQ per track with Cut/Shelf/Parametric settings for each bandGreat Reverb and Delay effects with independent sends for each trackA built-in global compressor to maximize loudness and glue your mix togetherSave and recall Project settings including all parameters for tracks, outputs, EQ and effects What is Included When you purchase a bluebox Eurorack edition, you will receive:a bluebox Eurorack edition 30 HP Eurorack moduleA microSD card with bluebox firmware and pre-loaded project filestwo Eurorack power cablesa bluebox Eurorack edition Quick Start guidetwo MIDI Adapters Technical Specs Dimensions & Power30 HPModule dimensions including knobs: 6″ x 5″x 1.6″Depth behind front panel with ribbon cable: 1.0″Requires the +5V rail which may not be presenton some older racks.Uses 500-850mA at +5V (dependingon screen brightness), 320 mA at +12V, and 82mA at -12VRequires two power connectionsCapabilities12 mono tracks, 6 stereo tracks or something in betweenConnect to TRS or USB C MIDI for beat syncing. STUDIO FLEX BLUEBOX FLEX STUDIO BLUEBOX STUDIO SCE BLUEBOX SCE TESSERA ONE PRIME; Standard Definition Formats (SMPTE 259M) IP Video Formats (SMPTE 2025
Greg Foster - Partner - BlueBox Studios - LinkedIn
Hidden and the login view is displayed; unless the disconnection was manually requested (the user clicked the Logout button in the main view), a warning message is displayed in the login view.This returns the example to the initial state, and the user can start another connection. It is recommended not to reuse the SmartFox instance after a connection is lost: every connection should be used for a single session; thus we have to remove the listeners from the old one, so it can be garbage-collected.» Unity's OnApplicationQuit callbackUnity calls the OnApplicationQuit() method when the application quits (of course) and, in the Editor, when playmode is stopped. It is important to use this method to check if the connection with SmartFoxServer is currently active and, in case, execute a disconnection. private void OnApplicationQuit() { if (sfs != null && sfs.IsConnected) sfs.Disconnect(); }The reason why a disconnection is recommended on application quit is that an active network socket during the quit process can cause a crash on some platforms.Additionally, when inside the Unity Editor, stopping playmode doesn't interrupt the internal threads launched by the SmartFox API (or any other script, by the way), which may lead to unwanted issues. Forcing a disconnection makes sure all threads are stopped as appropriate.» HTTP tunnelingThe BlueBox is a technology embedded in SmartFoxServer that allows clients to connect from behind firewalls and proxies. Behind the scenes, the BlueBox uses an HTTP tunnel to wrap the SmartFoxServer protocol into HTTP requests, which in turn allows to pass through firewalls and most proxies which prevent a regular TCP socket connection from being established. More information on the BlueBox is available in this document.The BlueBox operation is mostly transparent: you just need to configure it by means of the ConfigData.BlueBox object, as shown before: // Set connection parameters ConfigData cfg = new ConfigData(); ... cfg.BlueBox.IsActive = useHttpTunnel; cfg.BlueBox.UseHttps = encrypt; ...The two settings above respectively activate the system and instruct it to use the HTTPS port instead of the HTTP port in case communication must be encrypted (see next paragraph). Everything else works exactly like in a regular TCP socket connection, with the same events discussed before being dispatched.» Protocol encryptionThe encryption of messages exchanged between SmartFoxServer and its client is achieved in two different ways depending on the connection type: Regular TCP socket connection (used by all Unity builds except WebGL) requires an initial HTTPS negotiation which allows the client to acquire the private key later used for 128 bit symmetric encryption of the communication. WebSocket connection (used by Unity WebGL build) doesn't require a special handshake; providing a couple of dedicated parameters at connection time is everything you need.IMPORTANTProtocol encryption requires a good understanding of the approachCollection of clues/coincidences indicating that BlueBox Studios
Studios’ Loki - Disney+Cheers - Marvel Studios’ Loki - Disney+Tick - Marvel Studios' Loki - Disney+Match - Marvel Studios’ Loki - Disney+Superior - Marvel Studios’ Loki - Disney+Villain - Marvel Studios' Loki - Disney+Style - Marvel Studios’ Loki - Disney+Change - Marvel Studios’ Loki - Disney+Disney+ - Loki - Episodio 6 - In Streaming OraFuture - Marvel Studios' Loki - Disney+All Episodes - Marvel Studios' Loki - Disney+Clips[]“Introducing Agent Mobius” Clip - Marvel Studios’ Loki - Disney+“Variant Identified” Clip - Marvel Studios’ Loki - Disney+“How Do You Plead?” Clip - Marvel Studios’ Loki - Disney+Featurettes[]Mischief Featurette - Marvel Studios’ Loki - Disney+Owen Wilson Joins the MCU - Marvel Studios' Loki - Disney+Gugu Mbatha-Raw is Judge Renslayer - Marvel Studios’ Loki - Disney+Humble Loki - Marvel Studios' Loki - Disney+Meet Sylvie Featurette - Marvel Studios' Loki - Disney+Deleted Scenes[]Loki- Season One - Exclusive Deleted Scene (2023) Tom Hiddleston, Sophia Di MartinoLoki's Coronation - Deleted Scene - Marvel Studios’ Loki Season 1 - On Blu-ray September 26Other[]Announcement - Marvel Studios' Loki - Disney+Loki in 30 Seconds - Marvel Studios’ Loki - Disney+Marvel InfiniteGlobal Fan Event - Marvel Studios’ Loki - Disney+Many Sides of Loki - Marvel Studios' Loki Cast & CreatorsTom Hiddleston Shares Career Tips (and Tricks) Inspired by Marvel Studios’ Loki - What’s Up, Disney+Question Everything - Marvel Studios' LokiQuestion Everything with Marvel Studios, ABC, and ESPN - TUCSON - HyundaiLow-Key, We’re Loving These Loki Looks - Disney+Everything You’ve Ever Said - Marvel Studios' Loki - Disney+Disney+ - Loki - Il. STUDIO FLEX BLUEBOX FLEX STUDIO BLUEBOX STUDIO SCE BLUEBOX SCE TESSERA ONE PRIME; Standard Definition Formats (SMPTE 259M) IP Video Formats (SMPTE 2025 BlueBox Tunisie. 1,316 likes. BlueBox, recording and mixing studio in TunisBluebox Design Studio / Premium Flowers Delivered /
RISE Visual Effects Studios Katherina Schmittbauer ... visual effects coordinator: RISE Visual Effects Studios Lisa Schmölzer ... compositing supervisor: RISE Visual Effects Studios Abraham Schneider ... visual effects system administrator: RISE Visual Effects Studios Niel Schorfield ... compositing artist: RISE Visual Effects Studios Rayk Schroeder ... visual effects head of 2d: RISE Visual Effects Studios Thorsten Schulz Genannt Schoen ... visual effects rigging td: RISE Visual Effects Studios Andreas Schulz ... matchmove artist: RISE Visual Effects Studios David Schulz ... cg supervisor: RISE Visual Effects Studios Oliver Schulz ... visual effects supervisor: RISE Visual Effects Studios Eric Schumacher ... Visual Effects Bidding Producer: RISE Visual Effects Studios Alexander Schumann ... animation lead: RISE Visual Effects Studios Paul Schweizer ... head of pipeline: RISE Visual Effects Studios Christian Schürmann ... principal infrastructure architect: RISE Visual Effects Studios Jörn Schütte ... compositing artist: RISE Visual Effects Studios Alejandra Sebastián de Erice Hünerberg ... visual effects coordinator: RISE Visual Effects Studios Giuseppe Seda ... modelling artist: RISE Visual Effects Studios Drew Senan ... visual effects coordinator: RISE Visual Effects Studios Sequoia Sherriff ... additional vfx photography Philipp Sieben ... lighting artist: RISE Visual Effects Studios Benjamin Siebmann ... modelling artist: RISE Visual Effects Studios Vlad Simion ... Color Scientist: LuxMC Aleksej Skrypnik ... fx artist: RISE Visual Effects Studios Artem Smirnov ... fx artist: RISE Visual Effects Studios Dane Allan Smith ... Post Producer: Daneiam Oleg Solovjov ... visual effects pipeline developer: RISE Visual Effects Studios Jonas Sorgenfrei ... fx td: RISE Visual Effects Studios Arek Stefaniak ... compositing artist: RISE Visual Effects Studios Simon Stirrup ... modelling artist: RISE Visual Effects Studios Miki Stojanovski ... matchmove artist: RISE Visual Effects Studios Andreia Szasz ... visual effects office manager: RISE Visual Effects Studios Drew Taylor ... data capture technician Johnson Thomasson ... senior unreal engine specialist / senior virtual production supervisor: The Third Floor Mara Thorenz ... visual effects lighting artist: RISE Visual Effects Studios Sercan Topaloglu ... lighting lead: RISE Visual Effects Studios Mirco Tornow ... visual effects pipeline developer: RISE Visual Effects Studios Bjorn Traeder ... visual effects pipeline developer: RISE Visual Effects Studios Iulia Maria Tutuian ... cg artist: RISE Visual Effects Studios Vaclav Uhlir ... matchmove Jeptha Valcich ... Virtual Production Camera Tracking: Prysm Stages Nicolas Valente ... compositing artist: RISE Visual Effects Studios Davide Valvona ... digital matte painter: RISE Visual Effects Studios Larissa van Craenenbroeck ... visualComments
Operate BlueBox straight from your mobile phone with our BlueBox Resident App. Keep track of your packages and open your locker compartment at a touch of a button. Picking up your parcel has never been this easy!BlueBox is a smart parcel locker designed to simplify the parcel reception experience. As residents of a building containing BlueBox, your parcel will always be secure and safe from theft while giving you access to pick up your parcel 24/7. Our blueBox resident app offers features such as:- Community board for users to post as a digital bulletin board- Data of your completed and pending parcels- Open locker containing your parcel at the touch of a button- Create an account to register your information with your building manager’s BlueManager app- Pop-up notifications for when your parcel arrives- FAQ section for BlueBox- Search parcel data with phone number or carrier- Choose your communication preference: email or SMS- Dark mode optionStart your automated parcel reception journey today!
2025-04-08Directory Topics Posts Last Post Product Downloads for GuestsCollapse How to get firmware Topics: 2 Posts: 2 Last Post: Behringer bcr 2000 2 2 Behringer bcr 2000 by Beatxxx41 03-24-2024, 05:23 PM Pick a Product ...Collapse General TopicsTopics that apply to multiple products Sub-Forums: Learning Materials - General Topics (9/10) Community - General Topics (291/1,034) blackboxCompact Sampling Studio Sub-Forums: Learning Material - blackbox (11/13) Community- blackbox (2,796/18,952) Wish List - blackbox (1,629/7,703) bluebox - desktop editionCompact digital mixer/recorder for desktop. Sub-Forums: Learning Material - bluebox (6/6) Community - bluebox (675/4,164) Wish List - bluebox (314/1,785) nanobox | fireballcompact wavetable synthesizer Sub-Forums: Learning Material - fireball (6/6) Community - fireball (68/299) Wishlist - fireball (57/157) nanobox | lemondropCompact granular synthesizer Sub-Forums: Learning Material - lemondrop (7/10) Community- lemondrop (217/1,294) Wishlist - lemondrop (177/633) nanobox | razzmatazzMini drum sequencer with FM synthesis and sampling Sub-Forums: Learning Material - razzmatazz (4/4) Community - razzmatazz (81/428) Wishlist - razzmatazz (101/304) nanobox | tangerinecompact streaming sampler Sub-Forums: Learning Material - tangerine (2/1) Community - tangerine (115/473) Wishlist - tangerine (96/306) bitbox mk2Second generation intuitive sampling module Sub-Forums: Learning Material - bitbox mk2 (5/5) Community - MK2 (174/652) Wishlist - MK2 (78/241) bitbox microCompact Sampling Module Sub-Forums: Learning Material - bitbox micro (6/6) Community - Bitbox Micro (441/2,175) Wishlist - Bitbox Micro (236/1,035) bluebox - Eurorack editionDigital Mixer and recorder for Eurorack Sub-Forums: Learning Material - bluebox Eurorack edition (2/3) Community - bluebox Eurorack edition (93/442) Wishlist - bluebox Eurorack edition (63/252) Legacy ProductsCollapse bitbox mk1The original touchscreen sampling module Sub-Forums: Learning Material - bitbox (2/2) Community - bitbox (360/2,115) Wishlist - bitbox (259/1,004) fxboxEffects Processing Module Sub-Forums: Learning Material - fxbox (2/2) Community - fxbox (19/52) WIshlist - fxbox (24/78) synthboxPolyphonic Synthesizer for Eurorack Sub-Forums: Learning Material - synthbox (2/2) Community - synthbox (68/308) Wishlist - synthbox (33/138) Waverazor Dual OscillatorJoin the discussion about Waverazor on the MOK forum at toolboxSequencer and function generator for eurorack Sub-Forums: Learning Material - toolbox (2/2) Community - toolbox (95/581) WIshlist - toolbox (64/237) MX4Buffered MIDI multiple for eurorack Sub-Forums: Learning Material - mx4 (1/1) Wishlist - MX4 (3/8) laserboxLaser pattern generator firmware for toolbox. Sub-Forums: Learning Material - laserbox (1/1) Community - laserbox (29/130) Wishlist - laserbox (1/5) EuroshieldTeensy Development Board for eurorack Sub-Forums: Learning Material - Euroshield (1/1) Community - euroshield (28/83) Wishlist - euroshield (3/7) Euroshield Sample Code (1/1) Code Sharing for euroshield (10/33)
2025-04-12Moderators: Lapo, Bax richardferrym Posts: 2 Joined: 08 Mar 2023, 04:05 Problems with Bluebox and Smartfox 2X im starting with smartfox for my projects, as far i have read the documentation for it, i wanted to use the bluebox stuff, but, my SmartFox Server 2X it's not generating the httpbox.do file, which i really need google account manager apkHow I can make smartfox start correctly bluebox and get this file?I have tried checking if there is any problem on SmartFox startup, and so, fix those errors, so it would do a clean start, after that, the file wasnt generated still Last edited by richardferrym on 09 Mar 2023, 03:24, edited 2 times in total. Lapo Site Admin Posts: 23255 Joined: 21 Mar 2005, 09:50 Location: Italy Re: Problems with Bluebox and Smartfox 2X Postby Lapo » 08 Mar 2023, 08:29 Hi,unfortunaltey I don't follow what you're referring to.The Blubox does not depend on a file called "httpbox.do" to be "generated".It would be best if you could describe what you're trying to do and what errors are you getting with all the realtive details.Thanks Return to “SFS2X Questions” Who is online Users browsing this forum: No registered users and 27 guests
2025-04-22