• ArduinoMicro-MidiFreak

    ArduinoMicro-MidiFreak

    Arduino Micro - MIDI Controller It uses the Arduino Micro as USB midi controller. It has 1 capacitive touch octave (12 Keys), 2 rotary encoders, a button, and a proximity sensor that can be used as a mod wheel, sustain pedal or MPE. The oled screen displays the different configuration options. It can be set to any channel or C.C. so it can be used to modify other instruments behavior. The capacitive touch keys can also be used as 12 drum machine pads.

    ebarranco

    35 Comments

    21 Stars


  • MIDI controller PCB

    MIDI controller PCB

    This device will be connected to computer through type-C and recognize as MIDI device. User can change two effects(A and B) from lists, effect speed(Tempo) and volume. #audioDevices

    vasy_skral

    &

    jharwinbarrozo

    84 Comments

    20 Stars


  • [4-layer] OSHPARK Constraints

    [4-layer] OSHPARK Constraints

    Use this template if you're planning to get your board manufactured in OSHPARK. It has the via min/max and trace width constraints already baked as global rules. #project-template #template #manufacturer-design-rules OSHpark 4-layer stackup specs: Top overlay or silkscreen: 1 mil thick Top solder mask or solder resist: 1 mil thick Top copper: 1.7 mil thick on 1 oz copper Dielectric: 7.96 mil thick FR408HG 2113 Mid layer 1: 0.68 mil thick on 0.5 oz copper Dielectric core: 39 mil thick FR408HR Mid layer 2: 0.68 mil thick on 0.5 oz copper Dielectric: 7.96 mil thick FR408HG 2113 Bottom copper: 1.7 mil thick on 1 oz copper Bottom solder mask or solder resist: 1 mil thick
Bottom overlay or silkscreen: 1 mil thick

    jharwinbarrozo

    5 Comments

    5 Stars


  • ArduinoMicro-MidiFreak-PB

    ArduinoMicro-MidiFreak-PB

    Arduino Micro - MIDI Controller It uses the Arduino Micro as USB midi controller. It has 1 capacitive touch octave (12 Keys), 2 rotary encoders, a button, and a proximity sensor that can be used as a mod wheel, sustain pedal or MPE. The oled screen displays the different configuration options. It can be set to any channel or C.C. so it can be used to modify other instruments behavior. The capacitive touch keys can also be used as 12 drum machine pads.

    6 Comments

    3 Stars


  • MIDI controller PCB

    MIDI controller PCB

    This device will be connected to computer through type-C and recognize as MIDI device. User can change two effects(A and B) from lists, effect speed(Tempo) and volume.

    &

    +2

    5 Comments

    2 Stars


  • MIDI no lights

    MIDI no lights

    Welcome to your new project. Imagine what you can build here.

    29 Comments

    2 Stars


  • Mid Jade Mr. Fusion

    Mid Jade Mr. Fusion

    Welcome to your new project. Imagine what you can build here.

    1 Star


  • Mid Orange Antigravity Battle Room

    Mid Orange Antigravity Battle Room

    Welcome to your new project. Imagine what you can build here.

    1 Star


  • Frantic Plum Pip boy

    Frantic Plum Pip boy

    como puedo corregir este codigo para que funcione en flux.io import time import random import matplotlib.pyplot as plt import io import base64 from fluxio import Flow flow = Flow() @flow.task def linear_search(arr, target): for i in range(len(arr)): if arr[i] == target: return i return -1 @flow.task def binary_search(arr, target): low = 0 high = len(arr) - 1 while low <= high: mid = (low + high) // 2 if arr[mid] == target: return mid elif arr[mid] < target: low = mid + 1 else: high = mid - 1 return -1 @flow.task def measure_time(func, arr, target): start_time = time.time() func(arr, target) end_time = time.time() return end_time - start_time @flow.task def generate_data_and_measure(): sizes = [100, 1000, 5000, 10000, 50000, 100000] linear_times = [] binary_times = [] for size in sizes: arr = random.sample(range(size * 2), size) target = random.choice(arr) sorted_arr = sorted(arr) linear_time = measure_time(linear_search, arr, target) binary_time = measure_time(binary_search, sorted_arr, target) linear_times.append(linear_time) binary_times.append(binary_time) return sizes, linear_times, binary_times @flow.task def plot_results(sizes, linear_times, binary_times): plt.plot(sizes, linear_times, label='Búsqueda Lineal') plt.plot(sizes, binary_times, label='Búsqueda Binaria') plt.xlabel('Tamaño del Array') plt.ylabel('Tiempo de Ejecución (segundos)') plt.title('Análisis de Complejidad Temporal') plt.legend() plt.grid(True) buf = io.BytesIO() plt.savefig(buf, format='png') buf.seek(0) img_str = base64.b64encode(buf.read()).decode('utf-8') plt.close() return img_str @flow.task def main(): sizes, linear_times, binary_times = generate_data_and_measure() img_str = plot_results(sizes, linear_times, binary_times) return img_str if __name__ == "__main__": flow.run(main)

    1 Comment

    1 Star


  • Midi Drumpad Controller

    Midi Drumpad Controller

    A versatile MIDI drum pad controller with 16 responsive buttons, potentiometers, and optimized circuitry, designed to seamlessly integrate into any music production setup.

    1 Star


  • MIDI controller PCB Clone 0

    MIDI controller PCB Clone 0

    Welcome to your new project. Imagine what you can build here.

    vasy_skral

    1 Comment

    1 Star


  • MIDI controller PCB Clone 5

    MIDI controller PCB Clone 5

    Welcome to your new project. Imagine what you can build here.

    vasy_skral

    1 Comment

    1 Star


  • MIDI controller PCB clone for devs 2 extra trace segment

    MIDI controller PCB clone for devs 2 extra trace segment

    Welcome to your new project. Imagine what you can build here.

    vasy_skral

    &

    1 Comment

    1 Star


  • MIDI controller PCB clone for devs

    MIDI controller PCB clone for devs

    Welcome to your new project. Imagine what you can build here.

    vasy_skral

    1 Comment

    1 Star


  • Middle Peach T-800

    Middle Peach T-800

    Welcome to your new project. Imagine what you can build here.

    1 Star




  • Middle Silver Dejarik

    Middle Silver Dejarik

    Welcome to your new project. Imagine what you can build here.

    1 Star




  • Midi Splitter

    Midi Splitter

    Welcome to your new project. Imagine what you can build here.

    1 Star


  • Middle Moccasin Replicator

    Middle Moccasin Replicator

    Welcome to your new project. Imagine what you can build here.

    1 Star


  • Mid Teal Liquid Breathing Apparatus

    Mid Teal Liquid Breathing Apparatus

    Welcome to your new project. Imagine what you can build here.

    32 Comments


  • Mid Gray Universal Remote

    Mid Gray Universal Remote

    Welcome to your new project. Imagine what you can build here.

    23 Comments


  • Mid Moccasin Interocitor

    Mid Moccasin Interocitor

    Welcome to your new project. Imagine what you can build here.

    16 Comments