After various versions I came to the conclusion that your system is the simplest. In this version I used a different method to filter the notes and i increase the song lenght.
http://drive.google.com/uc?export=view&id=1we-iy-TkQcC046ATCcum6EEYJoYQ4dqG
0eNrtXFtvq0YQ/i ...
Search found 14 matches
- Tue Jul 03, 2018 8:00 pm
- Forum: Combinator Creations
- Topic: Combinator Jukebox
- Replies: 7
- Views: 5732
- Tue Jul 03, 2018 4:04 pm
- Forum: Combinator Creations
- Topic: Combinator Jukebox
- Replies: 7
- Views: 5732
Re: Combinator Jukebox
True... after some test with a clock where are no way to make a continuous sound, one note have its fixed time of execution. So, is not necessary indixing the notes, just sort notes by time: store only pitch (or more pitch) and time of execution.
To chain more constant combinators and avoid sum of ...
To chain more constant combinators and avoid sum of ...
- Mon Jul 02, 2018 9:17 pm
- Forum: Combinator Creations
- Topic: Combinator Jukebox
- Replies: 7
- Views: 5732
Re: Combinator Jukebox
Hi, now i understand your system, is not so simple :mrgreen:
I'm working in this way:
http://drive.google.com/uc?export=view&id=1dp2OEmGIOBifCMcAgYtg4X6X6Vt4coCo
Like you i will use one signal to encode 3 different pitch, 1 time and 1 note position.
One constant combinator can contain 18 signals ...
I'm working in this way:
http://drive.google.com/uc?export=view&id=1dp2OEmGIOBifCMcAgYtg4X6X6Vt4coCo
Like you i will use one signal to encode 3 different pitch, 1 time and 1 note position.
One constant combinator can contain 18 signals ...
- Mon Jul 02, 2018 10:14 am
- Forum: Combinator Creations
- Topic: Combinator Jukebox
- Replies: 7
- Views: 5732
Re: Combinator Jukebox
Wow, nice, to create the music you have used some tools to convert MIDI file to bits or you have done all manualy ?
it is very interesting now to try to optimize, reduce the bits and use more speakers... i will try
it is very interesting now to try to optimize, reduce the bits and use more speakers... i will try

- Tue Jun 26, 2018 6:21 pm
- Forum: Combinator Creations
- Topic: Precise Controll Over Inserter Output to Reduce Belt Buffer
- Replies: 1
- Views: 2125
Re: Precise Controll Over Inserter Output to Reduce Belt Buffer
Hi, personaly i'm using this Logic for labs to not waste any unecessary and expensive science pack objects. It's a possible solution for you issue ? ;)
To start process just insert manualy how many item you want on the belt, every time the transport belt at the end read the exit production, send ...
To start process just insert manualy how many item you want on the belt, every time the transport belt at the end read the exit production, send ...
- Mon Jun 25, 2018 10:12 pm
- Forum: Combinator Creations
- Topic: Rainbow belt w/o inserters
- Replies: 9
- Views: 9166
Re: Rainbow belt w/o inserters
A simplest solution: insert only that inserter read.
To start the process only insert manualy how many items you want in the lab's belt loop, every time inserters put an science pack in the lab, the transport belts ad one more item in the loop. Work well when you are researching a tech that require ...
To start the process only insert manualy how many items you want in the lab's belt loop, every time inserters put an science pack in the lab, the transport belts ad one more item in the loop. Work well when you are researching a tech that require ...
- Sun Jun 17, 2018 8:47 pm
- Forum: Combinator Creations
- Topic: Rainbow belt w/o inserters
- Replies: 9
- Views: 9166
Re: Rainbow belt w/o inserters
Hi, I would like to propose you my solution to make a rainbow belt: viewtopic.php?f=193&t=60203 but need to make a modification because the ratio is constant and not depend by actual labs consumption for technology that you are researching. 

- Sat Jun 16, 2018 8:40 pm
- Forum: Combinator Creations
- Topic: Furnace Setup: 4 mixed product
- Replies: 5
- Views: 4021
Re: Furnace Setup: 4 mixed product
Waste Recirculations and Raw materials line
The purpose of recycling is to reuse resources that have not been used by furnaces instead using the main line.Recycler
- Sat Jun 16, 2018 8:39 pm
- Forum: Combinator Creations
- Topic: Furnace Setup: 4 mixed product
- Replies: 5
- Views: 4021
Re: Furnace Setup: 4 mixed product
Furnaces Group
The first problem of furnace is the steel and brick product that require more than one raw material, before changing product the furnace must be emptied. This is not necessary for iron and copper plates. Two memory cells store the current raw material inside furnace minus the ...
The first problem of furnace is the steel and brick product that require more than one raw material, before changing product the furnace must be emptied. This is not necessary for iron and copper plates. Two memory cells store the current raw material inside furnace minus the ...
- Sat Jun 16, 2018 8:35 pm
- Forum: Combinator Creations
- Topic: Furnace Setup: 4 mixed product
- Replies: 5
- Views: 4021
Re: Furnace Setup: 4 mixed product
Signal Decoder (2bit)
Each group of furnaces needs to know which object must smelting. Decode the main signal is the easiest part done with a bit mask operation (11b = 3), just provide the current group number (zero base so from 0 for first to N-1 for last).
http://drive.google.com/uc?export ...
Each group of furnaces needs to know which object must smelting. Decode the main signal is the easiest part done with a bit mask operation (11b = 3), just provide the current group number (zero base so from 0 for first to N-1 for last).
http://drive.google.com/uc?export ...
- Sat Jun 16, 2018 7:51 pm
- Forum: Combinator Creations
- Topic: Furnace Setup: 4 mixed product
- Replies: 5
- Views: 4021
Re: Furnace Setup: 4 mixed product
Signal Encoder (2bit)
Once the number of furnace groups necessary for each product has been obtained, the signal must be distributed to each group. To avoid using one wire for each group I thought to compressing the signals into a single number. This also allows me to greatly simplify the number ...
Once the number of furnace groups necessary for each product has been obtained, the signal must be distributed to each group. To avoid using one wire for each group I thought to compressing the signals into a single number. This also allows me to greatly simplify the number ...
- Sat Jun 09, 2018 10:08 pm
- Forum: Combinator Creations
- Topic: Furnace Setup: 4 mixed product
- Replies: 5
- Views: 4021
Re: Furnace Setup: 4 mixed product
Product request calculation
The main task is to calculate which products are needed and which priority. The easiest solution is to read how many products are stored in the chests during production, fewer objects there are means more demand.
The first simplest solution is to calculate how many ...
The main task is to calculate which products are needed and which priority. The easiest solution is to read how many products are stored in the chests during production, fewer objects there are means more demand.
The first simplest solution is to calculate how many ...
- Thu Jun 07, 2018 9:20 pm
- Forum: Combinator Creations
- Topic: Furnace Setup: 4 mixed product
- Replies: 5
- Views: 4021
Furnace Setup: 4 mixed product
Hi all, this is my first try to make a four mixed product furnace setup.
The goal it's to use only one furnaces factory to satisfy variable request of Brick, Iron Plate, Cooper Plate and Steel:
It's a work in progress, I prefer to explain in detail my proposal by splitting the whole system in ...
The goal it's to use only one furnaces factory to satisfy variable request of Brick, Iron Plate, Cooper Plate and Steel:
It's a work in progress, I prefer to explain in detail my proposal by splitting the whole system in ...
- Tue May 08, 2018 10:46 pm
- Forum: Combinator Creations
- Topic: Belt Mixer with custom ratio
- Replies: 2
- Views: 4412
Belt Mixer with custom ratio
Hi, sorry for my english.
I don't know if similar already exists, but I needed to compress the belt's items in many situations.
The operation is simple
https://drive.google.com/uc?id=1PGZkwcNAqu1RBBUs5WHU97b2Rnvf4Zsh
1) a constant combinator generates a ratio of different objects but with ...
I don't know if similar already exists, but I needed to compress the belt's items in many situations.
The operation is simple
https://drive.google.com/uc?id=1PGZkwcNAqu1RBBUs5WHU97b2Rnvf4Zsh
1) a constant combinator generates a ratio of different objects but with ...