Files
-
blinds / hardware_design / pcb / blinds_v60.brd
-
blinds / hardware_design / pcb / blinds_v60.sch
-
braids / hardware_design / pcb / braids_v50.brd
-
braids / hardware_design / pcb / braids_v50.sch
-
branches / hardware_design / pcb / branches_v40.brd
-
branches / hardware_design / pcb / branches_v40.sch
-
clouds / hardware_design / pcb / clouds_v30.brd
-
clouds / hardware_design / pcb / clouds_v30.sch
-
ears / hardware_design / panel / ears_panel_v30.brd
-
ears / hardware_design / panel / ears_panel_v30.sch
-
ears / hardware_design / pcb / ears_v40.brd
-
ears / hardware_design / pcb / ears_v40.sch
-
edges / hardware_design / pcb / edges_expander_v01.brd
-
edges / hardware_design / pcb / edges_expander_v01.sch
-
edges / hardware_design / pcb / edges_v20.brd
-
edges / hardware_design / pcb / edges_v20.sch
-
elements / hardware_design / pcb / elements_v02.brd
-
elements / hardware_design / pcb / elements_v02.sch
-
frames / hardware_design / pcb / frames_v03.brd
-
frames / hardware_design / pcb / frames_v03.sch
-
grids / hardware_design / pcb / grids_v02.brd
-
grids / hardware_design / pcb / grids_v02.sch
-
kinks / hardware_design / pcb / kinks_v41.brd
-
kinks / hardware_design / pcb / kinks_v41.sch
-
links / hardware_design / pcb / links_v40.brd
-
links / hardware_design / pcb / links_v40.sch
-
marbles / hardware_design / pcb / marbles_v70.brd
-
marbles / hardware_design / pcb / marbles_v70.sch
-
peaks / hardware_design / pcb / peaks_v30.brd
-
peaks / hardware_design / pcb / peaks_v30.sch
-
plaits / hardware_design / pcb / plaits_v50.brd
-
plaits / hardware_design / pcb / plaits_v50.sch
-
rings / hardware_design / pcb / rings_v30.brd
-
rings / hardware_design / pcb / rings_v30.sch
-
ripples / hardware_design / pcb / ripples_v40.brd
-
ripples / hardware_design / pcb / ripples_v40.sch
-
shades / hardware_design / pcb / shades_v30.brd
-
shades / hardware_design / pcb / shades_v30.sch
-
shelves / hardware_design / pcb / shelves_expander_v10.brd
-
shelves / hardware_design / pcb / shelves_expander_v10.sch
-
shelves / hardware_design / pcb / shelves_v05.brd
-
shelves / hardware_design / pcb / shelves_v05.sch
-
stages / hardware_design / pcb / stages_v70.brd
-
stages / hardware_design / pcb / stages_v70.sch
-
streams / hardware_design / pcb / streams_v02_bargraph.brd
-
streams / hardware_design / pcb / streams_v02_bargraph.sch
-
streams / hardware_design / pcb / streams_v05.brd
-
streams / hardware_design / pcb / streams_v05.sch
-
tides / hardware_design / pcb / tides_v40.brd
-
tides / hardware_design / pcb / tides_v40.sch
-
veils / hardware_design / pcb / veils_v40.brd
-
veils / hardware_design / pcb / veils_v40.sch
-
volts / hardware_design / pcb / volts_v01.brd
-
volts / hardware_design / pcb / volts_v01.sch
-
warps / hardware_design / pcb / warps_v30.brd
-
warps / hardware_design / pcb / warps_v30.sch
-
yarns / hardware_design / pcb / yarns_v03.brd
-
yarns / hardware_design / pcb / yarns_v03.sch
Last update 6 years 1 month
by
Olivier Gillet
Filesgrids | |
---|---|
.. | |
bootloader | |
hardware_design | |
resources | |
__init__.py | |
clock.cc | |
clock.h | |
grids.cc | |
hardware_config.h | |
makefile | |
pattern_generator.cc | |
pattern_generator.h | |
resources.cc | |
resources.h |
resources.h// Copyright 2012 Olivier Gillet. // // Author: Olivier Gillet (olivier@mutable-instruments.net) // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. // // ----------------------------------------------------------------------------- // // Resources definitions. // // Automatically generated with: // make resources #ifndef GRIDS_RESOURCES_H_ #define GRIDS_RESOURCES_H_ #include "avrlib/base.h" #include <avr/pgmspace.h> #include "avrlib/resources_manager.h" namespace grids { typedef uint8_t ResourceId; extern const prog_char* const string_table[]; extern const prog_uint16_t* const lookup_table_table[]; extern const prog_uint32_t* const lookup_table32_table[]; extern const prog_uint8_t* const node_table[]; extern const prog_uint32_t lut_res_euclidean[] PROGMEM; extern const prog_uint32_t lut_res_tempo_phase_increment[] PROGMEM; extern const prog_uint8_t node_0[] PROGMEM; extern const prog_uint8_t node_1[] PROGMEM; extern const prog_uint8_t node_2[] PROGMEM; extern const prog_uint8_t node_3[] PROGMEM; extern const prog_uint8_t node_4[] PROGMEM; extern const prog_uint8_t node_5[] PROGMEM; extern const prog_uint8_t node_6[] PROGMEM; extern const prog_uint8_t node_7[] PROGMEM; extern const prog_uint8_t node_8[] PROGMEM; extern const prog_uint8_t node_9[] PROGMEM; extern const prog_uint8_t node_10[] PROGMEM; extern const prog_uint8_t node_11[] PROGMEM; extern const prog_uint8_t node_12[] PROGMEM; extern const prog_uint8_t node_13[] PROGMEM; extern const prog_uint8_t node_14[] PROGMEM; extern const prog_uint8_t node_15[] PROGMEM; extern const prog_uint8_t node_16[] PROGMEM; extern const prog_uint8_t node_17[] PROGMEM; extern const prog_uint8_t node_18[] PROGMEM; extern const prog_uint8_t node_19[] PROGMEM; extern const prog_uint8_t node_20[] PROGMEM; extern const prog_uint8_t node_21[] PROGMEM; extern const prog_uint8_t node_22[] PROGMEM; extern const prog_uint8_t node_23[] PROGMEM; extern const prog_uint8_t node_24[] PROGMEM; #define STR_RES_DUMMY 0 // dummy #define LUT_RES_EUCLIDEAN 0 #define LUT_RES_EUCLIDEAN_SIZE 1024 #define LUT_RES_TEMPO_PHASE_INCREMENT 1 #define LUT_RES_TEMPO_PHASE_INCREMENT_SIZE 512 #define NODE_0 0 #define NODE_0_SIZE 96 #define NODE_1 1 #define NODE_1_SIZE 96 #define NODE_2 2 #define NODE_2_SIZE 96 #define NODE_3 3 #define NODE_3_SIZE 96 #define NODE_4 4 #define NODE_4_SIZE 96 #define NODE_5 5 #define NODE_5_SIZE 96 #define NODE_6 6 #define NODE_6_SIZE 96 #define NODE_7 7 #define NODE_7_SIZE 96 #define NODE_8 8 #define NODE_8_SIZE 96 #define NODE_9 9 #define NODE_9_SIZE 96 #define NODE_10 10 #define NODE_10_SIZE 96 #define NODE_11 11 #define NODE_11_SIZE 96 #define NODE_12 12 #define NODE_12_SIZE 96 #define NODE_13 13 #define NODE_13_SIZE 96 #define NODE_14 14 #define NODE_14_SIZE 96 #define NODE_15 15 #define NODE_15_SIZE 96 #define NODE_16 16 #define NODE_16_SIZE 96 #define NODE_17 17 #define NODE_17_SIZE 96 #define NODE_18 18 #define NODE_18_SIZE 96 #define NODE_19 19 #define NODE_19_SIZE 96 #define NODE_20 20 #define NODE_20_SIZE 96 #define NODE_21 21 #define NODE_21_SIZE 96 #define NODE_22 22 #define NODE_22_SIZE 96 #define NODE_23 23 #define NODE_23_SIZE 96 #define NODE_24 24 #define NODE_24_SIZE 96 typedef avrlib::ResourcesManager< ResourceId, avrlib::ResourcesTables< string_table, lookup_table_table> > ResourcesManager; } // namespace grids #endif // GRIDS_RESOURCES_H_